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-01-10T09:50:47.130Z||main|||||INFO|500||The following profiles are active: basic 2022-01-10T09:51:05.678Z||main|||||INFO|500||Starting service [Tomcat] 2022-01-10T09:51:05.679Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-01-10T09:51:05.842Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-01-10T09:51:16.009Z||main|||||INFO|500||catdb-pool - Starting... 2022-01-10T09:51:16.493Z||main|||||INFO|500||catdb-pool - Start completed. 2022-01-10T09:51:17.251Z||main|||||INFO|500||reqdb-pool - Starting... 2022-01-10T09:51:17.260Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-01-10T09:51:17.585Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-01-10T09:51:18.067Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-01-10T09:51:18.972Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-01-10T09:51:25.182Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-01-10T09:51:27.490Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-01-10T09:51:27.550Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-01-10T09:51:28.183Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-01-10T09:51:28.374Z||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-01-10T09:51:29.752Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-01-10T09:51:30.829Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-01-10T09:51:30.846Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$7b5c92.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-01-10T09:51:30.847Z||main|||||WARN|500||The sdc end point is not alive 2022-01-10T09:51:33.881Z||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-01-10T09:51:36.771Z||main|||||WARN|500||--- 2022-01-10T09:51:36.772Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-01-10T09:51:36.773Z||main|||||WARN|500||--- 2022-01-10T09:51:37.193Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-01-10T09:51:42.172Z||main|||||INFO|500||Started Application in 58.948 seconds (JVM running for 65.459) 2022-01-10T09:51:42.202Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-10T09:51:42.203Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-10T09:51:42.226Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-10T09:51:42.261Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-10T09:51:42.304Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 945341ec-bcb8-4fb4-a527-d1888437f526 url= /sdc/v1/artifactTypes 2022-01-10T09:51:42.305Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-10T09:51:42.611Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-01-10T09:51:42.636Z||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-01-10T09:51:42.687Z||scheduling-1|||||DEBUG|500||create keys 2022-01-10T09:51:42.696Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-01-10T09:51:43.031Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:51:43.049Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 55d0f4a5-1832-420a-9c35-e0e4660badfc url= /sdc/v1/registerForDistribution 2022-01-10T09:51:43.666Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 55d0f4a5-1832-420a-9c35-e0e4660badfc url= /sdc/v1/registerForDistribution 2022-01-10T09:51:43.667Z||scheduling-1|||||INFO|500||start DistributionClient 2022-01-10T09:51:43.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:51:43.678Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:51:43.682Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-01-10T09:51:43.687Z||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-01-10T09:51:43.687Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:51:43.687Z||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-01-10T09:51:43.688Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:51:54.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:51:54.915Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:52:43.677Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:52:43.683Z||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-01-10T09:52:43.683Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:52:43.683Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:52:43.684Z||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-01-10T09:52:43.685Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:52:53.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:52:53.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:53:43.673Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:53:43.674Z||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-01-10T09:53:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:53:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:53:43.675Z||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-01-10T09:53:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:53:53.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:53:53.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:54:43.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:54:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:54:43.679Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T09:54:43.679Z||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-01-10T09:54:43.679Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T09:54:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:54:53.258Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:54:53.258Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:55:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:55:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:55:43.678Z||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-01-10T09:55:43.678Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:55:43.678Z||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-01-10T09:55:43.679Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:55:53.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:55:53.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:56:43.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:56:43.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:56:43.680Z||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-01-10T09:56:43.680Z||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-01-10T09:56:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:56:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:56:53.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:56:53.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:57:43.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:57:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:57:43.684Z||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-01-10T09:57:43.684Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:57:43.684Z||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-01-10T09:57:43.686Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:57:53.267Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:57:53.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:58:43.673Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:58:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:58:43.675Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T09:58:43.675Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T09:58:43.678Z||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-01-10T09:58:43.678Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:58:53.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:58:53.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:59:43.673Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:59:43.676Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T09:59:43.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T09:59:43.677Z||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-01-10T09:59:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T09:59:43.676Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T09:59:53.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T09:59:53.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:00:43.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:00:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:00:43.678Z||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-01-10T10:00:43.678Z||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-01-10T10:00:43.678Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:00:43.678Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:00:53.258Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:00:53.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:01:28.036Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-01-10T10:01:43.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:01:43.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:01:43.677Z||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-01-10T10:01:43.677Z||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-01-10T10:01:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:01:43.678Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:01:53.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:01:53.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:02:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:02:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:02:43.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:02:43.675Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:02:43.675Z||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-01-10T10:02:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:02:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:02:53.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:03:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:03:43.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:03:43.676Z||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-01-10T10:03:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:03:43.676Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:03:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:03:53.221Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:03:53.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:04:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:04:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:04:43.680Z||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-01-10T10:04:43.680Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:04:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:04:43.681Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:04:53.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:04:53.269Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:05:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:05:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:05:43.677Z||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-01-10T10:05:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:05:43.677Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:05:43.678Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:05:53.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:05:53.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:06:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:06:43.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:06:43.674Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:06:43.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:06:43.675Z||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-01-10T10:06:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:06:53.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:06:53.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:07:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:07:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:07:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:07:43.676Z||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-01-10T10:07:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:07:43.677Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:07:53.231Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:07:53.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:08:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:08:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:08:43.678Z||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-01-10T10:08:43.678Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:08:43.678Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:08:43.678Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:08:53.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:08:53.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:09:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:09:43.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:09:43.674Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:09:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:09:43.676Z||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-01-10T10:09:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:09:53.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:09:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:10:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:10:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:10:43.676Z||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-01-10T10:10:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:10:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:10:43.677Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:10:53.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:10:53.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:11:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:11:43.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:11:43.675Z||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-01-10T10:11:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:11:43.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:11:43.676Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:11:53.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:11:53.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:12:43.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:12:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:12:43.681Z||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-01-10T10:12:43.681Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:12:43.681Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:12:43.681Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:12:53.285Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:12:53.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:13:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:13:43.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:13:43.674Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:13:43.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:13:43.675Z||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-01-10T10:13:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:13:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:13:53.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:14:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:14:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:14:43.675Z||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-01-10T10:14:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:14:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:14:43.676Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:14:53.230Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:14:53.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:15:43.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:15:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:15:43.679Z||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-01-10T10:15:43.679Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:15:43.679Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:15:43.679Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:15:53.268Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:15:53.268Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:16:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:16:43.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:16:43.674Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:16:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:16:43.676Z||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-01-10T10:16:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:16:53.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:16:53.219Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:17:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:17:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:17:43.676Z||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-01-10T10:17:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:17:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:17:43.677Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:17:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:17:53.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:18:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:18:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:18:43.676Z||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-01-10T10:18:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:18:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:18:43.677Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:18:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:18:53.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:19:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:19:43.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:19:43.677Z||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-01-10T10:19:43.677Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:19:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:19:43.677Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:19:53.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:19:53.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:20:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:20:43.675Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:20:43.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:20:43.675Z||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-01-10T10:20:43.675Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:20:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:20:53.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:20:53.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:21:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:21:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:21:43.675Z||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-01-10T10:21:43.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:21:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:21:43.676Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:21:53.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:21:53.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:22:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:22:43.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:22:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:22:43.676Z||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-01-10T10:22:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:22:43.676Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:22:53.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:22:53.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:23:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:23:43.674Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:23:43.674Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:23:43.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:23:43.675Z||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-01-10T10:23:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:23:53.221Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:23:53.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:24:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:24:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:24:43.675Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:24:43.675Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:24:43.675Z||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-01-10T10:24:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:24:53.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:24:53.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:25:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:25:43.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:25:43.681Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:25:43.681Z||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-01-10T10:25:43.681Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:25:43.681Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:25:53.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:25:53.232Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:26:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:26:43.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:26:43.674Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:26:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:26:43.675Z||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-01-10T10:26:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:26:53.215Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:26:53.216Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:27:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:27:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:27:43.675Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:27:43.675Z||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-01-10T10:27:43.675Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:27:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:27:53.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:27:53.219Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:28:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:28:43.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:28:43.679Z||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-01-10T10:28:43.679Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:28:43.680Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:28:43.680Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:28:53.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:28:53.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:29:43.673Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:29:43.674Z||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-01-10T10:29:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:29:43.676Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:29:43.677Z||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-01-10T10:29:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:29:53.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:29:53.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:30:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:30:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:30:43.677Z||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-01-10T10:30:43.677Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:30:43.678Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:30:43.678Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:30:53.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:30:53.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:31:43.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:31:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:31:43.680Z||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-01-10T10:31:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:31:43.680Z||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-01-10T10:31:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:31:53.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:31:53.229Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:32:43.673Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:32:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:32:43.674Z||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-01-10T10:32:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:32:43.675Z||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-01-10T10:32:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:32:53.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:32:53.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:33:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:33:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:33:43.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:33:43.675Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:33:43.675Z||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-01-10T10:33:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:33:53.217Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:33:53.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:34:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:34:43.675Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:34:43.678Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:34:43.678Z||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-01-10T10:34:43.679Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:34:43.679Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:34:53.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:34:53.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:35:43.676Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:35:43.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:35:43.682Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:35:43.682Z||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-01-10T10:35:43.683Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:35:43.683Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:35:53.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:35:53.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:36:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:36:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:36:43.675Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:36:43.675Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:36:43.675Z||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-01-10T10:36:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:36:53.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:36:53.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:37:43.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:37:43.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:37:43.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:37:43.677Z||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-01-10T10:37:43.678Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:37:43.678Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:37:53.220Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:37:53.268Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:38:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:38:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:38:43.675Z||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-01-10T10:38:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:38:43.675Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:38:43.675Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:38:53.221Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:38:53.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:43.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:39:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:39:43.681Z||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-01-10T10:39:43.681Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:39:43.681Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:39:43.681Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:44.151Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:44.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:39:44.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "clamp", "timestamp": 1641811170374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:39:44.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:39:44.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:39:44.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "clamp", "timestamp": 1641811170374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "NOTIFIED" } 2022-01-10T10:39:44.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:39:44.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:39:44.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "clamp", "timestamp": 1641811170374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T10:39:44.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:39:44.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:39:44.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "clamp", "timestamp": 1641811170374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:39:44.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:39:44.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:39:44.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "clamp", "timestamp": 1641811170374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:39:44.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:39:44.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:39:44.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "cds", "timestamp": 1641811181830, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:39:44.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:39:44.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:39:44.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "clamp", "timestamp": 1641811170374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:39:44.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:39:44.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:39:44.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "cds", "timestamp": 1641811181830, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T10:39:44.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:39:44.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:44.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T10:39:44.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"455ccdf9-199a-44a2-8e57-47e7df42c38b","serviceName":"vFW 2022-01-10 10-37-18","serviceVersion":"1.0","serviceUUID":"6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c","serviceDescription":"catalog service description","serviceInvariantUUID":"9eb146e9-a3a8-4e0e-8be5-e39cb208e14a","resources":[{"resourceInstanceName":"vFW b288b29e-ce66 0","resourceName":"vFW b288b29e-ce66","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1cf6677-0a47-4ef4-88dd-47d6d809ce3e","resourceInvariantUUID":"af42cd78-2ef3-4123-a34a-9bd052e18da7","resourceCustomizationUUID":"21c8da76-2754-493a-904d-00d1b0f805fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml","artifactChecksum":"OTVhOTA1ZjgwOGI4MDQzOWUxNWEwZjEzMjJiYmJlMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e60cda0e-9b60-4814-afa8-3723a0b46bdb","artifactVersion":"1"},{"artifactName":"vfwb288b29ece660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json","artifactChecksum":"ZWEyNDhjMzU4YTZjYjcyNTM4OTM1ZDhlN2EwMDdlMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"639a6864-c454-444b-a5cc-1539772a6507","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"832ce94e-406e-4ce6-aa5f-b5211897ee8c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml","artifactChecksum":"YWU3YmRkZjkzM2RmMTA0Zjk3MmU1ZmI5NTYyNGE1ZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2bf29380-adb8-490d-8629-d6802d85675b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e6fb5a0c-c844-4176-95ef-aa3a81d3563b","artifactVersion":"2","generatedFromUUID":"832ce94e-406e-4ce6-aa5f-b5211897ee8c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220110103718-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml","artifactChecksum":"OWZkZGQyYjE3YjVhYjAyNDk3NmZlZGU4ZWM5OWFlYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43420144-d430-4be1-a962-34f64de55404","artifactVersion":"1"},{"artifactName":"service-Vfw20220110103718-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar","artifactChecksum":"Njk3YWQ2OGRhNjZhNTcwMWI4MmQ5ZDIyNjhiZmY5NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"695dde4f-9d3d-4020-b276-0dd5c057360c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-10T10:39:44.332Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:39:44.338Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:39:44.364Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:39:44.364Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:39:44.464Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-01-10T10:39:44.469Z||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-01-10T10:39:44.469Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:44.481Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:44.482Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:39:45.373Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:39:45.374Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:39:45.378Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:39:45.378Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "NOTIFIED" } 2022-01-10T10:39:45.478Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:39:45.479Z||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-01-10T10:39:45.480Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:45.492Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:45.493Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-10T10:39:46.379Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:39:46.379Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:39:46.382Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:39:46.382Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-10T10:39:46.483Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:39:46.484Z||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-01-10T10:39:46.484Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:46.496Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:46.496Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:39:47.383Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:39:47.384Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:39:47.387Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:39:47.388Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:39:47.487Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T10:39:47.488Z||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-01-10T10:39:47.489Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:47.499Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:47.500Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-01-10T10:39:48.388Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:39:48.389Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:39:48.391Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:39:48.391Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-10T10:39:48.491Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:39:48.492Z||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-01-10T10:39:48.493Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:48.505Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:48.506Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-10T10:39:49.393Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:39:49.394Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:39:49.395Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:39:49.396Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:39:49.496Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:39:49.497Z||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-01-10T10:39:49.497Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:49.515Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:49.515Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:39:50.396Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:39:50.397Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:39:50.399Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:39:50.399Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:39:50.499Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:39:50.500Z||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-01-10T10:39:50.501Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:50.516Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:50.517Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-01-10T10:39:51.401Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "serviceName": "vFW 2022-01-10 10-37-18", "serviceVersion": "1.0", "serviceUUID": "6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9eb146e9-a3a8-4e0e-8be5-e39cb208e14a", "resources": [ { "resourceInstanceName": "vFW b288b29e-ce66 0", "resourceCustomizationUUID": "21c8da76-2754-493a-904d-00d1b0f805fa", "resourceName": "vFW b288b29e-ce66", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b1cf6677-0a47-4ef4-88dd-47d6d809ce3e", "resourceInvariantUUID": "af42cd78-2ef3-4123-a34a-9bd052e18da7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb288b29ece660_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "artifactChecksum": "ZWEyNDhjMzU4YTZjYjcyNTM4OTM1ZDhlN2EwMDdlMWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "639a6864-c454-444b-a5cc-1539772a6507", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "832ce94e-406e-4ce6-aa5f-b5211897ee8c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e6fb5a0c-c844-4176-95ef-aa3a81d3563b", "generatedFromUUID": "832ce94e-406e-4ce6-aa5f-b5211897ee8c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e6fb5a0c-c844-4176-95ef-aa3a81d3563b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220110103718-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "artifactChecksum": "Njk3YWQ2OGRhNjZhNTcwMWI4MmQ5ZDIyNjhiZmY5NmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "695dde4f-9d3d-4020-b276-0dd5c057360c" } ], "workloadContext": "Production" } 2022-01-10T10:39:51.403Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-10T10:39:51.403Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c ASDC 2022-01-10T10:39:51.524Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:455ccdf9-199a-44a2-8e57-47e7df42c38b ServiceName:vFW 2022-01-10 10-37-18 ServiceVersion:1.0 ServiceUUID:6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c ServiceInvariantUUID:9eb146e9-a3a8-4e0e-8be5-e39cb208e14a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220110103718-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar ArtifactUUID:695dde4f-9d3d-4020-b276-0dd5c057360c ArtifactChecksum:Njk3YWQ2OGRhNjZhNTcwMWI4MmQ5ZDIyNjhiZmY5NmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b288b29e-ce66 0 ResourceCustomizationUUID:21c8da76-2754-493a-904d-00d1b0f805fa ResourceInvariantUUID:af42cd78-2ef3-4123-a34a-9bd052e18da7 ResourceName:vFW b288b29e-ce66 ResourceType:VF ResourceUUID:b1cf6677-0a47-4ef4-88dd-47d6d809ce3e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb288b29ece660_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json ArtifactUUID:639a6864-c454-444b-a5cc-1539772a6507 ArtifactChecksum:ZWEyNDhjMzU4YTZjYjcyNTM4OTM1ZDhlN2EwMDdlMWU= 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/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml ArtifactUUID:832ce94e-406e-4ce6-aa5f-b5211897ee8c 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/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env ArtifactUUID:e6fb5a0c-c844-4176-95ef-aa3a81d3563b 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/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env ArtifactUUID:e6fb5a0c-c844-4176-95ef-aa3a81d3563b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-10T10:39:51.525Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c 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-01-10T10:39:51.768Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T10:39:51.771Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T10:39:51.772Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T10:39:51.772Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 695dde4f-9d3d-4020-b276-0dd5c057360c from URL: /sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:51.772Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T10:39:51.774Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:52.088Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T10:39:52.106Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar 695dde4f-9d3d-4020-b276-0dd5c057360c 98945 2022-01-10T10:39:52.108Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar ASDC sendASDCNotification 2022-01-10T10:39:52.108Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:52.109Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T10:39:52.109Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:39:52.111Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:39:52.111Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811192106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:39:52.211Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T10:39:52.213Z||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-01-10T10:39:52.213Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:52.224Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:52.226Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:39:53.112Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T10:39:53.113Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T10:39:53.114Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 695dde4f-9d3d-4020-b276-0dd5c057360c, URL: /sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar to file: /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:53.115Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220110103718-csar.csar 2022-01-10T10:39:53.208Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:53.209Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:53.952Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1065672445015330841/Definitions/service-Vfw20220110103718-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_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-01-10T10:39:56.597Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-10T10:39:56.604Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-10T10:39:56.604Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.604Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-10T10:39:56.604Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.605Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.605Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.605Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.605Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.607Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b288b29e-ce66 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-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.607Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar 2022-01-10T10:39:56.607Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-10T10:39:56.613Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.615Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:39:56.619Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria 2022-01-10T10:39:56.620Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-10T10:39:56.622Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T10:39:56.624Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.624Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:39:56.625Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria 2022-01-10T10:39:56.625Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-10T10:39:56.625Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T10:39:56.625Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.626Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:39:56.629Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.630Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria 2022-01-10T10:39:56.630Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-10T10:39:56.630Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-10T10:39:56.630Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-10T10:39:56.631Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.631Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-10T10:39:56.631Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.631Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-10T10:39:56.632Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-10T10:39:56.632Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-10T10:39:56.632Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.632Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-10T10:39:56.636Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-10T10:39:56.637Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-10T10:39:56.637Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-10T10:39:56.638Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.638Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-10T10:39:56.638Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.639Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-10T10:39:56.641Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.641Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria 2022-01-10T10:39:56.641Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:39:56.642Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.642Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria 2022-01-10T10:39:56.643Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:39:56.643Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.644Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria 2022-01-10T10:39:56.644Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:39:56.645Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.645Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria 2022-01-10T10:39:56.645Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-10T10:39:56.645Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-10T10:39:56.646Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-10T10:39:56.646Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-10T10:39:56.646Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-10T10:39:56.647Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.647Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-10T10:39:56.647Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-10T10:39:56.648Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-10T10:39:56.648Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-10T10:39:56.648Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.648Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f8c5983-1912-426e-a30f-b8f9ba3e0fca 2022-01-10T10:39:56.649Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.649Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria 2022-01-10T10:39:56.649Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-10T10:39:56.650Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-10T10:39:56.650Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-10T10:39:56.650Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.651Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-10T10:39:56.651Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.651Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-10T10:39:56.652Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-10T10:39:56.652Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-10T10:39:56.653Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-10T10:39:56.653Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-10T10:39:56.653Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.654Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fbf4261-766e-49d9-88cf-692ea309764f 2022-01-10T10:39:56.654Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.655Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria 2022-01-10T10:39:56.655Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-10T10:39:56.655Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-10T10:39:56.656Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-10T10:39:56.656Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.656Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-10T10:39:56.657Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.657Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-10T10:39:56.658Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-10T10:39:56.658Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-10T10:39:56.658Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-10T10:39:56.659Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-10T10:39:56.659Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-10T10:39:56.659Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=116109ca-a7a1-460d-9237-7ea37a06b0bc 2022-01-10T10:39:56.660Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.660Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:39:56.661Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.661Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:39:56.661Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.662Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:39:56.662Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:39:56.663Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:39:56.663Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-10 10-37-18 Description:catalog service description Model UUID:6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c Model Version:NULL Model InvariantUuid:9eb146e9-a3a8-4e0e-8be5-e39cb208e14a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b288b29e-ce66 Model UUID:daf11a63-a828-429c-a066-89a027968ac1 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:af42cd78-2ef3-4123-a34a-9bd052e18da7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:21c8da76-2754-493a-904d-00d1b0f805fa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:95868c13-60a6-4de6-b14c-b24c7434969e ModelName:VfwB288b29eCe66..base_vfw..module-0 ModelUuid:3bf49d7b-aea6-4a0a-9343-4aae9f717b5a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7f8c5983-1912-426e-a30f-b8f9ba3e0fca ModelInvariantUuid:652f042d-daf8-4e2e-a123-32cd730a31e3 ModelName:vFW b288b29e-ce66-nodes.vfwCvfc ModelUuid:c23b9e55-5668-4a19-86c7-959275d7642c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:2ddad745-1a58-4565-9ae0-56e9cca9891e ModelInvariantUuid:98077460-8194-45a4-8157-c45ee5b26ab3 ModelName:VfwB288b29eCe66.compute.nodes.heat.vfw ModelUuid:91bf34b6-789f-4b9a-8ddb-c75d1cd641b7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9fbf4261-766e-49d9-88cf-692ea309764f ModelInvariantUuid:ee4c4abe-dc97-4cf0-962e-c7a84226080e ModelName:vFW b288b29e-ce66-nodes.vsnCvfc ModelUuid:07f1fda8-ba93-4bcb-8b25-82c036964ce5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:040ccb3c-1f00-4d50-9e2e-6479bdbe3bc3 ModelInvariantUuid:1071a1b7-d94e-4f2b-bf80-5f4b5e8bc373 ModelName:VfwB288b29eCe66.compute.nodes.heat.vsn ModelUuid:7e48b28d-402a-4ec5-b50a-1b1092ec4ee5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:116109ca-a7a1-460d-9237-7ea37a06b0bc ModelInvariantUuid:6128dd0a-1dd9-4480-a00d-96710f608d70 ModelName:vFW b288b29e-ce66-nodes.vpgCvfc ModelUuid:640e1b91-a567-4537-a0ee-cde080336306 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:98037d7a-c322-4135-a71a-76fe6bb43657 ModelInvariantUuid:c5a2a1ce-e82a-4a98-b10f-a96041cf3a9e ModelName:VfwB288b29eCe66.compute.nodes.heat.vpg ModelUuid:9eea903d-5f04-4651-b072-bc8d3316494c 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-01-10T10:39:56.685Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b1cf6677-0a47-4ef4-88dd-47d6d809ce3e 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-01-10T10:39:56.788Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||vFW b288b29e-ce66 0 2022-01-10T10:39:56.797Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1cf6677-0a47-4ef4-88dd-47d6d809ce3e 2022-01-10T10:39:56.797Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 639a6864-c454-444b-a5cc-1539772a6507 from URL: /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json 2022-01-10T10:39:56.798Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T10:39:56.798Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json 2022-01-10T10:39:56.996Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T10:39:56.997Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json 639a6864-c454-444b-a5cc-1539772a6507 785 2022-01-10T10:39:56.997Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json ASDC sendASDCNotification 2022-01-10T10:39:56.997Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json 2022-01-10T10:39:56.997Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T10:39:56.998Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:39:57.000Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:39:57.001Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811196997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T10:39:57.102Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-10T10:39:57.103Z||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-01-10T10:39:57.103Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:57.116Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:57.116Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:39:58.002Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB288b29eCe66..base_vfw..module-0", "vfModuleModelInvariantUUID": "95868c13-60a6-4de6-b14c-b24c7434969e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3bf49d7b-aea6-4a0a-9343-4aae9f717b5a", "vfModuleModelCustomizationUUID": "3878ad5d-9136-4e59-baa2-04b7b5566991", "isBase": true, "artifacts": [ "832ce94e-406e-4ce6-aa5f-b5211897ee8c", "e6fb5a0c-c844-4176-95ef-aa3a81d3563b" ], "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-01-10T10:39:58.027Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB288b29eCe66..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3bf49d7b-aea6-4a0a-9343-4aae9f717b5a VfModuleModelInvariantUUID:95868c13-60a6-4de6-b14c-b24c7434969e VfModuleModelDescription:NULL Artifacts UUID List:{ 832ce94e-406e-4ce6-aa5f-b5211897ee8c , e6fb5a0c-c844-4176-95ef-aa3a81d3563b } 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-01-10T10:39:58.030Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB288b29eCe66..base_vfw..module-0", "vfModuleModelInvariantUUID": "95868c13-60a6-4de6-b14c-b24c7434969e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3bf49d7b-aea6-4a0a-9343-4aae9f717b5a", "vfModuleModelCustomizationUUID": "3878ad5d-9136-4e59-baa2-04b7b5566991", "isBase": true, "artifacts": [ "832ce94e-406e-4ce6-aa5f-b5211897ee8c", "e6fb5a0c-c844-4176-95ef-aa3a81d3563b" ], "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-01-10T10:39:58.030Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB288b29eCe66..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3bf49d7b-aea6-4a0a-9343-4aae9f717b5a VfModuleModelInvariantUUID:95868c13-60a6-4de6-b14c-b24c7434969e VfModuleModelDescription:NULL Artifacts UUID List:{ 832ce94e-406e-4ce6-aa5f-b5211897ee8c , e6fb5a0c-c844-4176-95ef-aa3a81d3563b } 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-01-10T10:39:58.030Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 832ce94e-406e-4ce6-aa5f-b5211897ee8c from URL: /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml 2022-01-10T10:39:58.031Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T10:39:58.031Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml 2022-01-10T10:39:58.184Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T10:39:58.185Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml 832ce94e-406e-4ce6-aa5f-b5211897ee8c 20368 2022-01-10T10:39:58.186Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-10T10:39:58.186Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml 2022-01-10T10:39:58.186Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T10:39:58.186Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:39:58.188Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:39:58.188Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811198186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T10:39:58.289Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:39:58.290Z||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-01-10T10:39:58.290Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:58.303Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:58.304Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:39:59.189Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e6fb5a0c-c844-4176-95ef-aa3a81d3563b from URL: /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env 2022-01-10T10:39:59.189Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T10:39:59.190Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env 2022-01-10T10:39:59.486Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T10:39:59.487Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env e6fb5a0c-c844-4176-95ef-aa3a81d3563b 2098 2022-01-10T10:39:59.487Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-10T10:39:59.487Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env 2022-01-10T10:39:59.488Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T10:39:59.488Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:39:59.491Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:39:59.492Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811199487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-10T10:39:59.593Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-10T10:39:59.594Z||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-01-10T10:39:59.594Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:39:59.607Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:39:59.608Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-10T10:40:00.493Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c 2022-01-10T10:40:00.493Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b288b29e-ce66 0 b1cf6677-0a47-4ef4-88dd-47d6d809ce3e 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-01-10T10:40:00.527Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bd04866, org.onap.sdc.toscaparser.api.parameters.Input@3f931e7c, org.onap.sdc.toscaparser.api.parameters.Input@47035e4a, org.onap.sdc.toscaparser.api.parameters.Input@73e88a71, org.onap.sdc.toscaparser.api.parameters.Input@5a526f12] 2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 21c8da76-2754-493a-904d-00d1b0f805fa 2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 21c8da76-2754-493a-904d-00d1b0f805fa matches Tosca VF Customization UUID: 21c8da76-2754-493a-904d-00d1b0f805fa 2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 21c8da76-2754-493a-904d-00d1b0f805fa 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-01-10T10:40:00.538Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.538Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:40:00.540Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 21c8da76-2754-493a-904d-00d1b0f805fa: {\"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-01-10T10:40:00.540Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@508acb86 2022-01-10T10:40:00.540Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.540Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-10T10:40:00.541Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3878ad5d-9136-4e59-baa2-04b7b5566991 2022-01-10T10:40:00.542Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3878ad5d-9136-4e59-baa2-04b7b5566991 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-01-10T10:40:00.548Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.549Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria 2022-01-10T10:40:00.549Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:40:00.550Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.550Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria 2022-01-10T10:40:00.550Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:40:00.550Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.550Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria 2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f8c5983-1912-426e-a30f-b8f9ba3e0fca 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-01-10T10:40:00.559Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.559Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria 2022-01-10T10:40:00.559Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:40:00.559Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.560Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria 2022-01-10T10:40:00.560Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-10T10:40:00.560Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-10T10:40:00.560Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-10T10:40:00.562Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-10T10:40:00.562Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-10T10:40:00.562Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-10T10:40:00.563Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-10T10:40:00.563Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-10T10:40:00.563Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-10T10:40:00.563Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-10T10:40:00.564Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-10T10:40:00.564Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-10T10:40:00.564Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fbf4261-766e-49d9-88cf-692ea309764f 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-01-10T10:40:00.566Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.566Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria 2022-01-10T10:40:00.567Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:40:00.569Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.569Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria 2022-01-10T10:40:00.570Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-10T10:40:00.571Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-10T10:40:00.572Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-10T10:40:00.572Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-10T10:40:00.572Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-10T10:40:00.572Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-10T10:40:00.573Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-10T10:40:00.573Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-10T10:40:00.573Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-10T10:40:00.573Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-10T10:40:00.573Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-10T10:40:00.574Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-10T10:40:00.574Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=116109ca-a7a1-460d-9237-7ea37a06b0bc 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-01-10T10:40:00.576Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.577Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria 2022-01-10T10:40:00.577Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:40:00.577Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.578Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria 2022-01-10T10:40:00.578Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=21c8da76-2754-493a-904d-00d1b0f805fa 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-01-10T10:40:00.580Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.580Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:40:00.582Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c: vFW b288b29e-ce66 2022-01-10T10:40:00.582Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.582Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:40:00.583Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.583Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:40:00.583Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.583Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:40:00.584Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.584Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:40:00.584Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:40:00.585Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:40:00.585Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-01-10 10-37-18 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-01-10T10:40:00.890Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b288b29e-ce66 b1cf6677-0a47-4ef4-88dd-47d6d809ce3e 1 ASDC deployResourceStructure 2022-01-10T10:40:00.891Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json ASDC sendASDCNotification 2022-01-10T10:40:00.891Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json 2022-01-10T10:40:00.891Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T10:40:00.892Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:40:00.894Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:40:00.894Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811200891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "DEPLOY_OK" } 2022-01-10T10:40:00.994Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:40:00.995Z||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-01-10T10:40:00.996Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:40:01.008Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:40:01.008Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:40:01.895Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-10T10:40:01.896Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml 2022-01-10T10:40:01.896Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T10:40:01.897Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:40:01.905Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:40:01.908Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811201895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-10T10:40:01.999Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-01-10T10:40:02.000Z||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-01-10T10:40:02.000Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:40:02.011Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:40:02.011Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-01-10T10:40:02.909Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-10T10:40:02.909Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env 2022-01-10T10:40:02.909Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T10:40:02.910Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:40:02.912Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:40:02.912Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811202909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-10T10:40:03.012Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:40:03.013Z||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-01-10T10:40:03.013Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:40:03.037Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:40:03.038Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:40:03.913Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar ASDC sendASDCNotification 2022-01-10T10:40:03.913Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar 2022-01-10T10:40:03.913Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T10:40:03.914Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:40:03.915Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:40:03.916Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811203913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:40:04.016Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:40:04.017Z||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-01-10T10:40:04.017Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:40:04.036Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:40:04.037Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:40:04.917Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T10:40:04.941Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T10:40:04.943Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T10:40:04.943Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T10:40:04.944Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T10:40:34.944Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T10:40:34.956Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T10:40:34.958Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T10:40:34.958Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T10:40:34.959Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T10:40:43.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:40:43.680Z||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-01-10T10:40:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:40:43.706Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:40:43.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:40:43.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "clamp", "timestamp": 1641811170374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:40:43.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:41:04.959Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T10:41:04.973Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T10:41:04.976Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T10:41:04.976Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T10:41:04.976Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T10:41:34.976Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T10:41:34.984Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T10:41:34.986Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T10:41:34.986Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T10:41:34.986Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T10:41:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:41:43.675Z||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-01-10T10:41:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:41:43.699Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:41:43.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:41:43.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811183422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:41:43.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:04.988Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T10:42:05.018Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T10:42:05.021Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T10:42:05.021Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T10:42:05.021Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T10:42:35.021Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T10:42:35.030Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T10:42:35.033Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T10:42:35.033Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T10:42:35.033Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T10:42:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:42:43.676Z||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-01-10T10:42:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:42:44.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:42:44.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "cds", "timestamp": 1641811181830, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "policy-id", "timestamp": 1641811184282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811183422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "NOTIFIED" } 2022-01-10T10:42:44.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "NOTIFIED" } 2022-01-10T10:42:44.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "cds", "timestamp": 1641811181830, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "policy-id", "timestamp": 1641811184282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811183422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-10T10:42:44.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-10T10:42:44.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "cds", "timestamp": 1641811181830, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "policy-id", "timestamp": 1641811184282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-10T10:42:44.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811183422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "cds", "timestamp": 1641811181830, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "ves-openapi-manager", "timestamp": 1641811187242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "policy-id", "timestamp": 1641811184282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811183422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-10T10:42:44.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-10T10:42:44.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "cds", "timestamp": 1641811181830, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:42:44.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "ves-openapi-manager", "timestamp": 1641811187242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "policy-id", "timestamp": 1641811184282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811183422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "ves-openapi-manager", "timestamp": 1641811187242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "policy-id", "timestamp": 1641811184282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "cds", "timestamp": 1641811189978, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811183422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:42:44.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811183674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:42:44.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "ves-openapi-manager", "timestamp": 1641811187242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "policy-id", "timestamp": 1641811184282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:42:44.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "cds", "timestamp": 1641811190997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-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-01-10T10:42:44.234Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b 2022-01-10T10:42:44.234Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b 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-01-10T10:42:44.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811191362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "ves-openapi-manager", "timestamp": 1641811187242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811192106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "policy-id", "timestamp": 1641811192176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811192476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "aai-ml", "timestamp": 1641811192007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811192225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "ves-openapi-manager", "timestamp": 1641811187242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "policy-id", "timestamp": 1641811193186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:42:44.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811193593, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "aai-ml", "timestamp": 1641811192007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811192225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "ves-openapi-manager", "timestamp": 1641811187242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "policy-id", "timestamp": 1641811194190, "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-01-10T10:42:44.257Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b 2022-01-10T10:42:44.257Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b 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-01-10T10:42:44.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811194676, "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-01-10T10:42:44.271Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b 2022-01-10T10:42:44.271Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b 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-01-10T10:42:44.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "aai-ml", "timestamp": 1641811192007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811192225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "multicloud-k8s-id", "timestamp": 1641811195681, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "DEPLOY_OK" } 2022-01-10T10:42:44.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "aai-ml", "timestamp": 1641811192007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811192225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "aai-ml", "timestamp": 1641811192007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811192225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811196997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.281Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "aai-ml", "timestamp": 1641811192007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811192225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:42:44.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811198186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "aai-ml", "timestamp": 1641811192007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:42:44.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811192225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:42:44.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-10T10:42:44.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "clamp", "timestamp": 1641811199184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811199487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.285Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "aai-ml", "timestamp": 1641811200113, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.285Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "clamp", "timestamp": 1641811200293, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:42:44.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811200805, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:42:44.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811200891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json", "status": "DEPLOY_OK" } 2022-01-10T10:42:44.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "clamp", "timestamp": 1641811201302, "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-01-10T10:42:44.291Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b 2022-01-10T10:42:44.292Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b 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-01-10T10:42:44.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811201895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-10T10:42:44.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811202909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-10T10:42:44.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811203913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:42:44.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811206502, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:42:44.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811207508, "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-01-10T10:42:44.305Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b 2022-01-10T10:42:44.306Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b 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-01-10T10:42:44.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "aai-ml", "timestamp": 1641811215222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:42:44.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:42:44.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:42:44.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "aai-ml", "timestamp": 1641811216228, "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-01-10T10:42:44.319Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b 2022-01-10T10:42:44.319Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b 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-01-10T10:43:05.033Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T10:43:05.043Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:43:05.048Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:43:05.048Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:43:05.048Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:43:05.048Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:43:05.048Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-10T10:43:05.054Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-10T10:43:35.055Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b 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-01-10T10:43:35.071Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b and serviceModelVersionId: 6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c 2022-01-10T10:43:35.071Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9eb146e9-a3a8-4e0e-8be5-e39cb208e14a 2022-01-10T10:43:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:43:43.676Z||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-01-10T10:43:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:43:49.725Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0 2022-01-10T10:43:49.830Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-01-10T10:43:50.292Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0|INFO|500||Invoke 2022-01-10T10:43:50.301Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[455ccdf9-199a-44a2-8e57-47e7df42c38b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0dc8a676-c089-4ab0-bb7e-827ea7dff984], X-ECOMP-RequestID=[455ccdf9-199a-44a2-8e57-47e7df42c38b], X-TransactionId=[], X-ONAP-RequestID=[455ccdf9-199a-44a2-8e57-47e7df42c38b], Content-Type=[application/merge-patch+json]} 2022-01-10T10:43:50.408Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-10T10:43:50.802Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?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/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220110-10:43:50:420-44741], vertex-id=[176168], Content-Length=[0], Date=[Mon, 10 Jan 2022 10:43:50 GMT], Content-Type=[application/json]} 2022-01-10T10:43:50.804Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-01-10T10:43:50.805Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0|INFO|500||InvokeReturn 2022-01-10T10:43:50.809Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-10T10:43:50.810Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-10T10:43:50.816Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-10T10:43:50.818Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 455ccdf9-199a-44a2-8e57-47e7df42c38b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-10T10:43:50.820Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-10T10:43:50.821Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:43:50.823Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:43:50.823Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811430818, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T10:43:50.924Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:43:50.925Z||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-01-10T10:43:50.925Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:43:50.937Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:43:50.938Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-10T10:43:51.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:43:51.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-10T10:43:51.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811430818, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T10:43:51.571Z||pool-2-thread-5|||||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-01-10T10:43:51.848Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:43:51.849Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:43:51.849Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:44:02.438Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:44:02.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:44:02.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:44:02.440Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:44:11.997Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:44:11.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:44:11.998Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:44:11.999Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:44:21.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:44:21.550Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:44:21.551Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:44:21.551Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:44:31.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:44:43.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:44:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:44:43.680Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:44:43.680Z||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-01-10T10:44:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:44:43.680Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:44:53.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:44:53.226Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:43.673Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:45:43.674Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:45:43.674Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:45:43.676Z||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-01-10T10:45:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:45:44.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:44.305Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:44.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32","serviceName":"basic_onboard_SVBSyV","serviceVersion":"1.0","serviceUUID":"c8978612-c3f6-45d6-9ac0-cd2185d22544","serviceDescription":"service","serviceInvariantUUID":"cd91a23a-c3f6-4932-b5b4-78443334da34","resources":[{"resourceInstanceName":"basic_onboard_SVBSyV 0","resourceName":"basic_onboard_SVBSyV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61c452bc-e7c6-4081-9f87-ffc90df9a0ae","resourceInvariantUUID":"10dacfd0-dc86-4626-8f94-c09700d7044b","resourceCustomizationUUID":"0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml","artifactChecksum":"Yjc2ODEwMWM5ZTViZmU4MzRkZTZlZjJhZTI2ZWY2OTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"324db097-9562-48b7-9626-d7b40ff4c388","artifactVersion":"1"},{"artifactName":"basic_onboard_svbsyv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json","artifactChecksum":"NDNjYmU2NDlhY2VmOTU3YTE5MzQ1MGY2NjYyYzc4OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e384b9d1-e552-44c9-8e4d-1c10dd6c29ed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4c52c04c-a090-4f46-a823-6960ec85b42e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ccde17bb-e8d3-4fa2-b119-205e6f990e84","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ba26299c-3137-4da0-bdee-daa7e9d4a4f6","artifactVersion":"2","generatedFromUUID":"4c52c04c-a090-4f46-a823-6960ec85b42e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSvbsyv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml","artifactChecksum":"MWM0ZDhjMTY1ZjllYzc1NjBlNDRjZTQ5ZGJlYTI0NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ace589a2-d6c6-44af-8846-53b2ad4a2c61","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSvbsyv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar","artifactChecksum":"YmFhMDFjMzMwNzE1YmNlY2VlNTBmYTgwY2U2MzhhZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"671bd916-3170-454d-a153-698ebd0924a7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-10T10:45:44.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811492218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "aai-ml", "timestamp": 1641811492006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "cds", "timestamp": 1641811496830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811492218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "aai-ml", "timestamp": 1641811492006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "cds", "timestamp": 1641811496830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811492218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "aai-ml", "timestamp": 1641811492006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "cds", "timestamp": 1641811496830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "clamp", "timestamp": 1641811500374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811492218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "aai-ml", "timestamp": 1641811492006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "cds", "timestamp": 1641811496830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "clamp", "timestamp": 1641811500374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "NOTIFIED" } 2022-01-10T10:45:44.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.314Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "aai-ml", "timestamp": 1641811492006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811492218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.315Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:44.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "cds", "timestamp": 1641811496830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "clamp", "timestamp": 1641811500374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "aai-ml", "timestamp": 1641811492006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811492218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "cds", "timestamp": 1641811496830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "clamp", "timestamp": 1641811500374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811503422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811492218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:45:44.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "aai-ml", "timestamp": 1641811492006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:45:44.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "cds", "timestamp": 1641811496830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:45:44.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "policy-id", "timestamp": 1641811504282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "clamp", "timestamp": 1641811500374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811503422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "NOTIFIED" } 2022-01-10T10:45:44.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "policy-id", "timestamp": 1641811504282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "clamp", "timestamp": 1641811500374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.320Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:44.320Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811503422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-10T10:45:44.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "aai-ml", "timestamp": 1641811506216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:44.320Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "cds", "timestamp": 1641811506223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:44.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811506360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:44.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "policy-id", "timestamp": 1641811504282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-10T10:45:44.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "clamp", "timestamp": 1641811500374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:45:44.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811503422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "cds", "timestamp": 1641811507231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-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-01-10T10:45:44.346Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 2022-01-10T10:45:44.346Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 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-01-10T10:45:44.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "ves-openapi-manager", "timestamp": 1641811507242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "policy-id", "timestamp": 1641811504282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811503422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-10T10:45:44.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811508862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:45:44.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "ves-openapi-manager", "timestamp": 1641811507242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "policy-id", "timestamp": 1641811504282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811503422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641811509866, "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-01-10T10:45:44.364Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 2022-01-10T10:45:44.364Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 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-01-10T10:45:44.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "ves-openapi-manager", "timestamp": 1641811507242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "policy-id", "timestamp": 1641811504282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811503422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:45:44.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "ves-openapi-manager", "timestamp": 1641811507242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "policy-id", "timestamp": 1641811504282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:45:44.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811511590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:44.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "ves-openapi-manager", "timestamp": 1641811507242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "policy-id", "timestamp": 1641811512082, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:44.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811512787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:44.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "ves-openapi-manager", "timestamp": 1641811507242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "policy-id", "timestamp": 1641811513086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:45:44.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "clamp", "timestamp": 1641811513221, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:44.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "ves-openapi-manager", "timestamp": 1641811507242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:44.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811513961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:44.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "policy-id", "timestamp": 1641811514090, "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-01-10T10:45:44.382Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 2022-01-10T10:45:44.382Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 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-01-10T10:45:44.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "aai-ml", "timestamp": 1641811514524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:45:44.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811514996, "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-01-10T10:45:44.394Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 2022-01-10T10:45:44.394Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 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-01-10T10:45:44.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "clamp", "timestamp": 1641811515236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:45:44.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "aai-ml", "timestamp": 1641811515528, "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-01-10T10:45:44.405Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 2022-01-10T10:45:44.405Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 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-01-10T10:45:44.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "multicloud-k8s-id", "timestamp": 1641811516005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "DEPLOY_OK" } 2022-01-10T10:45:44.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:45:44.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:45:44.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "clamp", "timestamp": 1641811516247, "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-01-10T10:45:44.417Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 2022-01-10T10:45:44.417Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T10:45:44.419Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-10T10:45:44.420Z||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-01-10T10:45:44.420Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:44.432Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:44.432Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:45.322Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:45:45.324Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:45.331Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:45.332Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "NOTIFIED" } 2022-01-10T10:45:45.432Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:45:45.434Z||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-01-10T10:45:45.435Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:45.446Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:45.446Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:46.332Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:45:46.333Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:46.335Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:46.335Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-10T10:45:46.435Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T10:45:46.436Z||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-01-10T10:45:46.436Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:46.447Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:46.447Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:47.336Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:45:47.338Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:47.340Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:47.340Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:47.441Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-10T10:45:47.442Z||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-01-10T10:45:47.442Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:47.454Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:47.454Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:48.342Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:45:48.342Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:48.345Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:48.345Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-10T10:45:48.445Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T10:45:48.445Z||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-01-10T10:45:48.446Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:48.458Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:48.458Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:49.347Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:45:49.348Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:49.350Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:49.350Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:45:49.452Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-10T10:45:49.454Z||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-01-10T10:45:49.454Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:49.468Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:49.468Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:50.351Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T10:45:50.354Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:50.357Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:50.358Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:45:50.458Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T10:45:50.459Z||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-01-10T10:45:50.459Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:50.471Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:50.471Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:51.360Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "serviceName": "basic_onboard_SVBSyV", "serviceVersion": "1.0", "serviceUUID": "c8978612-c3f6-45d6-9ac0-cd2185d22544", "serviceDescription": "service", "serviceInvariantUUID": "cd91a23a-c3f6-4932-b5b4-78443334da34", "resources": [ { "resourceInstanceName": "basic_onboard_SVBSyV 0", "resourceCustomizationUUID": "0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb", "resourceName": "basic_onboard_SVBSyV", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "61c452bc-e7c6-4081-9f87-ffc90df9a0ae", "resourceInvariantUUID": "10dacfd0-dc86-4626-8f94-c09700d7044b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_svbsyv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "artifactChecksum": "NDNjYmU2NDlhY2VmOTU3YTE5MzQ1MGY2NjYyYzc4OTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e384b9d1-e552-44c9-8e4d-1c10dd6c29ed", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4c52c04c-a090-4f46-a823-6960ec85b42e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ba26299c-3137-4da0-bdee-daa7e9d4a4f6", "generatedFromUUID": "4c52c04c-a090-4f46-a823-6960ec85b42e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ba26299c-3137-4da0-bdee-daa7e9d4a4f6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardSvbsyv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "artifactChecksum": "YmFhMDFjMzMwNzE1YmNlY2VlNTBmYTgwY2U2MzhhZmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "671bd916-3170-454d-a153-698ebd0924a7" } ], "workloadContext": "Production" } 2022-01-10T10:45:51.361Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-10T10:45:51.361Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8978612-c3f6-45d6-9ac0-cd2185d22544 ASDC 2022-01-10T10:45:51.362Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 ServiceName:basic_onboard_SVBSyV ServiceVersion:1.0 ServiceUUID:c8978612-c3f6-45d6-9ac0-cd2185d22544 ServiceInvariantUUID:cd91a23a-c3f6-4932-b5b4-78443334da34 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardSvbsyv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar ArtifactUUID:671bd916-3170-454d-a153-698ebd0924a7 ArtifactChecksum:YmFhMDFjMzMwNzE1YmNlY2VlNTBmYTgwY2U2MzhhZmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_SVBSyV 0 ResourceCustomizationUUID:0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb ResourceInvariantUUID:10dacfd0-dc86-4626-8f94-c09700d7044b ResourceName:basic_onboard_SVBSyV ResourceType:VF ResourceUUID:61c452bc-e7c6-4081-9f87-ffc90df9a0ae ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_svbsyv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json ArtifactUUID:e384b9d1-e552-44c9-8e4d-1c10dd6c29ed ArtifactChecksum:NDNjYmU2NDlhY2VmOTU3YTE5MzQ1MGY2NjYyYzc4OTQ= 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/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml ArtifactUUID:4c52c04c-a090-4f46-a823-6960ec85b42e 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/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env ArtifactUUID:ba26299c-3137-4da0-bdee-daa7e9d4a4f6 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/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env ArtifactUUID:ba26299c-3137-4da0-bdee-daa7e9d4a4f6 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-10T10:45:51.362Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8978612-c3f6-45d6-9ac0-cd2185d22544 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-01-10T10:45:51.401Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T10:45:51.403Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-01-10T10:45:51.403Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-01-10T10:45:51.403Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 671bd916-3170-454d-a153-698ebd0924a7 from URL: /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:51.403Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-01-10T10:45:51.404Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:51.603Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-01-10T10:45:51.609Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar 671bd916-3170-454d-a153-698ebd0924a7 71544 2022-01-10T10:45:51.610Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar ASDC sendASDCNotification 2022-01-10T10:45:51.610Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:51.610Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T10:45:51.611Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:51.614Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:51.614Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811551610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:51.714Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:45:51.716Z||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-01-10T10:45:51.716Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:51.730Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:51.731Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:52.617Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T10:45:52.620Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-01-10T10:45:52.620Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 671bd916-3170-454d-a153-698ebd0924a7, URL: /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar to file: /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:52.621Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:52.622Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:52.622Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:52.807Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1700096170344225185/Definitions/service-BasicOnboardSvbsyv-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-01-10T10:45:54.217Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SVBSyV 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-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||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-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:54.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria 2022-01-10T10:45:54.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-01-10T10:45:54.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T10:45:54.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria 2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is not matching search criteria 2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria 2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria 2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria 2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is not matching search criteria 2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5beab7a5-918e-49f5-808a-ee748cd4df50 2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_SVBSyV Description:service Model UUID:c8978612-c3f6-45d6-9ac0-cd2185d22544 Model Version:NULL Model InvariantUuid:cd91a23a-c3f6-4932-b5b4-78443334da34 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_SVBSyV Model UUID:6f3bb372-3347-48ec-b2e0-8c105e11716d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:10dacfd0-dc86-4626-8f94-c09700d7044b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:043a02de-bdeb-4af5-ac1f-467fc47f3677 ModelName:BasicOnboardSvbsyv..base_ubuntu18..module-0 ModelUuid:08ae359d-8cb2-4dda-84c7-d200b7658c3b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5beab7a5-918e-49f5-808a-ee748cd4df50 ModelInvariantUuid:30a53146-bdb8-4635-8bbe-a22394b58797 ModelName:basic_onboard_SVBSyV-nodes.ubuntu18Cvfc ModelUuid:d5189b81-6391-4338-bbdb-ac4ee69496c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ec62a860-0ade-434b-87e4-cfa46e62204b ModelInvariantUuid:3450fb2d-e126-4ca2-914d-c5113dafacdc ModelName:BasicOnboardSvbsyv.compute.nodes.heat.ubuntu18 ModelUuid:4609b3e3-f08d-46fd-9078-e68e5bd2faec 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-01-10T10:45:54.234Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 61c452bc-e7c6-4081-9f87-ffc90df9a0ae 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-01-10T10:45:54.239Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||basic_onboard_SVBSyV 0 2022-01-10T10:45:54.239Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61c452bc-e7c6-4081-9f87-ffc90df9a0ae 2022-01-10T10:45:54.239Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e384b9d1-e552-44c9-8e4d-1c10dd6c29ed from URL: /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json 2022-01-10T10:45:54.239Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-01-10T10:45:54.239Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json 2022-01-10T10:45:54.307Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-01-10T10:45:54.308Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json e384b9d1-e552-44c9-8e4d-1c10dd6c29ed 798 2022-01-10T10:45:54.308Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json ASDC sendASDCNotification 2022-01-10T10:45:54.308Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json 2022-01-10T10:45:54.308Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T10:45:54.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:54.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:54.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811554308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:54.411Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:45:54.412Z||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-01-10T10:45:54.412Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:54.423Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:54.423Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:55.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSvbsyv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "043a02de-bdeb-4af5-ac1f-467fc47f3677", "vfModuleModelVersion": "1", "vfModuleModelUUID": "08ae359d-8cb2-4dda-84c7-d200b7658c3b", "vfModuleModelCustomizationUUID": "b38f6c28-c7fb-4258-b507-d42182e7a21a", "isBase": true, "artifacts": [ "4c52c04c-a090-4f46-a823-6960ec85b42e", "ba26299c-3137-4da0-bdee-daa7e9d4a4f6" ], "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-01-10T10:45:55.318Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSvbsyv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:08ae359d-8cb2-4dda-84c7-d200b7658c3b VfModuleModelInvariantUUID:043a02de-bdeb-4af5-ac1f-467fc47f3677 VfModuleModelDescription:NULL Artifacts UUID List:{ 4c52c04c-a090-4f46-a823-6960ec85b42e , ba26299c-3137-4da0-bdee-daa7e9d4a4f6 } 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-01-10T10:45:55.320Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSvbsyv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "043a02de-bdeb-4af5-ac1f-467fc47f3677", "vfModuleModelVersion": "1", "vfModuleModelUUID": "08ae359d-8cb2-4dda-84c7-d200b7658c3b", "vfModuleModelCustomizationUUID": "b38f6c28-c7fb-4258-b507-d42182e7a21a", "isBase": true, "artifacts": [ "4c52c04c-a090-4f46-a823-6960ec85b42e", "ba26299c-3137-4da0-bdee-daa7e9d4a4f6" ], "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-01-10T10:45:55.320Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSvbsyv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:08ae359d-8cb2-4dda-84c7-d200b7658c3b VfModuleModelInvariantUUID:043a02de-bdeb-4af5-ac1f-467fc47f3677 VfModuleModelDescription:NULL Artifacts UUID List:{ 4c52c04c-a090-4f46-a823-6960ec85b42e , ba26299c-3137-4da0-bdee-daa7e9d4a4f6 } 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-01-10T10:45:55.320Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c52c04c-a090-4f46-a823-6960ec85b42e from URL: /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml 2022-01-10T10:45:55.320Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-01-10T10:45:55.321Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml 2022-01-10T10:45:55.369Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-01-10T10:45:55.370Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml 4c52c04c-a090-4f46-a823-6960ec85b42e 5033 2022-01-10T10:45:55.370Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-01-10T10:45:55.370Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml 2022-01-10T10:45:55.370Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T10:45:55.371Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:55.373Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:55.373Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811555370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:55.473Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:45:55.474Z||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-01-10T10:45:55.474Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:55.485Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:55.485Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-01-10T10:45:56.374Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ba26299c-3137-4da0-bdee-daa7e9d4a4f6 from URL: /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env 2022-01-10T10:45:56.375Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-01-10T10:45:56.376Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env 2022-01-10T10:45:56.505Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-01-10T10:45:56.505Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env ba26299c-3137-4da0-bdee-daa7e9d4a4f6 909 2022-01-10T10:45:56.506Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-01-10T10:45:56.506Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env 2022-01-10T10:45:56.506Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T10:45:56.506Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:56.509Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:56.509Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811556506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-10T10:45:56.609Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T10:45:56.611Z||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-01-10T10:45:56.611Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:56.623Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:56.623Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:57.510Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c8978612-c3f6-45d6-9ac0-cd2185d22544 2022-01-10T10:45:57.511Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SVBSyV 0 61c452bc-e7c6-4081-9f87-ffc90df9a0ae 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-01-10T10:45:57.527Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49ba5061, org.onap.sdc.toscaparser.api.parameters.Input@152f5647, org.onap.sdc.toscaparser.api.parameters.Input@7afe0685, org.onap.sdc.toscaparser.api.parameters.Input@6f221d32, org.onap.sdc.toscaparser.api.parameters.Input@740061ef] 2022-01-10T10:45:57.528Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.528Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:57.529Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-01-10T10:45:57.529Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb 2022-01-10T10:45:57.529Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb matches Tosca VF Customization UUID: 0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb 2022-01-10T10:45:57.529Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb 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-01-10T10:45:57.531Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.531Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:57.532Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb: {\"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-01-10T10:45:57.532Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e063f1a 2022-01-10T10:45:57.532Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.532Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-10T10:45:57.532Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b38f6c28-c7fb-4258-b507-d42182e7a21a 2022-01-10T10:45:57.533Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b38f6c28-c7fb-4258-b507-d42182e7a21a 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-01-10T10:45:57.535Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.535Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria 2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria 2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is not matching search criteria 2022-01-10T10:45:57.537Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-10T10:45:57.537Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-10T10:45:57.537Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5beab7a5-918e-49f5-808a-ee748cd4df50 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-01-10T10:45:57.543Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.543Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria 2022-01-10T10:45:57.544Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T10:45:57.544Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.544Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria 2022-01-10T10:45:57.544Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb 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-01-10T10:45:57.546Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.546Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:57.546Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c8978612-c3f6-45d6-9ac0-cd2185d22544: basic_onboard_SVBSyV 2022-01-10T10:45:57.546Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.548Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:57.548Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T10:45:57.548Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T10:45:57.548Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_SVBSyV 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-01-10T10:45:57.628Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SVBSyV 61c452bc-e7c6-4081-9f87-ffc90df9a0ae 1 ASDC deployResourceStructure 2022-01-10T10:45:57.628Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json ASDC sendASDCNotification 2022-01-10T10:45:57.628Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json 2022-01-10T10:45:57.629Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T10:45:57.629Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:57.631Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:57.631Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811557628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "DEPLOY_OK" } 2022-01-10T10:45:57.736Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-01-10T10:45:57.737Z||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-01-10T10:45:57.737Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:57.746Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:57.747Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:58.632Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-01-10T10:45:58.632Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml 2022-01-10T10:45:58.632Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T10:45:58.632Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:58.634Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:58.634Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811558632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-10T10:45:58.734Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:45:58.735Z||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-01-10T10:45:58.735Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:58.747Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:58.747Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:45:59.635Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-01-10T10:45:59.635Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env 2022-01-10T10:45:59.635Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T10:45:59.636Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:45:59.638Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:45:59.638Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811559635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-10T10:45:59.738Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:45:59.739Z||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-01-10T10:45:59.739Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:45:59.750Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:45:59.750Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:46:00.639Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar ASDC sendASDCNotification 2022-01-10T10:46:00.639Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar 2022-01-10T10:46:00.639Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T10:46:00.639Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:46:00.641Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:46:00.641Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811560639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:46:00.743Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-01-10T10:46:00.744Z||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-01-10T10:46:00.744Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:46:00.760Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:46:00.761Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-01-10T10:46:01.643Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T10:46:01.654Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:46:01.659Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:46:01.659Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:46:01.659Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T10:46:01.659Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-10T10:46:01.663Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-10T10:46:31.663Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 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-01-10T10:46:31.670Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 and serviceModelVersionId: c8978612-c3f6-45d6-9ac0-cd2185d22544 2022-01-10T10:46:31.670Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd91a23a-c3f6-4932-b5b4-78443334da34 2022-01-10T10:46:31.671Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0 2022-01-10T10:46:31.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-01-10T10:46:31.730Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0|INFO|500||Invoke 2022-01-10T10:46:31.731Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e92f314b-d97d-4785-8a11-5c7ab88ffb1f], X-ECOMP-RequestID=[d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32], X-TransactionId=[], X-ONAP-RequestID=[d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32], Content-Type=[application/merge-patch+json]} 2022-01-10T10:46:31.773Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-10T10:46:32.158Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?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/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220110-10:46:31:782-90831], vertex-id=[368888], Content-Length=[0], Date=[Mon, 10 Jan 2022 10:46:31 GMT], Content-Type=[application/json]} 2022-01-10T10:46:32.158Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-01-10T10:46:32.159Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0|INFO|500||InvokeReturn 2022-01-10T10:46:32.163Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-10T10:46:32.163Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-10T10:46:32.168Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-10T10:46:32.168Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-10T10:46:32.169Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-10T10:46:32.169Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-01-10T10:46:32.171Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T10:46:32.171Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811592169, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T10:46:32.271Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T10:46:32.272Z||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-01-10T10:46:32.273Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T10:46:32.290Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:46:32.291Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-01-10T10:46:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:46:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:46:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:46:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:46:43.675Z||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-01-10T10:46:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:46:43.798Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:46:43.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-10T10:46:43.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:46:43.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-10T10:46:53.214Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:47:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:47:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:47:43.676Z||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-01-10T10:47:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:47:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:47:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:47:44.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:47:44.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "NOTIFIED" } 2022-01-10T10:47:44.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-10T10:47:44.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-10T10:47:44.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-10T10:47:44.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T10:47:44.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-10T10:47:44.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-10T10:47:44.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-10T10:47:44.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T10:47:44.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-10T10:47:44.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811543673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "NOTIFIED" } 2022-01-10T10:47:44.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-10T10:47:44.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811551610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T10:47:44.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:47:44.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811554308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T10:47:44.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:47:44.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811555370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T10:47:44.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:47:44.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811556506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-10T10:47:44.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:47:44.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811557628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json", "status": "DEPLOY_OK" } 2022-01-10T10:47:44.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:47:44.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811558632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-10T10:47:44.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:47:44.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811559635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-10T10:47:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:47:44.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811560639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T10:47:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:47:44.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-10T10:47:44.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641811592169, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T10:47:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T10:47:53.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:48:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:48:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:48:43.678Z||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-01-10T10:48:43.678Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:48:43.678Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:48:43.678Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:48:53.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:48:53.231Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:49:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:49:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:49:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:49:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:49:43.676Z||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-01-10T10:49:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:49:53.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:49:53.217Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:50:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:50:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:50:43.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:50:43.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:50:43.675Z||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-01-10T10:50:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:50:53.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:50:53.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:51:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:51:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:51:43.677Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:51:43.677Z||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-01-10T10:51:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:51:43.677Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:51:53.223Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:51:53.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:52:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:52:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:52:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:52:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:52:43.675Z||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-01-10T10:52:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:52:53.230Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:52:53.230Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:53:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:53:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:53:43.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:53:43.675Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:53:43.675Z||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-01-10T10:53:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:53:53.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:53:53.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:54:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:54:43.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:54:43.676Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:54:43.676Z||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-01-10T10:54:43.676Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:54:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:54:53.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:54:53.218Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:55:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:55:43.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:55:43.674Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:55:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:55:43.675Z||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-01-10T10:55:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:55:53.217Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:55:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:56:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:56:43.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:56:43.674Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:56:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:56:43.675Z||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-01-10T10:56:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:56:53.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:56:53.221Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:57:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:57:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:57:43.679Z||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-01-10T10:57:43.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:57:43.679Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:57:43.679Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:57:53.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:57:53.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:58:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:58:43.673Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:58:43.673Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:58:43.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:58:43.675Z||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-01-10T10:58:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:58:53.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:58:53.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:59:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:59:43.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T10:59:43.674Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T10:59:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T10:59:43.675Z||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-01-10T10:59:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T10:59:53.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T10:59:53.218Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:00:43.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:00:43.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:00:43.679Z||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-01-10T11:00:43.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:00:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:00:43.680Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:00:53.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:00:53.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:01:43.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:01:43.674Z||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-01-10T11:01:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:01:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:01:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-01-10T11:01:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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 TsfItNbkILHOUriC) ... 2022-01-10T11:01:53.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:01:53.220Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:02:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:02:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:02:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:02:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:02:43.675Z||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-01-10T11:02:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:02:53.219Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:02:53.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:03:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:03:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:03:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:03:43.675Z||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-01-10T11:03:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:03:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:03:53.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:03:53.218Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:04:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:04:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:04:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:04:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:04:43.675Z||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-01-10T11:04:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:04:53.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:04:53.216Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:05:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:05:43.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:05:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:05:43.675Z||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-01-10T11:05:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:05:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:05:53.223Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:05:53.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:06:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:06:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:06:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:06:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:06:43.675Z||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-01-10T11:06:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:06:53.229Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:06:53.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:07:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:07:43.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:07:43.676Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:07:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|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-01-10T11:07:43.676Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:07:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|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 TsfItNbkILHOUriC) ... 2022-01-10T11:07:44.303Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:07:44.303Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:07:44.304Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.304Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"16dcf489-eb3d-43c3-a305-4b216640ee25","serviceDescription":"service","serviceInvariantUUID":"bac5dc61-f755-4c43-9920-d128e2b497d4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"da0b04af-08ea-4ecf-aef6-9b5dcfadc871","resourceInvariantUUID":"5f9e1cdd-0849-4640-8697-09709cc18b57","resourceCustomizationUUID":"d758333d-6e66-4d75-ba66-7286c1d2ef13","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":"ZWZjMmRjY2YwMzUxMWNjNGZjN2NlOTllYTdlMmVmOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69297bbe-019b-40aa-96c4-ed05a313c396","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTY4ZjQ1MTdiYTllNTlmYzJiMzY1ZDI1NTA2YWE4N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c400a0fe-85f5-4288-b52f-bcb2f14e43ec","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-10T11:07:44.304Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.304Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "ves-openapi-manager", "timestamp": 1641812827243, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "multicloud-k8s-id", "timestamp": 1641812823422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "clamp", "timestamp": 1641812820373, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:07:44.308Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "policy-id", "timestamp": 1641812824282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "ves-openapi-manager", "timestamp": 1641812827243, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "multicloud-k8s-id", "timestamp": 1641812823422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "clamp", "timestamp": 1641812820373, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "policy-id", "timestamp": 1641812824282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "cds", "timestamp": 1641812831829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "policy-id", "timestamp": 1641812832585, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "cds", "timestamp": 1641812831829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "policy-id", "timestamp": 1641812833590, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:07:44.313Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.313Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "policy-id", "timestamp": 1641812834594, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-01-10T11:07:44.314Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:07:44.314Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:07:44.318Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-10T11:07:44.318Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812863673, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-10T11:07:44.333Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 2022-01-10T11:07:44.333Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 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-01-10T11:07:44.343Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.343Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "cds", "timestamp": 1641812834779, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:07:44.343Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:07:44.343Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.343Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "cds", "timestamp": 1641812835787, "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-01-10T11:07:44.348Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 2022-01-10T11:07:44.349Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 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-01-10T11:07:44.361Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.362Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "aai-ml", "timestamp": 1641812842007, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:07:44.363Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.363Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.363Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812842218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:07:44.363Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.363Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "clamp", "timestamp": 1641812843473, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "aai-ml", "timestamp": 1641812842007, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.365Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812842218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:07:44.365Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-10T11:07:44.365Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.365Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "aai-ml", "timestamp": 1641812845133, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:07:44.365Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812845216, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "clamp", "timestamp": 1641812845484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:07:44.367Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.367Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "clamp", "timestamp": 1641812846489, "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-01-10T11:07:44.372Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 2022-01-10T11:07:44.372Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 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-01-10T11:07:44.380Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.380Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812846863, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:07:44.381Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:07:44.381Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.381Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812847867, "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-01-10T11:07:44.385Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 2022-01-10T11:07:44.385Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 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-01-10T11:07:44.393Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.393Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "aai-ml", "timestamp": 1641812850712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:07:44.393Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:07:44.394Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:07:44.394Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "aai-ml", "timestamp": 1641812851716, "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-01-10T11:07:44.398Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 2022-01-10T11:07:44.398Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 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-01-10T11:07:44.418Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:07:44.419Z||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-01-10T11:07:44.419Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:07:44.431Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:07:44.431Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:07:45.319Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:07:45.320Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:07:45.322Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:07:45.322Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812863673, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:07:45.422Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:07:45.423Z||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-01-10T11:07:45.423Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:07:45.439Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:07:45.439Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:07:46.323Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "16dcf489-eb3d-43c3-a305-4b216640ee25", "serviceDescription": "service", "serviceInvariantUUID": "bac5dc61-f755-4c43-9920-d128e2b497d4", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "d758333d-6e66-4d75-ba66-7286c1d2ef13", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "da0b04af-08ea-4ecf-aef6-9b5dcfadc871", "resourceInvariantUUID": "5f9e1cdd-0849-4640-8697-09709cc18b57", "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": "YTY4ZjQ1MTdiYTllNTlmYzJiMzY1ZDI1NTA2YWE4N2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c400a0fe-85f5-4288-b52f-bcb2f14e43ec" } ], "workloadContext": "Production" } 2022-01-10T11:07:46.323Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-10T11:07:46.324Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 16dcf489-eb3d-43c3-a305-4b216640ee25 ASDC 2022-01-10T11:07:46.324Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:16dcf489-eb3d-43c3-a305-4b216640ee25 ServiceInvariantUUID:bac5dc61-f755-4c43-9920-d128e2b497d4 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:c400a0fe-85f5-4288-b52f-bcb2f14e43ec ArtifactChecksum:YTY4ZjQ1MTdiYTllNTlmYzJiMzY1ZDI1NTA2YWE4N2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:d758333d-6e66-4d75-ba66-7286c1d2ef13 ResourceInvariantUUID:5f9e1cdd-0849-4640-8697-09709cc18b57 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:da0b04af-08ea-4ecf-aef6-9b5dcfadc871 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-01-10T11:07:46.324Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16dcf489-eb3d-43c3-a305-4b216640ee25 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-01-10T11:07:46.351Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T11:07:46.353Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T11:07:46.353Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T11:07:46.353Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c400a0fe-85f5-4288-b52f-bcb2f14e43ec from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-10T11:07:46.353Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T11:07:46.354Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-10T11:07:46.510Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T11:07:46.512Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c400a0fe-85f5-4288-b52f-bcb2f14e43ec 52489 2022-01-10T11:07:46.512Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-01-10T11:07:46.512Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-10T11:07:46.512Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:07:46.513Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:07:46.514Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:07:46.514Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812866512, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:07:46.614Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:07:46.615Z||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-01-10T11:07:46.616Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:07:46.627Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:07:46.627Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-01-10T11:07:47.515Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T11:07:47.516Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T11:07:47.516Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c400a0fe-85f5-4288-b52f-bcb2f14e43ec, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:47.517Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-01-10T11:07:47.517Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:47.517Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:47.699Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12044185817165203436/Definitions/service-BasicNetwork-template.yml 2022-01-10T11:07:48.184Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-10T11:07:48.184Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:48.186Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:48.186Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:48.186Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-10T11:07:48.186Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-10T11:07:48.186Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.187Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.187Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-01-10T11:07:48.187Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-10T11:07:48.187Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T11:07:48.187Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.188Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.188Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-01-10T11:07:48.188Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-10T11:07:48.188Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T11:07:48.188Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.189Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.189Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.189Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.189Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:16dcf489-eb3d-43c3-a305-4b216640ee25 Model Version:NULL Model InvariantUuid:bac5dc61-f755-4c43-9920-d128e2b497d4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:5f9e1cdd-0849-4640-8697-09709cc18b57 Model UUID:01a1eb18-2057-47e5-90a5-c6df8d184eba Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:d758333d-6e66-4d75-ba66-7286c1d2ef13 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-01-10T11:07:48.197Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: da0b04af-08ea-4ecf-aef6-9b5dcfadc871 2022-01-10T11:07:48.197Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||No resources found for Service: 16dcf489-eb3d-43c3-a305-4b216640ee25 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-01-10T11:07:48.202Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500|| 2022-01-10T11:07:48.202Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-01-10T11:07:48.203Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 16dcf489-eb3d-43c3-a305-4b216640ee25 2022-01-10T11:07:48.203Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 16dcf489-eb3d-43c3-a305-4b216640ee25 2022-01-10T11:07:48.203Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-01-10T11:07:48.203Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-10T11:07:48.210Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ea4dfd, org.onap.sdc.toscaparser.api.parameters.Input@48cd8626, org.onap.sdc.toscaparser.api.parameters.Input@553c53ae, org.onap.sdc.toscaparser.api.parameters.Input@525afd5, org.onap.sdc.toscaparser.api.parameters.Input@55f09f29] 2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 16dcf489-eb3d-43c3-a305-4b216640ee25: Generic NeutronNet 2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.213Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.213Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.213Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-01-10T11:07:48.241Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.241Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.241Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.242Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.242Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:07:48.242Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:07:48.242Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-01-10T11:07:48.285Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-01-10T11:07:48.285Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-01-10T11:07:48.286Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-10T11:07:48.286Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T11:07:48.286Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:07:48.288Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:07:48.288Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812868285, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:07:48.387Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T11:07:48.388Z||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-01-10T11:07:48.388Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:07:48.399Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:07:48.400Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:07:49.292Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:07:49.302Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:07:49.307Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:07:49.307Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:07:49.307Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-10T11:07:49.311Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-10T11:08:19.311Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 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-01-10T11:08:19.318Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 and serviceModelVersionId: 16dcf489-eb3d-43c3-a305-4b216640ee25 2022-01-10T11:08:19.318Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bac5dc61-f755-4c43-9920-d128e2b497d4 2022-01-10T11:08:19.319Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0 2022-01-10T11:08:19.324Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-01-10T11:08:19.391Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0|INFO|500||Invoke 2022-01-10T11:08:19.391Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b3b06352-5204-4b51-8228-a4ada334d10c], X-ECOMP-RequestID=[1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04], X-TransactionId=[], X-ONAP-RequestID=[1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04], Content-Type=[application/merge-patch+json]} 2022-01-10T11:08:19.414Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-10T11:08:19.714Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?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/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220110-11:08:19:423-65302], vertex-id=[192552], Content-Length=[0], Date=[Mon, 10 Jan 2022 11:08:19 GMT], Content-Type=[application/json]} 2022-01-10T11:08:19.715Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-01-10T11:08:19.715Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0|INFO|500||InvokeReturn 2022-01-10T11:08:19.716Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-10T11:08:19.716Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-10T11:08:19.722Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-10T11:08:19.722Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-10T11:08:19.722Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-10T11:08:19.723Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:08:19.724Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:08:19.724Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812899722, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T11:08:19.824Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:08:19.825Z||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-01-10T11:08:19.825Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:08:19.840Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:08:19.842Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-10T11:08:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:08:43.677Z||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-01-10T11:08:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:08:43.674Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:08:43.678Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:08:43.678Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:08:43.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:08:43.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:08:43.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812863673, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:08:43.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:08:53.271Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:43.673Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:09:43.674Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:09:43.674Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:43.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:09:43.675Z||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-01-10T11:09:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:09:43.704Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:43.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:09:43.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812863673, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:09:43.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:09:43.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:09:43.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812866512, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:09:43.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:09:43.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:09:43.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812868285, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:09:43.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:09:43.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:09:43.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812899722, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T11:09:43.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:09:44.300Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:44.301Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:09:44.301Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3f1ed8f-1a71-4870-a635-a61f89e9953f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0044133d-3e5d-402d-b994-3b69a655f27b","serviceDescription":"service","serviceInvariantUUID":"2452000c-68cb-4945-af0e-0575c6f06310","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ed894ab-69e9-4bdb-b498-0675ad6944db","resourceInvariantUUID":"32951d71-b48e-452c-8538-fa5e92be15d7","resourceCustomizationUUID":"bfd0f08b-754b-4b44-86be-7e7fc229882f","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":"Y2JmOTA0ODExZGVhODg4MTk3ZjU4MTdkZGNiYjY2ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3637ec14-8786-4c3b-927d-62b98a8f3d22","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":"ZThlYmUyYmRhYTJlYzU1OGVmMmVmZGNkOGIxMjUyOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bccff47c-2fe4-4f5b-8bfa-b4aee41cfe4d","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":"a7dd92ad-8a45-44ba-94c6-0f8fa27594af","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":"18a122d4-ddca-4499-bb7b-eab85b36357c","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":"752e6619-be2a-48ff-9834-cb4511328f2d","artifactVersion":"2","generatedFromUUID":"a7dd92ad-8a45-44ba-94c6-0f8fa27594af"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWM3ZjE0ZmIxYmRiN2UwOTdmNjA0NmJkYzcxYTQyNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79765bc6-8ccb-4c21-83e5-8319fc579ee7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjdhZDhkNWUzMDA4ZDdjMmY0MDRmODcwOWJhNzg5ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abb08e80-a95b-4fee-97c1-a51ffb503f5a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-10T11:09:44.304Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:09:44.304Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:44.307Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:44.307Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:09:44.407Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:09:44.409Z||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-01-10T11:09:44.409Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:44.422Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:44.422Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:45.308Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:09:45.309Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:45.311Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:45.311Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-10T11:09:45.412Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:09:45.413Z||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-01-10T11:09:45.413Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:45.427Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:45.428Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:46.313Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:09:46.314Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:46.317Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:46.317Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-10T11:09:46.417Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:09:46.418Z||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-01-10T11:09:46.418Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:46.431Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:46.431Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:47.318Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:09:47.318Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:47.321Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:47.321Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:09:47.421Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:09:47.421Z||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-01-10T11:09:47.421Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:47.432Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:47.432Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:48.322Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:09:48.324Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:48.328Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:48.328Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-10T11:09:48.428Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:09:48.430Z||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-01-10T11:09:48.430Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:48.444Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:48.444Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:49.330Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:09:49.330Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:49.332Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:49.333Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:09:49.434Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-10T11:09:49.437Z||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-01-10T11:09:49.437Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:49.450Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:49.451Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:50.333Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:09:50.335Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:50.339Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:50.339Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:09:50.439Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:09:50.440Z||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-01-10T11:09:50.441Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:50.451Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:50.452Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:51.343Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "0044133d-3e5d-402d-b994-3b69a655f27b", "serviceDescription": "service", "serviceInvariantUUID": "2452000c-68cb-4945-af0e-0575c6f06310", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "bfd0f08b-754b-4b44-86be-7e7fc229882f", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5ed894ab-69e9-4bdb-b498-0675ad6944db", "resourceInvariantUUID": "32951d71-b48e-452c-8538-fa5e92be15d7", "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": "ZThlYmUyYmRhYTJlYzU1OGVmMmVmZGNkOGIxMjUyOWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bccff47c-2fe4-4f5b-8bfa-b4aee41cfe4d", "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": "a7dd92ad-8a45-44ba-94c6-0f8fa27594af", "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": "752e6619-be2a-48ff-9834-cb4511328f2d", "generatedFromUUID": "a7dd92ad-8a45-44ba-94c6-0f8fa27594af" }, "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": "752e6619-be2a-48ff-9834-cb4511328f2d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZjdhZDhkNWUzMDA4ZDdjMmY0MDRmODcwOWJhNzg5ZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "abb08e80-a95b-4fee-97c1-a51ffb503f5a" } ], "workloadContext": "Production" } 2022-01-10T11:09:51.345Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-10T11:09:51.345Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0044133d-3e5d-402d-b994-3b69a655f27b ASDC 2022-01-10T11:09:51.346Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e3f1ed8f-1a71-4870-a635-a61f89e9953f ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:0044133d-3e5d-402d-b994-3b69a655f27b ServiceInvariantUUID:2452000c-68cb-4945-af0e-0575c6f06310 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:abb08e80-a95b-4fee-97c1-a51ffb503f5a ArtifactChecksum:ZjdhZDhkNWUzMDA4ZDdjMmY0MDRmODcwOWJhNzg5ZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:bfd0f08b-754b-4b44-86be-7e7fc229882f ResourceInvariantUUID:32951d71-b48e-452c-8538-fa5e92be15d7 ResourceName:basic_vm ResourceType:VF ResourceUUID:5ed894ab-69e9-4bdb-b498-0675ad6944db 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:bccff47c-2fe4-4f5b-8bfa-b4aee41cfe4d ArtifactChecksum:ZThlYmUyYmRhYTJlYzU1OGVmMmVmZGNkOGIxMjUyOWY= 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:a7dd92ad-8a45-44ba-94c6-0f8fa27594af 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:752e6619-be2a-48ff-9834-cb4511328f2d 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:752e6619-be2a-48ff-9834-cb4511328f2d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-10T11:09:51.346Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0044133d-3e5d-402d-b994-3b69a655f27b 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-01-10T11:09:51.384Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T11:09:51.386Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T11:09:51.386Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T11:09:51.387Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: abb08e80-a95b-4fee-97c1-a51ffb503f5a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-10T11:09:51.387Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T11:09:51.387Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-10T11:09:51.589Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T11:09:51.594Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar abb08e80-a95b-4fee-97c1-a51ffb503f5a 71055 2022-01-10T11:09:51.595Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-01-10T11:09:51.595Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-10T11:09:51.595Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:09:51.595Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:51.598Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:51.598Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812991594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:09:51.700Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-01-10T11:09:51.701Z||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-01-10T11:09:51.701Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:51.712Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:51.713Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-01-10T11:09:52.599Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T11:09:52.600Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T11:09:52.600Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: abb08e80-a95b-4fee-97c1-a51ffb503f5a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-01-10T11:09:52.601Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-01-10T11:09:52.601Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-01-10T11:09:52.601Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-01-10T11:09:52.753Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11122922275359001593/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-01-10T11:09:53.931Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-10T11:09:53.931Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-10T11:09:53.931Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-10T11:09:53.931Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:53.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-10T11:09:53.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-10T11:09:53.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T11:09:53.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9c8ff1d3-c74e-484e-b1e6-81f60ddb2d32 2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:53.938Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.938Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:53.938Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.938Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:53.938Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:53.938Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:53.938Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:0044133d-3e5d-402d-b994-3b69a655f27b Model Version:NULL Model InvariantUuid:2452000c-68cb-4945-af0e-0575c6f06310 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:955881bf-976b-461f-a8e6-f0f2bf4cffc6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:32951d71-b48e-452c-8538-fa5e92be15d7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bfd0f08b-754b-4b44-86be-7e7fc229882f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:64445f31-0026-450c-b9cd-9159adbf01b2 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:59f23b7e-784a-44b4-a015-ad2f259664c9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9c8ff1d3-c74e-484e-b1e6-81f60ddb2d32 ModelInvariantUuid:f20aacb3-988e-4d61-ac31-f434fe31a4bd ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:572e179a-e10c-49e5-a610-935c3da9b733 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:0341d377-3a99-406d-ad3e-e69a582e4b66 ModelInvariantUuid:31bf4294-2953-45b4-89cf-01950af0ea77 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:19869e96-a60e-4e79-88e6-8043db221b91 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-01-10T11:09:53.944Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ed894ab-69e9-4bdb-b498-0675ad6944db 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-01-10T11:09:53.948Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-01-10T11:09:53.948Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ed894ab-69e9-4bdb-b498-0675ad6944db 2022-01-10T11:09:53.948Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bccff47c-2fe4-4f5b-8bfa-b4aee41cfe4d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-01-10T11:09:53.949Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T11:09:53.949Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:53.999Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T11:09:54.000Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json bccff47c-2fe4-4f5b-8bfa-b4aee41cfe4d 787 2022-01-10T11:09:54.000Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:54.001Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:54.001Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:09:54.001Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:54.003Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:54.003Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812994000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T11:09:54.104Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T11:09:54.104Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-10T11:09:54.104Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:54.115Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:54.116Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:55.004Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "64445f31-0026-450c-b9cd-9159adbf01b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "59f23b7e-784a-44b4-a015-ad2f259664c9", "vfModuleModelCustomizationUUID": "fcf15e94-46e7-42d1-91cc-6662cb4f0202", "isBase": true, "artifacts": [ "a7dd92ad-8a45-44ba-94c6-0f8fa27594af", "752e6619-be2a-48ff-9834-cb4511328f2d" ], "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-01-10T11:09:55.009Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:59f23b7e-784a-44b4-a015-ad2f259664c9 VfModuleModelInvariantUUID:64445f31-0026-450c-b9cd-9159adbf01b2 VfModuleModelDescription:NULL Artifacts UUID List:{ a7dd92ad-8a45-44ba-94c6-0f8fa27594af , 752e6619-be2a-48ff-9834-cb4511328f2d } 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-01-10T11:09:55.011Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "64445f31-0026-450c-b9cd-9159adbf01b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "59f23b7e-784a-44b4-a015-ad2f259664c9", "vfModuleModelCustomizationUUID": "fcf15e94-46e7-42d1-91cc-6662cb4f0202", "isBase": true, "artifacts": [ "a7dd92ad-8a45-44ba-94c6-0f8fa27594af", "752e6619-be2a-48ff-9834-cb4511328f2d" ], "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-01-10T11:09:55.011Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:59f23b7e-784a-44b4-a015-ad2f259664c9 VfModuleModelInvariantUUID:64445f31-0026-450c-b9cd-9159adbf01b2 VfModuleModelDescription:NULL Artifacts UUID List:{ a7dd92ad-8a45-44ba-94c6-0f8fa27594af , 752e6619-be2a-48ff-9834-cb4511328f2d } 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-01-10T11:09:55.012Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a7dd92ad-8a45-44ba-94c6-0f8fa27594af from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-01-10T11:09:55.012Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T11:09:55.012Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:55.058Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T11:09:55.059Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a7dd92ad-8a45-44ba-94c6-0f8fa27594af 5033 2022-01-10T11:09:55.059Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:55.059Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:55.059Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:09:55.060Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:55.061Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:55.061Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812995059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T11:09:55.162Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:09:55.162Z||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-01-10T11:09:55.162Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:55.173Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:55.173Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:56.062Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 752e6619-be2a-48ff-9834-cb4511328f2d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-01-10T11:09:56.063Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T11:09:56.064Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:56.195Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T11:09:56.196Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 752e6619-be2a-48ff-9834-cb4511328f2d 903 2022-01-10T11:09:56.196Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:56.196Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:56.196Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:09:56.197Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:56.198Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:56.199Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812996196, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-10T11:09:56.299Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:09:56.299Z||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-01-10T11:09:56.300Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:56.313Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:56.313Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:57.200Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0044133d-3e5d-402d-b994-3b69a655f27b 2022-01-10T11:09:57.200Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5ed894ab-69e9-4bdb-b498-0675ad6944db 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-01-10T11:09:57.218Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e96c32b, org.onap.sdc.toscaparser.api.parameters.Input@7d031fe, org.onap.sdc.toscaparser.api.parameters.Input@515e7df9, org.onap.sdc.toscaparser.api.parameters.Input@fba6280, org.onap.sdc.toscaparser.api.parameters.Input@477d77c7] 2022-01-10T11:09:57.219Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.219Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:57.219Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-01-10T11:09:57.220Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bfd0f08b-754b-4b44-86be-7e7fc229882f 2022-01-10T11:09:57.220Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bfd0f08b-754b-4b44-86be-7e7fc229882f matches Tosca VF Customization UUID: bfd0f08b-754b-4b44-86be-7e7fc229882f 2022-01-10T11:09:57.220Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bfd0f08b-754b-4b44-86be-7e7fc229882f 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-01-10T11:09:57.222Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.222Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:57.222Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bfd0f08b-754b-4b44-86be-7e7fc229882f: {\"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-01-10T11:09:57.222Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fc53dfb 2022-01-10T11:09:57.223Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.223Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-10T11:09:57.223Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fcf15e94-46e7-42d1-91cc-6662cb4f0202 2022-01-10T11:09:57.223Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fcf15e94-46e7-42d1-91cc-6662cb4f0202 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-01-10T11:09:57.225Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.225Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-10T11:09:57.225Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:09:57.226Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.226Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-10T11:09:57.226Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:09:57.226Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.226Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-01-10T11:09:57.227Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-01-10T11:09:57.227Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-10T11:09:57.227Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9c8ff1d3-c74e-484e-b1e6-81f60ddb2d32 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-01-10T11:09:57.232Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.233Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-10T11:09:57.234Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:09:57.234Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.234Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-10T11:09:57.234Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=bfd0f08b-754b-4b44-86be-7e7fc229882f 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-01-10T11:09:57.238Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.239Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:57.239Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0044133d-3e5d-402d-b994-3b69a655f27b: basic_vm 2022-01-10T11:09:57.239Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.239Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:57.239Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.240Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:57.240Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.240Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:57.240Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.240Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:57.241Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:09:57.241Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:09:57.241Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:57.311Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5ed894ab-69e9-4bdb-b498-0675ad6944db 1 ASDC deployResourceStructure 2022-01-10T11:09:57.312Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:57.312Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:57.312Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T11:09:57.312Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:57.314Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:57.314Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812997312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-01-10T11:09:57.414Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:09:57.415Z||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-01-10T11:09:57.415Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:57.425Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:57.426Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:58.316Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:58.318Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:58.318Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T11:09:58.318Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:58.320Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:58.320Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812998315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-01-10T11:09:58.420Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:09:58.421Z||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-01-10T11:09:58.421Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:58.431Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:58.432Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:09:59.321Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:59.321Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||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-01-10T11:09:59.321Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T11:09:59.322Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:09:59.323Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:09:59.323Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812999321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-01-10T11:09:59.424Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:09:59.425Z||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-01-10T11:09:59.425Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:09:59.437Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:09:59.437Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:10:00.325Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-01-10T11:10:00.325Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-10T11:10:00.326Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T11:10:00.326Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:10:00.328Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:10:00.328Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813000325, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:10:00.428Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:10:00.429Z||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-01-10T11:10:00.429Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:10:00.441Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:10:00.442Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:10:01.329Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3f1ed8f-1a71-4870-a635-a61f89e9953f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:10:01.337Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3f1ed8f-1a71-4870-a635-a61f89e9953f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:10:01.338Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:10:01.338Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T11:10:01.338Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T11:10:31.339Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3f1ed8f-1a71-4870-a635-a61f89e9953f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:10:31.350Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3f1ed8f-1a71-4870-a635-a61f89e9953f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:10:31.354Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:10:31.354Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T11:10:31.354Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T11:10:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:10:43.676Z||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-01-10T11:10:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:10:43.696Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:10:43.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "aai-ml", "timestamp": 1641812932006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "cds", "timestamp": 1641812936829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812932218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "aai-ml", "timestamp": 1641812932006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "cds", "timestamp": 1641812936829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812932218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "aai-ml", "timestamp": 1641812932006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "cds", "timestamp": 1641812936829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812932218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "aai-ml", "timestamp": 1641812932006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "cds", "timestamp": 1641812936829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812932218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "clamp", "timestamp": 1641812940374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "aai-ml", "timestamp": 1641812932006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "cds", "timestamp": 1641812936829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812932218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "clamp", "timestamp": 1641812940374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-10T11:10:43.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "aai-ml", "timestamp": 1641812932006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "cds", "timestamp": 1641812936829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812932218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "clamp", "timestamp": 1641812940374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "aai-ml", "timestamp": 1641812932006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "cds", "timestamp": 1641812936829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812932218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "clamp", "timestamp": 1641812940374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812943422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "policy-id", "timestamp": 1641812944282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "clamp", "timestamp": 1641812940374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812943422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-10T11:10:43.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "aai-ml", "timestamp": 1641812945084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "cds", "timestamp": 1641812945208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812945322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "policy-id", "timestamp": 1641812944282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "clamp", "timestamp": 1641812940374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812943422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-10T11:10:43.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "cds", "timestamp": 1641812946215, "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-01-10T11:10:43.735Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3f1ed8f-1a71-4870-a635-a61f89e9953f 2022-01-10T11:10:43.735Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3f1ed8f-1a71-4870-a635-a61f89e9953f 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-01-10T11:10:43.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "policy-id", "timestamp": 1641812944282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-10T11:10:43.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "clamp", "timestamp": 1641812940374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812943422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812947804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:10:43.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "ves-openapi-manager", "timestamp": 1641812947242, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "policy-id", "timestamp": 1641812944282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812943422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-10T11:10:43.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812948808, "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-01-10T11:10:43.756Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3f1ed8f-1a71-4870-a635-a61f89e9953f 2022-01-10T11:10:43.757Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3f1ed8f-1a71-4870-a635-a61f89e9953f 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-01-10T11:10:43.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "ves-openapi-manager", "timestamp": 1641812947242, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "policy-id", "timestamp": 1641812944282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812943422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "ves-openapi-manager", "timestamp": 1641812947242, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "policy-id", "timestamp": 1641812944282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812943422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "ves-openapi-manager", "timestamp": 1641812947242, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "policy-id", "timestamp": 1641812944282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812951404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "ves-openapi-manager", "timestamp": 1641812947242, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "policy-id", "timestamp": 1641812952084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812952475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "cds", "timestamp": 1641812951829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "ves-openapi-manager", "timestamp": 1641812947242, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "policy-id", "timestamp": 1641812953087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:10:43.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812953581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "aai-ml", "timestamp": 1641812953753, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:10:43.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "cds", "timestamp": 1641812951829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "ves-openapi-manager", "timestamp": 1641812947242, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "policy-id", "timestamp": 1641812954090, "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-01-10T11:10:43.787Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3f1ed8f-1a71-4870-a635-a61f89e9953f 2022-01-10T11:10:43.787Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3f1ed8f-1a71-4870-a635-a61f89e9953f 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-01-10T11:10:43.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812954619, "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-01-10T11:10:43.801Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3f1ed8f-1a71-4870-a635-a61f89e9953f 2022-01-10T11:10:43.801Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3f1ed8f-1a71-4870-a635-a61f89e9953f 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-01-10T11:10:43.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "aai-ml", "timestamp": 1641812954756, "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-01-10T11:10:43.813Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3f1ed8f-1a71-4870-a635-a61f89e9953f 2022-01-10T11:10:43.813Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3f1ed8f-1a71-4870-a635-a61f89e9953f 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-01-10T11:10:43.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "cds", "timestamp": 1641812951829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "multicloud-k8s-id", "timestamp": 1641812955622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-01-10T11:10:43.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "cds", "timestamp": 1641812951829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "cds", "timestamp": 1641812951829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "cds", "timestamp": 1641812951829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "cds", "timestamp": 1641812951829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "clamp", "timestamp": 1641812959577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "cds", "timestamp": 1641812951829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "cds", "timestamp": 1641812951829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "clamp", "timestamp": 1641812961499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:10:43.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "clamp", "timestamp": 1641812962502, "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-01-10T11:10:43.834Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3f1ed8f-1a71-4870-a635-a61f89e9953f 2022-01-10T11:10:43.834Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3f1ed8f-1a71-4870-a635-a61f89e9953f 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-01-10T11:10:43.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "cds", "timestamp": 1641812962618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812962006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812962218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "cds", "timestamp": 1641812963633, "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-01-10T11:10:43.857Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae567435-93e0-40e8-a14a-b7915b9cc238 2022-01-10T11:10:43.857Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae567435-93e0-40e8-a14a-b7915b9cc238 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-01-10T11:10:43.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812962006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812962218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812963422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812962006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812962218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812964282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812963422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-01-10T11:10:43.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812962006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812962218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812964282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812963422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-01-10T11:10:43.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812962006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812962218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812964282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812963422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-10T11:10:43.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812962006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812962218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "ves-openapi-manager", "timestamp": 1641812967243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812964282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812963422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-10T11:10:43.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812962006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812962218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "ves-openapi-manager", "timestamp": 1641812967243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812964282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-10T11:10:43.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812963422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812962006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812962218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "ves-openapi-manager", "timestamp": 1641812967243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812964282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812963422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-01-10T11:10:43.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812962006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812962218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "ves-openapi-manager", "timestamp": 1641812967243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812964282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812970374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812963422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "ves-openapi-manager", "timestamp": 1641812967243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812971890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.879Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812964282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812970374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812963422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812972188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.880Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "ves-openapi-manager", "timestamp": 1641812967243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812964282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812970374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812973254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.882Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "ves-openapi-manager", "timestamp": 1641812967243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812970374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-10T11:10:43.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812974015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812974308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812974427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:10:43.884Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "ves-openapi-manager", "timestamp": 1641812967243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812970374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812975019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:10:43.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812975364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641812975432, "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-01-10T11:10:43.891Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae567435-93e0-40e8-a14a-b7915b9cc238 2022-01-10T11:10:43.892Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae567435-93e0-40e8-a14a-b7915b9cc238 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-01-10T11:10:43.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "ves-openapi-manager", "timestamp": 1641812967243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812970374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "policy-id", "timestamp": 1641812976021, "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-01-10T11:10:43.905Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae567435-93e0-40e8-a14a-b7915b9cc238 2022-01-10T11:10:43.905Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae567435-93e0-40e8-a14a-b7915b9cc238 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-01-10T11:10:43.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812976415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-01-10T11:10:43.914Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812970374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812977462, "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-01-10T11:10:43.920Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae567435-93e0-40e8-a14a-b7915b9cc238 2022-01-10T11:10:43.920Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae567435-93e0-40e8-a14a-b7915b9cc238 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-01-10T11:10:43.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812970374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:10:43.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "multicloud-k8s-id", "timestamp": 1641812978465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-01-10T11:10:43.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812970374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:10:43.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:10:43.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812980810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:10:43.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:10:43.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:10:43.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "aai-ml", "timestamp": 1641812981814, "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-01-10T11:10:43.933Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae567435-93e0-40e8-a14a-b7915b9cc238 2022-01-10T11:10:43.933Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae567435-93e0-40e8-a14a-b7915b9cc238 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-01-10T11:11:01.354Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3f1ed8f-1a71-4870-a635-a61f89e9953f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:11:01.366Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3f1ed8f-1a71-4870-a635-a61f89e9953f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:11:01.369Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:11:01.369Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-10T11:11:01.370Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-10T11:11:01.370Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-10T11:11:01.370Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:01.370Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:01.370Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:01.370Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:01.370Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:01.371Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:01.371Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-10T11:11:01.375Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-10T11:11:31.376Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3f1ed8f-1a71-4870-a635-a61f89e9953f 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-01-10T11:11:31.388Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3f1ed8f-1a71-4870-a635-a61f89e9953f and serviceModelVersionId: 0044133d-3e5d-402d-b994-3b69a655f27b 2022-01-10T11:11:31.388Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2452000c-68cb-4945-af0e-0575c6f06310 2022-01-10T11:11:31.390Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2452000c-68cb-4945-af0e-0575c6f06310/model-vers/model-ver/0044133d-3e5d-402d-b994-3b69a655f27b?depth=0 2022-01-10T11:11:31.401Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-01-10T11:11:31.467Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2452000c-68cb-4945-af0e-0575c6f06310/model-vers/model-ver/0044133d-3e5d-402d-b994-3b69a655f27b?depth=0|INFO|500||Invoke 2022-01-10T11:11:31.468Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2452000c-68cb-4945-af0e-0575c6f06310/model-vers/model-ver/0044133d-3e5d-402d-b994-3b69a655f27b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2452000c-68cb-4945-af0e-0575c6f06310/model-vers/model-ver/0044133d-3e5d-402d-b994-3b69a655f27b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3f1ed8f-1a71-4870-a635-a61f89e9953f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8700ec74-4c56-42f0-a94e-60f91805e97d], X-ECOMP-RequestID=[e3f1ed8f-1a71-4870-a635-a61f89e9953f], X-TransactionId=[], X-ONAP-RequestID=[e3f1ed8f-1a71-4870-a635-a61f89e9953f], Content-Type=[application/merge-patch+json]} 2022-01-10T11:11:31.504Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2452000c-68cb-4945-af0e-0575c6f06310/model-vers/model-ver/0044133d-3e5d-402d-b994-3b69a655f27b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-10T11:11:31.905Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2452000c-68cb-4945-af0e-0575c6f06310/model-vers/model-ver/0044133d-3e5d-402d-b994-3b69a655f27b?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/2452000c-68cb-4945-af0e-0575c6f06310/model-vers/model-ver/0044133d-3e5d-402d-b994-3b69a655f27b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220110-11:11:31:513-11947], vertex-id=[200744], Content-Length=[0], Date=[Mon, 10 Jan 2022 11:11:31 GMT], Content-Type=[application/json]} 2022-01-10T11:11:31.905Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2452000c-68cb-4945-af0e-0575c6f06310/model-vers/model-ver/0044133d-3e5d-402d-b994-3b69a655f27b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-01-10T11:11:31.906Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2452000c-68cb-4945-af0e-0575c6f06310/model-vers/model-ver/0044133d-3e5d-402d-b994-3b69a655f27b?depth=0|INFO|500||InvokeReturn 2022-01-10T11:11:31.906Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-10T11:11:31.906Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-10T11:11:31.912Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-10T11:11:31.912Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3f1ed8f-1a71-4870-a635-a61f89e9953f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-10T11:11:31.912Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-10T11:11:31.913Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:31.916Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:31.916Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813091912, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T11:11:32.016Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:11:32.017Z||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-01-10T11:11:32.017Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:32.033Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:32.034Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-10T11:11:32.927Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:11:32.927Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae567435-93e0-40e8-a14a-b7915b9cc238","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"10c70883-d6e3-4f15-a6f2-37a069582b55","serviceDescription":"service","serviceInvariantUUID":"e1d84ba6-2fe6-4706-8325-ce5c8311aa8a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9b4de63-d639-4493-88d2-d3c11e1c3dca","resourceInvariantUUID":"32d40d8b-dc8c-457f-a2dd-93ef0c3a4964","resourceCustomizationUUID":"5736c493-1a2b-4418-b3eb-1a989b87f71e","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":"OThhODhmYzk2MWY1NTRlODc5MzNhZDkxY2FjNzU3ZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fdbaf048-ef1a-44d2-bfe8-6578e14eb8c0","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":"b3c9b20f-0f80-43f3-9447-a0e39af000cf","artifactVersion":"2","generatedFromUUID":"a8667221-2425-4d30-92a4-8a79cf3b04d8"},{"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":"a8667221-2425-4d30-92a4-8a79cf3b04d8","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":"ZDg1ZDkyZDg0YTVmMGE4NTJjNTZmM2M4YjlmMDU1YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"899368f5-4672-4765-aaa0-d02384d2a667","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":"89e1ce90-5c89-41e4-b45d-df59513e1513","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":"11d9cea1-7fc3-47fb-990d-7b3eb9d7ffc3","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":"dde2d7ab-b75c-4bab-bd35-9ef3dbbe1c9f","artifactVersion":"2","generatedFromUUID":"89e1ce90-5c89-41e4-b45d-df59513e1513"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTE0NmRlMzBmZGRiNTFjNzEzNDY4NDZlYjdlOTc4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adfc5b00-2955-4280-b201-202831cd44bd","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzdlNTY2NDg5N2I2YmU3OTE3Y2I2OTVhOGI2ZjA5NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"760d4a45-130e-48f8-a7b9-ad29c2fb2c22","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-10T11:11:32.928Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:11:32.928Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:32.930Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:32.930Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:11:33.030Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:11:33.031Z||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-01-10T11:11:33.031Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:33.042Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:33.042Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:33.930Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:11:33.931Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:33.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:33.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-01-10T11:11:34.033Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:11:34.034Z||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-01-10T11:11:34.034Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:34.045Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:34.045Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:34.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:11:34.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:34.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:34.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-01-10T11:11:35.037Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T11:11:35.039Z||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-01-10T11:11:35.039Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:35.049Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:35.049Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:35.938Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:11:35.939Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:35.942Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:35.942Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-10T11:11:36.042Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:11:36.043Z||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-01-10T11:11:36.043Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:36.054Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:36.054Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:36.943Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:11:36.944Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:36.945Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:36.946Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-10T11:11:37.048Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-01-10T11:11:37.049Z||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-01-10T11:11:37.050Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:37.061Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:37.061Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:37.947Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:11:37.948Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:37.950Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:37.951Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:11:38.051Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:11:38.052Z||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-01-10T11:11:38.052Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:38.065Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:38.065Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-10T11:11:38.951Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:11:38.952Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:38.954Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:38.955Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-01-10T11:11:39.054Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T11:11:39.055Z||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-01-10T11:11:39.055Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:39.068Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:39.068Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:39.955Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:11:39.956Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:39.958Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:39.959Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:11:40.062Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-01-10T11:11:40.063Z||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-01-10T11:11:40.063Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:40.076Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:40.076Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:40.959Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:11:40.960Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:40.963Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:40.963Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:11:41.063Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T11:11:41.064Z||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-01-10T11:11:41.064Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:41.075Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:41.076Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-10T11:11:41.965Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "10c70883-d6e3-4f15-a6f2-37a069582b55", "serviceDescription": "service", "serviceInvariantUUID": "e1d84ba6-2fe6-4706-8325-ce5c8311aa8a", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "5736c493-1a2b-4418-b3eb-1a989b87f71e", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c9b4de63-d639-4493-88d2-d3c11e1c3dca", "resourceInvariantUUID": "32d40d8b-dc8c-457f-a2dd-93ef0c3a4964", "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": "b3c9b20f-0f80-43f3-9447-a0e39af000cf", "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": "a8667221-2425-4d30-92a4-8a79cf3b04d8", "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": "ZDg1ZDkyZDg0YTVmMGE4NTJjNTZmM2M4YjlmMDU1YzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "899368f5-4672-4765-aaa0-d02384d2a667", "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": "89e1ce90-5c89-41e4-b45d-df59513e1513", "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": "dde2d7ab-b75c-4bab-bd35-9ef3dbbe1c9f", "generatedFromUUID": "89e1ce90-5c89-41e4-b45d-df59513e1513" }, "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": "dde2d7ab-b75c-4bab-bd35-9ef3dbbe1c9f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YzdlNTY2NDg5N2I2YmU3OTE3Y2I2OTVhOGI2ZjA5NjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "760d4a45-130e-48f8-a7b9-ad29c2fb2c22" } ], "workloadContext": "Production" } 2022-01-10T11:11:41.965Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-10T11:11:41.965Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 10c70883-d6e3-4f15-a6f2-37a069582b55 ASDC 2022-01-10T11:11:41.966Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ae567435-93e0-40e8-a14a-b7915b9cc238 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:10c70883-d6e3-4f15-a6f2-37a069582b55 ServiceInvariantUUID:e1d84ba6-2fe6-4706-8325-ce5c8311aa8a 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:760d4a45-130e-48f8-a7b9-ad29c2fb2c22 ArtifactChecksum:YzdlNTY2NDg5N2I2YmU3OTE3Y2I2OTVhOGI2ZjA5NjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:5736c493-1a2b-4418-b3eb-1a989b87f71e ResourceInvariantUUID:32d40d8b-dc8c-457f-a2dd-93ef0c3a4964 ResourceName:basic_cnf ResourceType:VF ResourceUUID:c9b4de63-d639-4493-88d2-d3c11e1c3dca 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:b3c9b20f-0f80-43f3-9447-a0e39af000cf 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:a8667221-2425-4d30-92a4-8a79cf3b04d8 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:899368f5-4672-4765-aaa0-d02384d2a667 ArtifactChecksum:ZDg1ZDkyZDg0YTVmMGE4NTJjNTZmM2M4YjlmMDU1YzE= 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:89e1ce90-5c89-41e4-b45d-df59513e1513 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:dde2d7ab-b75c-4bab-bd35-9ef3dbbe1c9f 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:dde2d7ab-b75c-4bab-bd35-9ef3dbbe1c9f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-10T11:11:41.967Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10c70883-d6e3-4f15-a6f2-37a069582b55 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-01-10T11:11:41.997Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T11:11:41.997Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T11:11:41.997Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T11:11:41.997Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 760d4a45-130e-48f8-a7b9-ad29c2fb2c22 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-10T11:11:41.998Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T11:11:41.998Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-10T11:11:42.317Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T11:11:42.320Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 760d4a45-130e-48f8-a7b9-ad29c2fb2c22 68926 2022-01-10T11:11:42.320Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-01-10T11:11:42.321Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-10T11:11:42.321Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:11:42.321Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:42.323Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:42.323Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813102320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:11:42.423Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:11:42.424Z||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-01-10T11:11:42.424Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:42.434Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:42.435Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:43.324Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T11:11:43.325Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-10T11:11:43.326Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 760d4a45-130e-48f8-a7b9-ad29c2fb2c22, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-10T11:11:43.344Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-01-10T11:11:43.345Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-10T11:11:43.345Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-10T11:11:43.476Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15593760664756789406/Definitions/service-BasicCnf-template.yml 2022-01-10T11:11:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:11:43.675Z||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-01-10T11:11:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:11:43.698Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:43.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:11:43.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:11:43.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-10T11:11:43.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:11:43.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-10T11:11:43.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:11:43.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:11:43.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:11:43.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-10T11:11:43.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:11:43.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812988496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:11:43.703Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:11:43.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:11:43.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:11:43.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:11:43.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:11:43.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812990503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:11:43.705Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:11:43.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "clamp", "timestamp": 1641812991507, "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-01-10T11:11:43.714Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae567435-93e0-40e8-a14a-b7915b9cc238 2022-01-10T11:11:43.714Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae567435-93e0-40e8-a14a-b7915b9cc238 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-01-10T11:11:43.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812991594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:11:43.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:11:43.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812994000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T11:11:43.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:11:43.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812995059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T11:11:43.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:11:43.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812996196, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-10T11:11:43.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:11:43.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812997312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-01-10T11:11:43.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:11:43.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812998315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-01-10T11:11:43.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:11:43.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812999321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-01-10T11:11:43.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:11:43.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:11:43.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813000325, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:11:43.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:11:44.621Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-10T11:11:44.621Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-10T11:11:44.621Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-10T11:11:44.622Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-01-10T11:11:44.622Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-10T11:11:44.622Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-10T11:11:44.622Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-10T11:11:44.622Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-10T11:11:44.622Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-10T11:11:44.623Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.623Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:44.623Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-10T11:11:44.623Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-10T11:11:44.624Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T11:11:44.624Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.624Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:44.624Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-10T11:11:44.624Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-10T11:11:44.625Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T11:11:44.625Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.625Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:44.625Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.626Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-01-10T11:11:44.626Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-01-10T11:11:44.626Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-01-10T11:11:44.626Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-10T11:11:44.626Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.627Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-10T11:11:44.627Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.627Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-10T11:11:44.627Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:11:44.627Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.628Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-10T11:11:44.628Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:11:44.628Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.628Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-10T11:11:44.628Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:11:44.629Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.629Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-01-10T11:11:44.629Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-01-10T11:11:44.629Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7e56527c-cd0a-41c4-8afd-627ebc3f2d0c 2022-01-10T11:11:44.629Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.630Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:44.630Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.630Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:44.630Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.630Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:44.631Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:44.631Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:44.631Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:10c70883-d6e3-4f15-a6f2-37a069582b55 Model Version:NULL Model InvariantUuid:e1d84ba6-2fe6-4706-8325-ce5c8311aa8a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:a848779a-b879-4540-b2f3-d6c68e10ce65 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:32d40d8b-dc8c-457f-a2dd-93ef0c3a4964 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5736c493-1a2b-4418-b3eb-1a989b87f71e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d4b29a6a-92e5-4b4e-8683-ce25a7ecd357 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:5d4a945e-b171-4ebb-887f-d6ff2b86a3b7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7e56527c-cd0a-41c4-8afd-627ebc3f2d0c ModelInvariantUuid:610273d9-480c-4575-94d4-fa96bbdb6832 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:bc0c412f-0e4d-4776-83a5-47a1dbdf6a83 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a6fb40f8-950f-48bb-979d-e93079c5a521 ModelInvariantUuid:37ebce73-acca-4d64-a851-68319e2cc947 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:57129e1a-1807-4dae-bdd1-145341a79caf 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-01-10T11:11:44.637Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c9b4de63-d639-4493-88d2-d3c11e1c3dca 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-01-10T11:11:44.640Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-01-10T11:11:44.640Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c9b4de63-d639-4493-88d2-d3c11e1c3dca 2022-01-10T11:11:44.640Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b3c9b20f-0f80-43f3-9447-a0e39af000cf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-01-10T11:11:44.641Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T11:11:44.641Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-01-10T11:11:45.072Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T11:11:45.073Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b3c9b20f-0f80-43f3-9447-a0e39af000cf 12 2022-01-10T11:11:45.073Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-01-10T11:11:45.074Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-01-10T11:11:45.074Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:11:45.074Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:45.079Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:45.079Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813105073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-01-10T11:11:45.177Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-01-10T11:11:45.178Z||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-01-10T11:11:45.178Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:45.189Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:45.190Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-10T11:11:46.080Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a8667221-2425-4d30-92a4-8a79cf3b04d8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-01-10T11:11:46.081Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T11:11:46.081Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-01-10T11:11:46.136Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T11:11:46.136Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a8667221-2425-4d30-92a4-8a79cf3b04d8 2688 2022-01-10T11:11:46.136Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-01-10T11:11:46.137Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-01-10T11:11:46.137Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:11:46.137Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:46.139Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:46.139Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813106136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-01-10T11:11:46.239Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:11:46.240Z||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-01-10T11:11:46.240Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:46.255Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:46.255Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:47.140Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 899368f5-4672-4765-aaa0-d02384d2a667 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-01-10T11:11:47.140Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T11:11:47.141Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-01-10T11:11:47.234Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T11:11:47.234Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 899368f5-4672-4765-aaa0-d02384d2a667 828 2022-01-10T11:11:47.234Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-01-10T11:11:47.235Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-01-10T11:11:47.235Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:11:47.235Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:47.237Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:47.237Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813107234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T11:11:47.337Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:11:47.338Z||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-01-10T11:11:47.338Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:47.351Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:47.351Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:48.238Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d4b29a6a-92e5-4b4e-8683-ce25a7ecd357", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d4a945e-b171-4ebb-887f-d6ff2b86a3b7", "vfModuleModelCustomizationUUID": "7137871c-1d9c-4fa6-8917-45a8345bdd70", "isBase": true, "artifacts": [ "89e1ce90-5c89-41e4-b45d-df59513e1513", "a8667221-2425-4d30-92a4-8a79cf3b04d8", "dde2d7ab-b75c-4bab-bd35-9ef3dbbe1c9f" ], "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-01-10T11:11:48.242Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d4a945e-b171-4ebb-887f-d6ff2b86a3b7 VfModuleModelInvariantUUID:d4b29a6a-92e5-4b4e-8683-ce25a7ecd357 VfModuleModelDescription:NULL Artifacts UUID List:{ 89e1ce90-5c89-41e4-b45d-df59513e1513 , a8667221-2425-4d30-92a4-8a79cf3b04d8 , dde2d7ab-b75c-4bab-bd35-9ef3dbbe1c9f } 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-01-10T11:11:48.244Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d4b29a6a-92e5-4b4e-8683-ce25a7ecd357", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d4a945e-b171-4ebb-887f-d6ff2b86a3b7", "vfModuleModelCustomizationUUID": "7137871c-1d9c-4fa6-8917-45a8345bdd70", "isBase": true, "artifacts": [ "89e1ce90-5c89-41e4-b45d-df59513e1513", "a8667221-2425-4d30-92a4-8a79cf3b04d8", "dde2d7ab-b75c-4bab-bd35-9ef3dbbe1c9f" ], "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-01-10T11:11:48.244Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d4a945e-b171-4ebb-887f-d6ff2b86a3b7 VfModuleModelInvariantUUID:d4b29a6a-92e5-4b4e-8683-ce25a7ecd357 VfModuleModelDescription:NULL Artifacts UUID List:{ 89e1ce90-5c89-41e4-b45d-df59513e1513 , a8667221-2425-4d30-92a4-8a79cf3b04d8 , dde2d7ab-b75c-4bab-bd35-9ef3dbbe1c9f } 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-01-10T11:11:48.244Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89e1ce90-5c89-41e4-b45d-df59513e1513 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-01-10T11:11:48.245Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T11:11:48.245Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-01-10T11:11:48.485Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T11:11:48.485Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 89e1ce90-5c89-41e4-b45d-df59513e1513 1164 2022-01-10T11:11:48.486Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-01-10T11:11:48.486Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-01-10T11:11:48.486Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:11:48.486Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:48.488Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:48.488Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813108486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T11:11:48.588Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T11:11:48.589Z||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-01-10T11:11:48.589Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:48.600Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:48.601Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:49.496Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dde2d7ab-b75c-4bab-bd35-9ef3dbbe1c9f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-01-10T11:11:49.497Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-10T11:11:49.497Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-01-10T11:11:49.796Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-10T11:11:49.796Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dde2d7ab-b75c-4bab-bd35-9ef3dbbe1c9f 200 2022-01-10T11:11:49.797Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-01-10T11:11:49.797Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-01-10T11:11:49.797Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:11:49.797Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:49.799Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:49.799Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813109797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-01-10T11:11:49.901Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-10T11:11:49.901Z||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-01-10T11:11:49.902Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:49.913Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:49.913Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:50.800Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 10c70883-d6e3-4f15-a6f2-37a069582b55 2022-01-10T11:11:50.801Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c9b4de63-d639-4493-88d2-d3c11e1c3dca 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-01-10T11:11:50.817Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-01-10T11:11:50.821Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20ae3bf2, org.onap.sdc.toscaparser.api.parameters.Input@1bfefa25, org.onap.sdc.toscaparser.api.parameters.Input@7f7e3044, org.onap.sdc.toscaparser.api.parameters.Input@24448de7, org.onap.sdc.toscaparser.api.parameters.Input@75644336] 2022-01-10T11:11:50.822Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.822Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:50.824Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-01-10T11:11:50.824Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 5736c493-1a2b-4418-b3eb-1a989b87f71e 2022-01-10T11:11:50.824Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5736c493-1a2b-4418-b3eb-1a989b87f71e matches Tosca VF Customization UUID: 5736c493-1a2b-4418-b3eb-1a989b87f71e 2022-01-10T11:11:50.824Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 5736c493-1a2b-4418-b3eb-1a989b87f71e 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-01-10T11:11:50.827Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.827Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:50.827Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 5736c493-1a2b-4418-b3eb-1a989b87f71e: {\"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-01-10T11:11:50.828Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@177ec3a5 2022-01-10T11:11:50.828Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.828Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-10T11:11:50.828Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7137871c-1d9c-4fa6-8917-45a8345bdd70 2022-01-10T11:11:50.828Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7137871c-1d9c-4fa6-8917-45a8345bdd70 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-01-10T11:11:50.830Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.830Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-10T11:11:50.830Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:11:50.830Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.831Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-10T11:11:50.831Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:11:50.831Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.831Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-01-10T11:11:50.831Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-01-10T11:11:50.831Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7e56527c-cd0a-41c4-8afd-627ebc3f2d0c 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-01-10T11:11:50.833Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.833Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-10T11:11:50.833Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-10T11:11:50.834Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.834Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-10T11:11:50.834Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5736c493-1a2b-4418-b3eb-1a989b87f71e 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-01-10T11:11:50.835Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.835Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:50.835Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 10c70883-d6e3-4f15-a6f2-37a069582b55: basic_cnf 2022-01-10T11:11:50.836Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.836Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:50.837Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.837Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:50.837Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.838Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:50.838Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.838Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:50.838Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:11:50.839Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:11:50.839Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-10T11:11:50.913Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c9b4de63-d639-4493-88d2-d3c11e1c3dca 1 ASDC deployResourceStructure 2022-01-10T11:11:50.914Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-01-10T11:11:50.914Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-01-10T11:11:50.914Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-01-10T11:11:50.914Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:50.916Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:50.916Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813110913, "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-01-10T11:11:51.017Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:11:51.017Z||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-01-10T11:11:51.018Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:51.031Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:51.031Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:51.919Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-01-10T11:11:51.919Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-01-10T11:11:51.919Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-01-10T11:11:51.920Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:51.923Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:51.923Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813111919, "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-01-10T11:11:52.022Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T11:11:52.023Z||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-01-10T11:11:52.023Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:52.035Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:52.036Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:52.924Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-01-10T11:11:52.924Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-01-10T11:11:52.924Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T11:11:52.924Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:52.926Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:52.926Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813112924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-01-10T11:11:53.026Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:11:53.027Z||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-01-10T11:11:53.027Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:53.037Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:53.037Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:53.927Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-01-10T11:11:53.927Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-01-10T11:11:53.928Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T11:11:53.928Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:53.930Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:53.930Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813113927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-01-10T11:11:54.032Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-01-10T11:11:54.034Z||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-01-10T11:11:54.035Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:54.049Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:54.049Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-01-10T11:11:54.932Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-01-10T11:11:54.932Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-01-10T11:11:54.932Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T11:11:54.932Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:54.934Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:54.934Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813114932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-01-10T11:11:55.034Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:11:55.035Z||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-01-10T11:11:55.035Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:55.045Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:55.046Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:55.935Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-01-10T11:11:55.935Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-10T11:11:55.935Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T11:11:55.936Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:11:55.937Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:11:55.938Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813115935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:11:56.038Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-10T11:11:56.038Z||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-01-10T11:11:56.038Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:11:56.050Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:11:56.050Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:11:56.939Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae567435-93e0-40e8-a14a-b7915b9cc238 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:11:56.949Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae567435-93e0-40e8-a14a-b7915b9cc238 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:11:56.951Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:11:56.951Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-10T11:11:56.951Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-10T11:11:56.952Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-10T11:11:56.952Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:56.952Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:56.952Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:56.952Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:56.952Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:56.952Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:11:56.952Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-10T11:11:56.956Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-10T11:12:26.958Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae567435-93e0-40e8-a14a-b7915b9cc238 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-01-10T11:12:26.976Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae567435-93e0-40e8-a14a-b7915b9cc238 and serviceModelVersionId: 10c70883-d6e3-4f15-a6f2-37a069582b55 2022-01-10T11:12:26.976Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1d84ba6-2fe6-4706-8325-ce5c8311aa8a 2022-01-10T11:12:26.978Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1d84ba6-2fe6-4706-8325-ce5c8311aa8a/model-vers/model-ver/10c70883-d6e3-4f15-a6f2-37a069582b55?depth=0 2022-01-10T11:12:26.986Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-01-10T11:12:27.038Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1d84ba6-2fe6-4706-8325-ce5c8311aa8a/model-vers/model-ver/10c70883-d6e3-4f15-a6f2-37a069582b55?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-01-10T11:12:27.040Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1d84ba6-2fe6-4706-8325-ce5c8311aa8a/model-vers/model-ver/10c70883-d6e3-4f15-a6f2-37a069582b55?depth=0|INFO|500||Invoke 2022-01-10T11:12:27.065Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1d84ba6-2fe6-4706-8325-ce5c8311aa8a/model-vers/model-ver/10c70883-d6e3-4f15-a6f2-37a069582b55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-10T11:12:27.412Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1d84ba6-2fe6-4706-8325-ce5c8311aa8a/model-vers/model-ver/10c70883-d6e3-4f15-a6f2-37a069582b55?depth=0|INFO|500||InvokeReturn 2022-01-10T11:12:27.413Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1d84ba6-2fe6-4706-8325-ce5c8311aa8a/model-vers/model-ver/10c70883-d6e3-4f15-a6f2-37a069582b55?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220110-11:12:27:075-82550], vertex-id=[192544], Content-Length=[0], Date=[Mon, 10 Jan 2022 11:12:27 GMT], Content-Type=[application/json]} 2022-01-10T11:12:27.413Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-01-10T11:12:27.414Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-10T11:12:27.414Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-10T11:12:27.419Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-10T11:12:27.419Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae567435-93e0-40e8-a14a-b7915b9cc238 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-10T11:12:27.420Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-10T11:12:27.420Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:12:27.423Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:12:27.423Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813147419, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T11:12:27.523Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:12:27.524Z||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-01-10T11:12:27.524Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:12:27.544Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:12:27.545Z||pool-77-thread-1|||||INFO|500||cambria reply ok (22 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-01-10T11:12:28.436Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:12:28.436Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:12:28.437Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:12:39.004Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:12:39.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:12:39.005Z||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-01-10T11:12:39.005Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:12:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:12:43.676Z||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-01-10T11:12:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:12:43.700Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:12:43.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:12:43.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813091912, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T11:12:43.703Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:12:43.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:12:43.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:12:43.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:12:43.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:12:43.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-01-10T11:12:43.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:12:43.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:12:43.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-01-10T11:12:43.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:12:43.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:12:43.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-10T11:12:43.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:12:43.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:12:43.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-10T11:12:43.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:12:43.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:12:43.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:12:43.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:12:43.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:12:43.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-01-10T11:12:43.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:12:43.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:12:43.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:12:43.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:12:43.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:12:43.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641812983673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:12:43.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-10T11:12:43.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-10T11:12:43.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813102320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:12:43.710Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:12:48.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:12:48.544Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:12:48.545Z||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-01-10T11:12:48.546Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:12:58.092Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:13:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:13:43.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:13:43.681Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:13:43.682Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|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-01-10T11:13:43.682Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:13:43.682Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|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 TsfItNbkILHOUriC) ... 2022-01-10T11:13:44.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:13:44.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813105073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-01-10T11:13:44.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:44.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813106136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-01-10T11:13:44.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:44.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813107234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-10T11:13:44.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:44.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813108486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T11:13:44.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:44.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813109797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-01-10T11:13:44.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:44.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813110913, "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-01-10T11:13:44.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:44.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813111919, "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-01-10T11:13:44.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:44.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813112924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-01-10T11:13:44.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:44.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813113927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-01-10T11:13:44.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:44.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813114932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-01-10T11:13:44.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:44.227Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.227Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813115935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:13:44.227Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:44.227Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-10T11:13:44.227Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae567435-93e0-40e8-a14a-b7915b9cc238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813147419, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T11:13:44.227Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:13:53.234Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:14:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:14:43.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:14:43.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:14:43.675Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:14:43.675Z||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-01-10T11:14:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:14:53.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:14:53.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:15:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:15:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:15:43.676Z||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-01-10T11:15:43.676Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:15:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:15:43.676Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:15:53.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:15:53.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:16:43.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:16:43.676Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:16:43.681Z||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-01-10T11:16:43.681Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:16:43.682Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:16:43.681Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:16:53.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:16:53.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:17:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:17:43.673Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:17:43.674Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:17:43.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:17:43.675Z||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-01-10T11:17:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:17:53.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:17:53.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:18:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:18:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:18:43.676Z||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-01-10T11:18:43.676Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:18:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:18:43.676Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:18:53.218Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:18:53.219Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:43.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:19:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:19:43.677Z||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-01-10T11:19:43.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:19:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:19:43.677Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:19:44.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:44.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "ves-openapi-manager", "timestamp": 1641813567242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "cds", "timestamp": 1641813566830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "clamp", "timestamp": 1641813570374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "ves-openapi-manager", "timestamp": 1641813567242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "cds", "timestamp": 1641813566830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "clamp", "timestamp": 1641813570374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "ves-openapi-manager", "timestamp": 1641813567242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "cds", "timestamp": 1641813566830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "clamp", "timestamp": 1641813570374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "ves-openapi-manager", "timestamp": 1641813567242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "cds", "timestamp": 1641813566830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "clamp", "timestamp": 1641813570374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "ves-openapi-manager", "timestamp": 1641813567242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "cds", "timestamp": 1641813566830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "clamp", "timestamp": 1641813570374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "ves-openapi-manager", "timestamp": 1641813567242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "cds", "timestamp": 1641813566830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "clamp", "timestamp": 1641813570374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "ves-openapi-manager", "timestamp": 1641813567242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "cds", "timestamp": 1641813566830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "clamp", "timestamp": 1641813570374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "ves-openapi-manager", "timestamp": 1641813567242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "cds", "timestamp": 1641813566830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "clamp", "timestamp": 1641813570374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:19:44.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-10T11:19:44.306Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:44.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-10T11:19:44.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ade552be-15f2-48ac-8ffa-90b3cc190dda","serviceName":"Demo_pNF_myuKFi2T0iCZeYFK8V0B","serviceVersion":"1.0","serviceUUID":"7fd2689c-4230-4343-a9bc-09eacc09ffa2","serviceDescription":"catalog service description","serviceInvariantUUID":"5787ffcb-d1fa-4853-9239-cd6d69758b0d","resources":[{"resourceInstanceName":"pNF 015686be-fd77 0","resourceName":"pNF 015686be-fd77","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5ef99f1b-6edf-4a1b-b723-16cab977be1c","resourceInvariantUUID":"7149240a-07b8-49e6-83cf-f1345c7a3807","resourceCustomizationUUID":"b32aba0c-c4fb-4cf3-aa3d-6e94b66bf121","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vf-license-model.xml","artifactChecksum":"YmVjYzY1ZWU0ZmQ5YmIxMzhmYjMzOGM3YTI5YTE3YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f00e4c6-721d-4c25-932a-96865e2713a8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/pNF.csar","artifactChecksum":"N2Q3Nzg1OTQ5NDNmMjEwNjM3ZmNiNGYzOTU2YzlkNzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e39f876-209e-4af0-b77a-db6a43e5e77e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"25399964-cb5f-4f8c-9c7b-aa47668c98a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vendor-license-model.xml","artifactChecksum":"M2M4NDgwYzVhNjE5N2NiNWU2YzlkM2IwMGQ1ZTg5M2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64d3f620-eb34-4e3d-a433-ec0b49abbfaf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6b5adeca-ad9e-48be-bd36-242c33db179c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e770751d-bfdc-480a-a383-e96c695efd21","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml","artifactChecksum":"N2IyMWMzYjk3NGI2NGJlM2U5ZTg5YjQ2ZGFjNWVhZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2428290f-3686-410f-a5c0-390395038895","artifactVersion":"1"},{"artifactName":"service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar","artifactChecksum":"ZmQ0MThjOGRkZDM1YmIyZTAyNzlhNjEwZGRhMzBkNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f14ef3d1-7515-4a02-afa8-616403ba89ac","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-10T11:19:44.312Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:19:44.313Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:19:44.317Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:19:44.317Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:44.417Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:19:44.418Z||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-01-10T11:19:44.418Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:19:44.430Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:44.431Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:19:45.318Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:19:45.319Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:19:45.321Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:19:45.322Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:45.422Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:19:45.422Z||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-01-10T11:19:45.422Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:19:45.435Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:45.435Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:19:46.323Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:19:46.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:19:46.326Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:19:46.326Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:46.426Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:19:46.428Z||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-01-10T11:19:46.428Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:19:46.440Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:46.441Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:19:47.327Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:19:47.328Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:19:47.330Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:19:47.330Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:47.430Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:19:47.431Z||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-01-10T11:19:47.431Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:19:47.442Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:47.442Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:19:48.333Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:19:48.333Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:19:48.335Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:19:48.335Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:48.435Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:19:48.436Z||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-01-10T11:19:48.436Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:19:48.448Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:48.448Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:19:49.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:19:49.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:19:49.338Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:19:49.338Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:49.438Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:19:49.439Z||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-01-10T11:19:49.440Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:19:49.450Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:49.451Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:19:50.339Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:19:50.339Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:19:50.341Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:19:50.341Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:19:50.442Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:19:50.442Z||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-01-10T11:19:50.443Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:19:50.454Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:50.454Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:19:51.342Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-10T11:19:51.343Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:19:51.345Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:19:51.345Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:19:51.445Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:19:51.446Z||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-01-10T11:19:51.446Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:19:51.457Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:51.458Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:19:52.349Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "serviceName": "Demo_pNF_myuKFi2T0iCZeYFK8V0B", "serviceVersion": "1.0", "serviceUUID": "7fd2689c-4230-4343-a9bc-09eacc09ffa2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5787ffcb-d1fa-4853-9239-cd6d69758b0d", "resources": [ { "resourceInstanceName": "pNF 015686be-fd77 0", "resourceCustomizationUUID": "b32aba0c-c4fb-4cf3-aa3d-6e94b66bf121", "resourceName": "pNF 015686be-fd77", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5ef99f1b-6edf-4a1b-b723-16cab977be1c", "resourceInvariantUUID": "7149240a-07b8-49e6-83cf-f1345c7a3807", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "artifactChecksum": "ZmQ0MThjOGRkZDM1YmIyZTAyNzlhNjEwZGRhMzBkNmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f14ef3d1-7515-4a02-afa8-616403ba89ac" } ], "workloadContext": "Production" } 2022-01-10T11:19:52.349Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-10T11:19:52.350Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7fd2689c-4230-4343-a9bc-09eacc09ffa2 ASDC 2022-01-10T11:19:52.350Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ade552be-15f2-48ac-8ffa-90b3cc190dda ServiceName:Demo_pNF_myuKFi2T0iCZeYFK8V0B ServiceVersion:1.0 ServiceUUID:7fd2689c-4230-4343-a9bc-09eacc09ffa2 ServiceInvariantUUID:5787ffcb-d1fa-4853-9239-cd6d69758b0d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar ArtifactUUID:f14ef3d1-7515-4a02-afa8-616403ba89ac ArtifactChecksum:ZmQ0MThjOGRkZDM1YmIyZTAyNzlhNjEwZGRhMzBkNmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 015686be-fd77 0 ResourceCustomizationUUID:b32aba0c-c4fb-4cf3-aa3d-6e94b66bf121 ResourceInvariantUUID:7149240a-07b8-49e6-83cf-f1345c7a3807 ResourceName:pNF 015686be-fd77 ResourceType:PNF ResourceUUID:5ef99f1b-6edf-4a1b-b723-16cab977be1c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-10T11:19:52.350Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7fd2689c-4230-4343-a9bc-09eacc09ffa2 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-01-10T11:19:52.384Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T11:19:52.385Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-10T11:19:52.386Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-10T11:19:52.386Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f14ef3d1-7515-4a02-afa8-616403ba89ac from URL: /sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:52.386Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-10T11:19:52.387Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:52.550Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-10T11:19:52.554Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar f14ef3d1-7515-4a02-afa8-616403ba89ac 82643 2022-01-10T11:19:52.554Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar ASDC sendASDCNotification 2022-01-10T11:19:52.555Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:52.555Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-10T11:19:52.555Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:19:52.557Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:19:52.557Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813592554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:19:52.657Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:19:52.658Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-10T11:19:52.658Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:19:52.672Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:52.672Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-10T11:19:53.557Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-10T11:19:53.558Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-10T11:19:53.559Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f14ef3d1-7515-4a02-afa8-616403ba89ac, URL: /sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar to file: /app/ASDC/1/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:53.560Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:53.560Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:53.561Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:53.689Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6501377440251490337/Definitions/service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml 2022-01-10T11:19:54.490Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-10T11:19:54.491Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-01-10T11:19:54.491Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:54.491Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-10T11:19:54.491Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:54.491Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:54.491Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:54.492Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:54.492Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:54.492Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 015686be-fd77 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-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:54.492Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:54.492Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-01-10T11:19:54.492Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:19:54.493Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_myuKFi2T0iCZeYFK8V0B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:19:54.493Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Node template pNF 015686be-fd77 0 is matching search criteria 2022-01-10T11:19:54.493Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-01-10T11:19:54.493Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 015686be-fd77 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T11:19:54.493Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:19:54.494Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_myuKFi2T0iCZeYFK8V0B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:19:54.494Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Node template pNF 015686be-fd77 0 is matching search criteria 2022-01-10T11:19:54.494Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-01-10T11:19:54.494Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 015686be-fd77 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-10T11:19:54.494Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:19:54.495Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_myuKFi2T0iCZeYFK8V0B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:19:54.495Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:19:54.495Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_myuKFi2T0iCZeYFK8V0B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:19:54.495Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:19:54.495Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_myuKFi2T0iCZeYFK8V0B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:19:54.495Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:19:54.496Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_myuKFi2T0iCZeYFK8V0B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:19:54.496Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:19:54.496Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_myuKFi2T0iCZeYFK8V0B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:19:54.496Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_myuKFi2T0iCZeYFK8V0B Description:catalog service description Model UUID:7fd2689c-4230-4343-a9bc-09eacc09ffa2 Model Version:NULL Model InvariantUuid:5787ffcb-d1fa-4853-9239-cd6d69758b0d 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-01-10T11:19:54.502Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5ef99f1b-6edf-4a1b-b723-16cab977be1c 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-01-10T11:19:54.508Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||pNF 015686be-fd77 0 2022-01-10T11:19:54.509Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5ef99f1b-6edf-4a1b-b723-16cab977be1c 2022-01-10T11:19:54.509Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 7fd2689c-4230-4343-a9bc-09eacc09ffa2 2022-01-10T11:19:54.509Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7fd2689c-4230-4343-a9bc-09eacc09ffa2 2022-01-10T11:19:54.509Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 015686be-fd77 0 5ef99f1b-6edf-4a1b-b723-16cab977be1c 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-01-10T11:19:54.514Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e8e611d, org.onap.sdc.toscaparser.api.parameters.Input@4332f47e, org.onap.sdc.toscaparser.api.parameters.Input@2f55672e, org.onap.sdc.toscaparser.api.parameters.Input@4bfcb45b, org.onap.sdc.toscaparser.api.parameters.Input@46f7b2b0] 2022-01-10T11:19:54.514Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:19:54.515Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_myuKFi2T0iCZeYFK8V0B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:19:54.515Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7fd2689c-4230-4343-a9bc-09eacc09ffa2: pNF 015686be-fd77 2022-01-10T11:19:54.515Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||Processing PNF resource: 5ef99f1b-6edf-4a1b-b723-16cab977be1c 2022-01-10T11:19:54.515Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-10T11:19:54.516Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_myuKFi2T0iCZeYFK8V0B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-10T11:19:54.516Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||Resource customization UUID: b32aba0c-c4fb-4cf3-aa3d-6e94b66bf121 is the same as notified resource customizationUUID: b32aba0c-c4fb-4cf3-aa3d-6e94b66bf121 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-01-10T11:19:54.561Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 015686be-fd77 5ef99f1b-6edf-4a1b-b723-16cab977be1c 0 ASDC deployResourceStructure 2022-01-10T11:19:54.562Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar ASDC sendASDCNotification 2022-01-10T11:19:54.562Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar 2022-01-10T11:19:54.562Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-10T11:19:54.562Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:19:54.565Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:19:54.565Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813594562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:19:54.666Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-10T11:19:54.667Z||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-01-10T11:19:54.667Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:19:54.680Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:19:54.680Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-10T11:19:55.565Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:19:55.575Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:19:55.577Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:19:55.577Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T11:19:55.577Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T11:20:25.577Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:20:25.586Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:20:25.588Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:20:25.588Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T11:20:25.588Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T11:20:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:20:43.675Z||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-01-10T11:20:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:20:43.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:20:43.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-10T11:20:43.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "ves-openapi-manager", "timestamp": 1641813583933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-10T11:20:43.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:20:55.589Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:20:55.614Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:20:55.616Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:20:55.616Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T11:20:55.616Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T11:21:25.617Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:21:25.629Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:21:25.630Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:21:25.630Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T11:21:25.631Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T11:21:43.675Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:21:43.675Z|ae567435-93e0-40e8-a14a-b7915b9cc238|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-01-10T11:21:43.676Z|ae567435-93e0-40e8-a14a-b7915b9cc238|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 TsfItNbkILHOUriC) ... 2022-01-10T11:21:43.705Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:21:43.706Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:21:43.706Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "cds", "timestamp": 1641813583958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:21:43.707Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:21:55.631Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:21:55.641Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:21:55.643Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:21:55.643Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T11:21:55.643Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T11:22:25.643Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:22:25.657Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:22:25.659Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:22:25.659Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-10T11:22:25.659Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-10T11:22:43.676Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:22:43.681Z|ae567435-93e0-40e8-a14a-b7915b9cc238|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-01-10T11:22:43.681Z|ae567435-93e0-40e8-a14a-b7915b9cc238|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 TsfItNbkILHOUriC) ... 2022-01-10T11:22:44.213Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:22:44.214Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.214Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "multicloud-k8s-id", "timestamp": 1641813583422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.217Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.217Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.217Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.217Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.217Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.217Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "policy-id", "timestamp": 1641813584282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.217Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.217Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.217Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "cds", "timestamp": 1641813584974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-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-01-10T11:22:44.229Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ade552be-15f2-48ac-8ffa-90b3cc190dda 2022-01-10T11:22:44.229Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ade552be-15f2-48ac-8ffa-90b3cc190dda 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-01-10T11:22:44.240Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.240Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "multicloud-k8s-id", "timestamp": 1641813583422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.240Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.240Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.240Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "ves-openapi-manager", "timestamp": 1641813585096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-10T11:22:44.240Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:22:44.240Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.240Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.240Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.240Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.240Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "policy-id", "timestamp": 1641813584282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.241Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.241Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.241Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "multicloud-k8s-id", "timestamp": 1641813583422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.241Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.241Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.241Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "ves-openapi-manager", "timestamp": 1641813586101, "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-01-10T11:22:44.245Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ade552be-15f2-48ac-8ffa-90b3cc190dda 2022-01-10T11:22:44.245Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ade552be-15f2-48ac-8ffa-90b3cc190dda 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-01-10T11:22:44.251Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.251Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.251Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.251Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.252Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "policy-id", "timestamp": 1641813584282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.252Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.252Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.252Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "multicloud-k8s-id", "timestamp": 1641813583422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.252Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.252Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.252Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.252Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.252Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.252Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "policy-id", "timestamp": 1641813584282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "clamp", "timestamp": 1641813588021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "multicloud-k8s-id", "timestamp": 1641813583422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "policy-id", "timestamp": 1641813584282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.253Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "multicloud-k8s-id", "timestamp": 1641813583422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "clamp", "timestamp": 1641813589604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "policy-id", "timestamp": 1641813584282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.254Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "multicloud-k8s-id", "timestamp": 1641813583422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.255Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.255Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.255Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.255Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.255Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.255Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "clamp", "timestamp": 1641813590607, "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-01-10T11:22:44.259Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ade552be-15f2-48ac-8ffa-90b3cc190dda 2022-01-10T11:22:44.259Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ade552be-15f2-48ac-8ffa-90b3cc190dda 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-01-10T11:22:44.266Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.266Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "policy-id", "timestamp": 1641813584282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.267Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.267Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.267Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "multicloud-k8s-id", "timestamp": 1641813583422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:22:44.267Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.267Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.267Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813583674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:22:44.267Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.267Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.267Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "policy-id", "timestamp": 1641813584282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:22:44.268Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.268Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.268Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813592554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:22:44.268Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:22:44.268Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.268Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "aai-ml", "timestamp": 1641813592007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.268Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.268Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.268Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641813592219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.269Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.269Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.269Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "policy-id", "timestamp": 1641813593073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:22:44.269Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:22:44.269Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.269Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "aai-ml", "timestamp": 1641813592007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.269Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.269Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.269Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641813592219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.270Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.270Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.270Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "policy-id", "timestamp": 1641813594078, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:22:44.270Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:22:44.270Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.270Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813594562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:22:44.271Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:22:44.271Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.271Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "aai-ml", "timestamp": 1641813592007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.271Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.271Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.271Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641813592219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.271Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.271Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.271Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "policy-id", "timestamp": 1641813595081, "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-01-10T11:22:44.276Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ade552be-15f2-48ac-8ffa-90b3cc190dda 2022-01-10T11:22:44.276Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ade552be-15f2-48ac-8ffa-90b3cc190dda 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-01-10T11:22:44.283Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.283Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "aai-ml", "timestamp": 1641813592007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.284Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.284Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.284Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641813592219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.284Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.284Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.284Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "aai-ml", "timestamp": 1641813592007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.284Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.284Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.284Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641813592219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.285Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.285Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.285Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "aai-ml", "timestamp": 1641813592007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.285Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.285Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.285Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641813592219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/resourceInstances/pnf015686befd770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.285Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.285Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.285Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "aai-ml", "timestamp": 1641813592007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.285Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.286Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.286Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641813592219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-template.yml", "status": "NOT_NOTIFIED" } 2022-01-10T11:22:44.286Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.286Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.286Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "aai-ml", "timestamp": 1641813592007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:22:44.286Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.286Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.286Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641813592219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "NOTIFIED" } 2022-01-10T11:22:44.287Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-10T11:22:44.287Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.287Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "aai-ml", "timestamp": 1641813601149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:22:44.287Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:22:44.287Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.287Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641813601270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-10T11:22:44.287Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:22:44.287Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.287Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641813603202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:22:44.287Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:22:44.288Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.288Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1641813604212, "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-01-10T11:22:44.291Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ade552be-15f2-48ac-8ffa-90b3cc190dda 2022-01-10T11:22:44.292Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ade552be-15f2-48ac-8ffa-90b3cc190dda 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-01-10T11:22:44.298Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.299Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "aai-ml", "timestamp": 1641813606411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMyukfi2t0iczeyfk8v0b/1.0/artifacts/service-DemoPnfMyukfi2t0iczeyfk8v0b-csar.csar", "status": "DEPLOY_OK" } 2022-01-10T11:22:44.299Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:22:44.299Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-10T11:22:44.299Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "aai-ml", "timestamp": 1641813607415, "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-01-10T11:22:44.303Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ade552be-15f2-48ac-8ffa-90b3cc190dda 2022-01-10T11:22:44.303Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ade552be-15f2-48ac-8ffa-90b3cc190dda 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-01-10T11:22:55.660Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-10T11:22:55.672Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-10T11:22:55.675Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-10T11:22:55.675Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-10T11:22:55.675Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-10T11:22:55.675Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-10T11:22:55.676Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:22:55.676Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:22:55.676Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:22:55.676Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:22:55.676Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:22:55.676Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:22:55.677Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-10T11:22:55.677Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-10T11:22:55.681Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-10T11:23:25.681Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ade552be-15f2-48ac-8ffa-90b3cc190dda 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-01-10T11:23:25.689Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ade552be-15f2-48ac-8ffa-90b3cc190dda and serviceModelVersionId: 7fd2689c-4230-4343-a9bc-09eacc09ffa2 2022-01-10T11:23:25.689Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5787ffcb-d1fa-4853-9239-cd6d69758b0d 2022-01-10T11:23:25.691Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5787ffcb-d1fa-4853-9239-cd6d69758b0d/model-vers/model-ver/7fd2689c-4230-4343-a9bc-09eacc09ffa2?depth=0 2022-01-10T11:23:25.701Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-01-10T11:23:25.760Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5787ffcb-d1fa-4853-9239-cd6d69758b0d/model-vers/model-ver/7fd2689c-4230-4343-a9bc-09eacc09ffa2?depth=0|INFO|500||Invoke 2022-01-10T11:23:25.761Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5787ffcb-d1fa-4853-9239-cd6d69758b0d/model-vers/model-ver/7fd2689c-4230-4343-a9bc-09eacc09ffa2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5787ffcb-d1fa-4853-9239-cd6d69758b0d/model-vers/model-ver/7fd2689c-4230-4343-a9bc-09eacc09ffa2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ade552be-15f2-48ac-8ffa-90b3cc190dda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89fb5ec6-1b8e-44a3-b8c1-11bb0a349a1e], X-ECOMP-RequestID=[ade552be-15f2-48ac-8ffa-90b3cc190dda], X-TransactionId=[], X-ONAP-RequestID=[ade552be-15f2-48ac-8ffa-90b3cc190dda], Content-Type=[application/merge-patch+json]} 2022-01-10T11:23:25.789Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5787ffcb-d1fa-4853-9239-cd6d69758b0d/model-vers/model-ver/7fd2689c-4230-4343-a9bc-09eacc09ffa2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-10T11:23:25.971Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5787ffcb-d1fa-4853-9239-cd6d69758b0d/model-vers/model-ver/7fd2689c-4230-4343-a9bc-09eacc09ffa2?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/5787ffcb-d1fa-4853-9239-cd6d69758b0d/model-vers/model-ver/7fd2689c-4230-4343-a9bc-09eacc09ffa2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220110-11:23:25:802-58288], vertex-id=[266368], Content-Length=[0], Date=[Mon, 10 Jan 2022 11:23:25 GMT], Content-Type=[application/json]} 2022-01-10T11:23:25.971Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5787ffcb-d1fa-4853-9239-cd6d69758b0d/model-vers/model-ver/7fd2689c-4230-4343-a9bc-09eacc09ffa2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-01-10T11:23:25.972Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5787ffcb-d1fa-4853-9239-cd6d69758b0d/model-vers/model-ver/7fd2689c-4230-4343-a9bc-09eacc09ffa2?depth=0|INFO|500||InvokeReturn 2022-01-10T11:23:25.972Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-10T11:23:25.974Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-10T11:23:25.979Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-10T11:23:25.980Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ade552be-15f2-48ac-8ffa-90b3cc190dda and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-10T11:23:25.980Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-10T11:23:25.980Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-10T11:23:25.983Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-10T11:23:25.983Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813805980, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T11:23:26.083Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-10T11:23:26.085Z||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-01-10T11:23:26.085Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ... 2022-01-10T11:23:26.105Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:23:26.106Z||pool-88-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-01-10T11:23:26.994Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:23:26.995Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:23:26.995Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:23:37.620Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:23:37.621Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:23:37.621Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:23:37.622Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:23:43.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:23:43.675Z||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-01-10T11:23:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:23:44.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:23:44.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-10T11:23:44.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ade552be-15f2-48ac-8ffa-90b3cc190dda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1641813805980, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-10T11:23:44.304Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-10T11:23:47.193Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:23:47.194Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:23:47.195Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:23:47.195Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:23:56.741Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:23:56.742Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:23:56.743Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:23:56.743Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:24:06.284Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:24:43.673Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:24:43.674Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:24:43.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:24:43.675Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:24:43.675Z||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-01-10T11:24:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:24:53.218Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:24:53.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:25:43.673Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:25:43.674Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:25:43.674Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:25:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:25:43.675Z||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-01-10T11:25:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:25:53.216Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:25:53.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:26:43.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:26:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:26:43.676Z||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-01-10T11:26:43.676Z||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-01-10T11:26:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:26:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:26:53.220Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:26:53.263Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:27:43.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:27:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:27:43.676Z||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-01-10T11:27:43.676Z||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-01-10T11:27:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:27:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:27:53.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:27:53.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:28:43.675Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:28:43.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:28:43.679Z||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-01-10T11:28:43.679Z|ae567435-93e0-40e8-a14a-b7915b9cc238|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-01-10T11:28:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:28:43.680Z|ae567435-93e0-40e8-a14a-b7915b9cc238|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 TsfItNbkILHOUriC) ... 2022-01-10T11:28:53.262Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:28:53.263Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:29:43.673Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:29:43.673Z||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-01-10T11:29:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:29:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:29:43.675Z||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-01-10T11:29:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:29:53.213Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:29:53.220Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:30:43.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:30:43.675Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:30:43.679Z||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-01-10T11:30:43.679Z||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-01-10T11:30:43.679Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:30:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:30:53.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:30:53.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:31:43.673Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:31:43.673Z||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-01-10T11:31:43.673Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:31:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:31:43.675Z||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-01-10T11:31:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:31:53.215Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:31:53.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:32:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:32:43.673Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:32:43.676Z||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-01-10T11:32:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:32:43.676Z||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-01-10T11:32:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:32:53.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:32:53.257Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:33:43.673Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:33:43.674Z||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-01-10T11:33:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:33:43.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:33:43.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|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-01-10T11:33:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|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 TsfItNbkILHOUriC) ... 2022-01-10T11:33:53.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:33:53.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:34:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:34:43.673Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:34:43.676Z||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-01-10T11:34:43.676Z||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-01-10T11:34:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:34:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:34:53.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:34:53.248Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:35:43.675Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:35:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:35:43.680Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|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-01-10T11:35:43.680Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|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 TsfItNbkILHOUriC) ... 2022-01-10T11:35:43.680Z||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-01-10T11:35:43.680Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:35:53.264Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:35:53.264Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:36:43.673Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:36:43.674Z||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-01-10T11:36:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:36:43.674Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:36:43.675Z|ae567435-93e0-40e8-a14a-b7915b9cc238|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-01-10T11:36:43.675Z|ae567435-93e0-40e8-a14a-b7915b9cc238|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 TsfItNbkILHOUriC) ... 2022-01-10T11:36:53.221Z|ae567435-93e0-40e8-a14a-b7915b9cc238|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:36:53.221Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:37:43.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:37:43.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:37:43.677Z||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-01-10T11:37:43.677Z||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-01-10T11:37:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:37:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:37:53.261Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:37:53.261Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:38:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:38:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:38:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:38:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:38:43.676Z||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-01-10T11:38:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:38:53.235Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:38:53.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:39:04.520Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-10T11:39:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:39:43.675Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:39:43.679Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|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-01-10T11:39:43.679Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:39:43.679Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|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 TsfItNbkILHOUriC) ... 2022-01-10T11:39:43.679Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:39:53.257Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:39:53.257Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:40:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:40:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:40:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:40:43.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:40:43.675Z||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-01-10T11:40:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:40:53.217Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:40:53.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:41:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:41:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:41:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:41:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:41:43.675Z||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-01-10T11:41:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:41:53.219Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:41:53.253Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:42:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:42:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:42:43.676Z||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-01-10T11:42:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:42:43.677Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:42:43.677Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:42:53.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:42:53.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:43:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:43:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:43:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:43:43.675Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:43:43.676Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|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-01-10T11:43:43.676Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|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 TsfItNbkILHOUriC) ... 2022-01-10T11:43:53.217Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:43:53.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:44:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:44:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:44:43.675Z||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-01-10T11:44:43.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:44:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:44:43.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:44:53.211Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:44:53.215Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:45:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:45:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:45:43.676Z||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-01-10T11:45:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-10T11:45:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:45:43.677Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ... 2022-01-10T11:45:53.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:45:53.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:46:43.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:46:43.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:46:43.679Z||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-01-10T11:46:43.679Z||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-01-10T11:46:43.679Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:46:43.679Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:46:53.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:46:53.254Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:47:43.673Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:47:43.674Z||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-01-10T11:47:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:47:43.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:47:43.675Z||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-01-10T11:47:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:47:53.217Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:47:53.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:48:43.673Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:48:43.675Z||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-01-10T11:48:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:48:43.677Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:48:43.677Z||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-01-10T11:48:43.677Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:48:53.216Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:48:53.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:49:43.673Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:49:43.673Z||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-01-10T11:49:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:49:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:49:43.675Z||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-01-10T11:49:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:49:53.214Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:49:53.214Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:50:43.673Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:50:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:50:43.675Z||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-01-10T11:50:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:50:43.675Z||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-01-10T11:50:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:50:53.215Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:50:53.215Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:51:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:51:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:51:43.682Z||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-01-10T11:51:43.682Z||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-01-10T11:51:43.682Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:51:43.682Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:51:53.260Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:51:53.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:52:43.673Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:52:43.674Z||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-01-10T11:52:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:52:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:52:43.675Z||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-01-10T11:52:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:52:53.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:52:53.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:53:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:53:43.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:53:43.675Z||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-01-10T11:53:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:53:43.675Z||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-01-10T11:53:43.676Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:53:53.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:53:53.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:54:43.673Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:54:43.673Z||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-01-10T11:54:43.673Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:54:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:54:43.675Z||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-01-10T11:54:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:54:53.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:54:53.212Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:55:43.673Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:55:43.674Z||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-01-10T11:55:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:55:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:55:43.675Z||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-01-10T11:55:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:55:53.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:55:53.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:56:43.673Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:56:43.673Z||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-01-10T11:56:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:56:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:56:43.675Z||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-01-10T11:56:43.675Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:56:53.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:56:53.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:57:43.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:57:43.674Z||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-01-10T11:57:43.674Z||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 TsfItNbkILHOUriC) ... 2022-01-10T11:57:43.675Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-10T11:57:43.675Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|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-01-10T11:57:43.675Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|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 TsfItNbkILHOUriC) ... 2022-01-10T11:57:53.218Z|ade552be-15f2-48ac-8ffa-90b3cc190dda|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-10T11:57:53.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK