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) 2021-09-19T07:14:01.087Z||main|||||INFO|500||The following profiles are active: basic 2021-09-19T07:14:22.302Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-19T07:14:22.303Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-19T07:14:22.413Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-19T07:14:29.879Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-19T07:14:30.533Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-19T07:14:31.253Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-19T07:14:31.263Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-19T07:14:31.545Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-19T07:14:32.175Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-19T07:14:36.911Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-19T07:14:44.853Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-19T07:14:47.231Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-19T07:14:47.292Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-19T07:14:47.909Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-19T07:14:48.175Z||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. 2021-09-19T07:14:49.494Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-19T07:14:50.629Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-19T07:14:50.646Z||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$$9ade955a.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) 2021-09-19T07:14:50.647Z||main|||||WARN|500||The sdc end point is not alive 2021-09-19T07:14:53.813Z||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 2021-09-19T07:14:56.812Z||main|||||WARN|500||--- 2021-09-19T07:14:56.813Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-19T07:14:56.813Z||main|||||WARN|500||--- 2021-09-19T07:14:57.382Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-19T07:15:02.756Z||main|||||INFO|500||Started Application in 65.724 seconds (JVM running for 71.36) 2021-09-19T07:15:02.787Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-19T07:15:02.810Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-19T07:15:02.829Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-19T07:15:02.853Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-19T07:15:02.909Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b376361-48a1-4a7b-af4b-e8643f1338f9 url= /sdc/v1/artifactTypes 2021-09-19T07:15:02.910Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-19T07:15:03.192Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-19T07:15:03.221Z||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 2021-09-19T07:15:03.283Z||scheduling-1|||||DEBUG|500||create keys 2021-09-19T07:15:03.291Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-19T07:15:03.337Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:15:03.363Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 86fdcc8a-3a3c-40d3-ae2b-eb6391c44d76 url= /sdc/v1/registerForDistribution 2021-09-19T07:15:03.598Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 86fdcc8a-3a3c-40d3-ae2b-eb6391c44d76 url= /sdc/v1/registerForDistribution 2021-09-19T07:15:03.599Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-19T07:15:03.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:15:03.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:15:03.625Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-19T07:15:03.627Z||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. 2021-09-19T07:15:03.627Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:15:03.629Z||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. 2021-09-19T07:15:03.630Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:15:14.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:15:14.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:16:03.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:16:03.612Z||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. 2021-09-19T07:16:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:16:03.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:16:03.635Z||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. 2021-09-19T07:16:03.635Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:16:13.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:16:13.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:17:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:17:03.611Z||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. 2021-09-19T07:17:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:17:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:17:03.613Z||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. 2021-09-19T07:17:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:17:13.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:17:13.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:18:03.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:18:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:18:03.615Z||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. 2021-09-19T07:18:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:18:03.619Z||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. 2021-09-19T07:18:03.622Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:18:13.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:18:13.195Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:19:03.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:19:03.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T07:19:03.610Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T07:19:03.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:19:03.614Z||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. 2021-09-19T07:19:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:19:13.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:19:13.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:20:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:20:03.609Z||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. 2021-09-19T07:20:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:20:03.615Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:20:03.616Z||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. 2021-09-19T07:20:03.616Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:20:13.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:20:13.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:21:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:21:03.610Z||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. 2021-09-19T07:21:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:21:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:21:03.614Z||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. 2021-09-19T07:21:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:21:13.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:21:13.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:22:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:22:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:22:03.613Z||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. 2021-09-19T07:22:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:22:03.616Z||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. 2021-09-19T07:22:03.617Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:22:13.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:22:13.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:23:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:23:03.613Z||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. 2021-09-19T07:23:03.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:23:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:23:03.616Z||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. 2021-09-19T07:23:03.616Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:23:13.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:23:13.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:24:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:24:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:24:03.613Z||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. 2021-09-19T07:24:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:24:03.613Z||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. 2021-09-19T07:24:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:24:13.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:24:13.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:24:44.595Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-19T07:25:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:25:03.611Z||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. 2021-09-19T07:25:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:25:03.612Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:25:03.613Z||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. 2021-09-19T07:25:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:25:13.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:25:13.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:26:03.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:26:03.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:26:03.618Z||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. 2021-09-19T07:26:03.618Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:26:03.618Z||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. 2021-09-19T07:26:03.619Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:26:13.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:26:13.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:27:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:27:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:27:03.612Z||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. 2021-09-19T07:27:03.613Z||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. 2021-09-19T07:27:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:27:03.621Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:27:13.203Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:27:13.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:28:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:28:03.610Z||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. 2021-09-19T07:28:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:28:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:28:03.613Z||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. 2021-09-19T07:28:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:28:13.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:28:13.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:29:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:29:03.611Z||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. 2021-09-19T07:29:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:29:03.612Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:29:03.613Z||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. 2021-09-19T07:29:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:29:13.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:29:13.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:30:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:30:03.608Z||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. 2021-09-19T07:30:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:30:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:30:03.613Z||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. 2021-09-19T07:30:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:30:13.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:30:13.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:31:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:31:03.609Z||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. 2021-09-19T07:31:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:31:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:31:03.613Z||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. 2021-09-19T07:31:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:31:13.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:31:13.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:32:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:32:03.610Z||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. 2021-09-19T07:32:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:32:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:32:03.613Z||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. 2021-09-19T07:32:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:32:13.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:32:13.233Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:33:03.608Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:33:03.611Z||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. 2021-09-19T07:33:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:33:03.614Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:33:03.615Z||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. 2021-09-19T07:33:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:33:13.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:33:13.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:34:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:34:03.607Z||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. 2021-09-19T07:34:03.607Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:34:03.614Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:34:03.615Z||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. 2021-09-19T07:34:03.616Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:34:13.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:34:13.182Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:35:03.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:35:03.609Z||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. 2021-09-19T07:35:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:35:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:35:03.613Z||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. 2021-09-19T07:35:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:35:13.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:35:13.212Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:36:03.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:36:03.609Z||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. 2021-09-19T07:36:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:36:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:36:03.613Z||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. 2021-09-19T07:36:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:36:13.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:36:13.214Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:37:03.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:37:03.610Z||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. 2021-09-19T07:37:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:37:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:37:03.613Z||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. 2021-09-19T07:37:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:37:13.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:37:13.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:38:03.606Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:38:03.609Z||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. 2021-09-19T07:38:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:38:03.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:38:03.613Z||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. 2021-09-19T07:38:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:38:13.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:38:13.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:39:03.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:39:03.608Z||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. 2021-09-19T07:39:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:39:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:39:03.613Z||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. 2021-09-19T07:39:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:39:13.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:39:13.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:40:03.606Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:40:03.609Z||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. 2021-09-19T07:40:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:40:03.613Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:40:03.615Z||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. 2021-09-19T07:40:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:40:13.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:40:13.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:41:03.606Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:41:03.609Z||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. 2021-09-19T07:41:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:41:03.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:41:03.614Z||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. 2021-09-19T07:41:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:41:13.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:41:13.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:42:03.608Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:42:03.611Z||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. 2021-09-19T07:42:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:42:03.612Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:42:03.613Z||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. 2021-09-19T07:42:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:42:13.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:42:13.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:43:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:43:03.610Z||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. 2021-09-19T07:43:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:43:03.612Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:43:03.615Z||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. 2021-09-19T07:43:03.619Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:43:13.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:43:13.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:44:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:44:03.609Z||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. 2021-09-19T07:44:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:44:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:44:03.614Z||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. 2021-09-19T07:44:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:44:13.164Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:44:13.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:45:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:45:03.608Z||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. 2021-09-19T07:45:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:45:03.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:45:03.614Z||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. 2021-09-19T07:45:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:45:13.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:45:13.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:46:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:46:03.608Z||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. 2021-09-19T07:46:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:46:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:46:03.613Z||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. 2021-09-19T07:46:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:46:13.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:46:13.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:47:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:47:03.608Z||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. 2021-09-19T07:47:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:47:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:47:03.613Z||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. 2021-09-19T07:47:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:47:13.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:47:13.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:48:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:48:03.609Z||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. 2021-09-19T07:48:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:48:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:48:03.613Z||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. 2021-09-19T07:48:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:48:13.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:48:13.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:49:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:49:03.610Z||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. 2021-09-19T07:49:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:49:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:49:03.614Z||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. 2021-09-19T07:49:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:49:13.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:49:13.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:50:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:50:03.608Z||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. 2021-09-19T07:50:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:50:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:50:03.613Z||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. 2021-09-19T07:50:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:50:13.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:50:13.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:51:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:51:03.610Z||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. 2021-09-19T07:51:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:51:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:51:03.613Z||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. 2021-09-19T07:51:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:51:13.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:51:13.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:52:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:52:03.610Z||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. 2021-09-19T07:52:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:52:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:52:03.613Z||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. 2021-09-19T07:52:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:52:13.255Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:52:13.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:53:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:53:03.610Z||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. 2021-09-19T07:53:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:53:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:53:03.614Z||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. 2021-09-19T07:53:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:53:13.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:53:13.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:54:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:54:03.608Z||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. 2021-09-19T07:54:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:54:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:54:03.613Z||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. 2021-09-19T07:54:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:54:13.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:54:13.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:55:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:55:03.612Z||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. 2021-09-19T07:55:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:55:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:55:03.613Z||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. 2021-09-19T07:55:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:55:13.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:55:13.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:56:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:56:03.611Z||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. 2021-09-19T07:56:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:56:03.612Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:56:03.616Z||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. 2021-09-19T07:56:03.616Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:56:13.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:56:13.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:57:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:57:03.609Z||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. 2021-09-19T07:57:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:57:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:57:03.615Z||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. 2021-09-19T07:57:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:57:13.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:57:13.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:58:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:58:03.611Z||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. 2021-09-19T07:58:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:58:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:58:03.613Z||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. 2021-09-19T07:58:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:58:13.210Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:58:13.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:59:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:59:03.611Z||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. 2021-09-19T07:59:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T07:59:03.613Z||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. 2021-09-19T07:59:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:59:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T07:59:13.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T07:59:13.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:00:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:00:03.609Z||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. 2021-09-19T08:00:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:00:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:00:03.612Z||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. 2021-09-19T08:00:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:00:13.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:00:13.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:01:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:01:03.609Z||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. 2021-09-19T08:01:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:01:03.614Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:01:03.614Z||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. 2021-09-19T08:01:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:01:13.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:01:13.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:02:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:02:03.609Z||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. 2021-09-19T08:02:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:02:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:02:03.613Z||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. 2021-09-19T08:02:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:02:13.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:02:13.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:03:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:03:03.609Z||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. 2021-09-19T08:03:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:03:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:03:03.613Z||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. 2021-09-19T08:03:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:03:13.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:03:13.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:04:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:04:03.610Z||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. 2021-09-19T08:04:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:04:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:04:03.613Z||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. 2021-09-19T08:04:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:04:13.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:04:13.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:05:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:05:03.609Z||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. 2021-09-19T08:05:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:05:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:05:03.614Z||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. 2021-09-19T08:05:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:05:13.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:05:13.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:06:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:06:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:06:03.613Z||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. 2021-09-19T08:06:03.613Z||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. 2021-09-19T08:06:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:06:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:06:13.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:06:13.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:07:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:07:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:07:03.612Z||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. 2021-09-19T08:07:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:07:03.613Z||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. 2021-09-19T08:07:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:07:13.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:07:13.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:08:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:08:03.610Z||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. 2021-09-19T08:08:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:08:03.612Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:08:03.615Z||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. 2021-09-19T08:08:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:08:13.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:08:13.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:09:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:09:03.611Z||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. 2021-09-19T08:09:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:09:03.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:09:03.616Z||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. 2021-09-19T08:09:03.616Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:09:13.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:09:13.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:10:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:10:03.610Z||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. 2021-09-19T08:10:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:10:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:10:03.613Z||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. 2021-09-19T08:10:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:10:13.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:10:13.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:11:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:11:03.608Z||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. 2021-09-19T08:11:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:11:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:11:03.613Z||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. 2021-09-19T08:11:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:11:13.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:11:13.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:12:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:12:03.613Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:12:03.614Z||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. 2021-09-19T08:12:03.614Z||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. 2021-09-19T08:12:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:12:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:12:13.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:12:13.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:13:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:13:03.607Z||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. 2021-09-19T08:13:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:13:03.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:13:03.613Z||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. 2021-09-19T08:13:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:13:13.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:13:13.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:14:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:14:03.608Z||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. 2021-09-19T08:14:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:14:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:14:03.613Z||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. 2021-09-19T08:14:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:14:13.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:14:13.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:15:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:15:03.610Z||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. 2021-09-19T08:15:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:15:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:15:03.614Z||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. 2021-09-19T08:15:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:15:13.156Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:15:13.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:16:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:16:03.610Z||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. 2021-09-19T08:16:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:16:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:16:03.613Z||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. 2021-09-19T08:16:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:16:13.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:16:13.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:17:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:17:03.611Z||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. 2021-09-19T08:17:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:17:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:17:03.613Z||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. 2021-09-19T08:17:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:17:13.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:17:13.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:18:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:18:03.610Z||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. 2021-09-19T08:18:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:18:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:18:03.613Z||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. 2021-09-19T08:18:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:18:13.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:18:13.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:19:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:19:03.609Z||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. 2021-09-19T08:19:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:19:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:19:03.613Z||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. 2021-09-19T08:19:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:19:13.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:19:13.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:20:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:20:03.609Z||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. 2021-09-19T08:20:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:20:03.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:20:03.614Z||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. 2021-09-19T08:20:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:20:13.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:20:13.211Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:21:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:21:03.609Z||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. 2021-09-19T08:21:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:21:03.613Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:21:03.614Z||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. 2021-09-19T08:21:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:21:13.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:21:13.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:22:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:22:03.609Z||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. 2021-09-19T08:22:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:22:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:22:03.613Z||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. 2021-09-19T08:22:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:22:13.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:22:13.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:23:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:23:03.608Z||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. 2021-09-19T08:23:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:23:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:23:03.613Z||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. 2021-09-19T08:23:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:23:13.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:23:13.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:24:03.609Z||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. 2021-09-19T08:24:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:03.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:24:03.615Z||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. 2021-09-19T08:24:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:04.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:04.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"51f438f4-7950-405b-9c51-3de4415935bd","serviceName":"vFW 2021-09-19 08-19-45","serviceVersion":"1.0","serviceUUID":"c5cba72c-646e-4cee-86cd-16075f9d8b56","serviceDescription":"catalog service description","serviceInvariantUUID":"e67df428-c5b6-44aa-8ebe-3530d5e1c5d6","resources":[{"resourceInstanceName":"vFW 8f308bb1-0c09 0","resourceName":"vFW 8f308bb1-0c09","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2323f64-f995-4905-94b2-9d5554186954","resourceInvariantUUID":"3389ab24-fafe-405d-a59a-0a4113c6ece5","resourceCustomizationUUID":"490a7a31-ecc3-4834-86fc-8e17cea6a4ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml","artifactChecksum":"OWNiNDc2ZDhlYjJjZDhjN2U4YWEzN2Q2MGZmODE2YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"359f14b9-aa7e-4272-9744-cc63068422c0","artifactVersion":"1"},{"artifactName":"vfw8f308bb10c090_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json","artifactChecksum":"OTA4YzViMGJkMDRlZmNlN2Q0ZTE0ZGIxNjMwNDA2MzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"26c49a67-3eef-415b-8cbe-27a8b7fbb986","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"79ea268e-2074-407b-9399-d0701f080869","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml","artifactChecksum":"MWNhNDIzNDg4MDBhOTVmMTRhN2Q2NGUwZTZmMjZjZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17261e54-9b4f-4feb-b688-4f66256af7de","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f3ea813-6976-42fb-a5ec-15f1d62ad403","artifactVersion":"2","generatedFromUUID":"79ea268e-2074-407b-9399-d0701f080869"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210919081945-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml","artifactChecksum":"MDZkNzIxNWM4YzY2YjUxOTE1OGY5NWNkYTkxNTEwMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d169e806-b11f-465a-8fb7-90ec90481071","artifactVersion":"1"},{"artifactName":"service-Vfw20210919081945-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar","artifactChecksum":"NDkyMDgwOGViZWNmNWUzNDY0MWQ5MmJlYWU3NTQ2ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f55b3d-2cc3-4948-af96-4f1f390dc4da","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-19T08:24:04.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:04.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "dcae-sch", "timestamp": 1632039808004, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.260Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:24:04.270Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:04.293Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:04.293Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "policy-id", "timestamp": 1632039800414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "dcae-sch", "timestamp": 1632039808004, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "policy-id", "timestamp": 1632039800414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "dcae-sch", "timestamp": 1632039808004, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "policy-id", "timestamp": 1632039800414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-19T08:24:04.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "ves-openapi-manager", "timestamp": 1632039810805, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "policy-id", "timestamp": 1632039800414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "dcae-sch", "timestamp": 1632039808004, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632039811762, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "ves-openapi-manager", "timestamp": 1632039810805, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "cds", "timestamp": 1632039811947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "dcae-sch", "timestamp": 1632039808004, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "policy-id", "timestamp": 1632039800414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632039811762, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "ves-openapi-manager", "timestamp": 1632039810805, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "cds", "timestamp": 1632039811947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "dcae-sch", "timestamp": 1632039808004, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "policy-id", "timestamp": 1632039800414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632039811762, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "ves-openapi-manager", "timestamp": 1632039810805, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039813981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "cds", "timestamp": 1632039811947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "clamp", "timestamp": 1632039814166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "dcae-sch", "timestamp": 1632039808004, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "policy-id", "timestamp": 1632039800414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:24:04.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632039811762, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "ves-openapi-manager", "timestamp": 1632039810805, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039813981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "NOTIFIED" } 2021-09-19T08:24:04.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "cds", "timestamp": 1632039811947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "clamp", "timestamp": 1632039814166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "NOTIFIED" } 2021-09-19T08:24:04.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632039811762, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "ves-openapi-manager", "timestamp": 1632039810805, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039813981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-19T08:24:04.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "cds", "timestamp": 1632039811947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "clamp", "timestamp": 1632039814166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632039811762, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "ves-openapi-manager", "timestamp": 1632039810805, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039813981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "cds", "timestamp": 1632039811947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "clamp", "timestamp": 1632039814166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632039811762, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:24:04.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039813981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-19T08:24:04.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "cds", "timestamp": 1632039811947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:24:04.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "clamp", "timestamp": 1632039814166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039813981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "clamp", "timestamp": 1632039814166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:04.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "policy-id", "timestamp": 1632039819949, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:04.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:04.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039813981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:24:04.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "clamp", "timestamp": 1632039814166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:24:04.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:04.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "policy-id", "timestamp": 1632039820964, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:24:04.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:04.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632039821532, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:04.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:04.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "cds", "timestamp": 1632039821697, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:04.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:04.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:04.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "policy-id", "timestamp": 1632039821968, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2021-09-19T08:24:04.393Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2021-09-19T08:24:04.424Z||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. 2021-09-19T08:24:04.425Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:04.441Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:04.444Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2021-09-19T08:24:05.196Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd 2021-09-19T08:24:05.220Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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 (?, ?, ?, ?, ?) 2021-09-19T08:24:05.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "cds", "timestamp": 1632039822731, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-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=? 2021-09-19T08:24:05.263Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd 2021-09-19T08:24:05.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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 (?, ?, ?, ?, ?) 2021-09-19T08:24:05.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039822821, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:05.273Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:05.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "aai-ml", "timestamp": 1632039822669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:05.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:05.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "aai-ml", "timestamp": 1632039822669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:05.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:05.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039824732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:05.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:05.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "aai-ml", "timestamp": 1632039822669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:05.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:05.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039826028, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:05.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:05.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "aai-ml", "timestamp": 1632039822669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:05.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:05.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632039827015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:24:05.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:05.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "aai-ml", "timestamp": 1632039822669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:05.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:05.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632039828020, "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=? 2021-09-19T08:24:05.289Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd 2021-09-19T08:24:05.289Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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 (?, ?, ?, ?, ?) 2021-09-19T08:24:05.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039828118, "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=? 2021-09-19T08:24:05.302Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd 2021-09-19T08:24:05.303Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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=? 2021-09-19T08:24:05.310Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:24:05.311Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:05.313Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:05.313Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "NOTIFIED" } 2021-09-19T08:24:05.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "aai-ml", "timestamp": 1632039822669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:05.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:05.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "multicloud-k8s-id", "timestamp": 1632039829124, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:24:05.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:05.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "clamp", "timestamp": 1632039829375, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:05.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "aai-ml", "timestamp": 1632039822669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:24:05.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "clamp", "timestamp": 1632039830456, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:24:05.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "clamp", "timestamp": 1632039831462, "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=? 2021-09-19T08:24:05.323Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd 2021-09-19T08:24:05.324Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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 (?, ?, ?, ?, ?) 2021-09-19T08:24:05.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:24:05.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "aai-ml", "timestamp": 1632039832652, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:05.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:24:05.413Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:24:05.414Z||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. 2021-09-19T08:24:05.414Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:05.424Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:05.426Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:24:06.313Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:24:06.314Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:06.316Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:06.316Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-19T08:24:06.417Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:24:06.418Z||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. 2021-09-19T08:24:06.418Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:06.432Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:06.432Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:24:07.317Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:24:07.319Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:07.321Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:07.322Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:07.422Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:24:07.423Z||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. 2021-09-19T08:24:07.423Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:07.436Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:07.436Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:24:08.322Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:24:08.323Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:08.325Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:08.325Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-19T08:24:08.425Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:24:08.426Z||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. 2021-09-19T08:24:08.427Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:08.443Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:08.444Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:24:09.325Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:24:09.326Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:09.328Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:09.328Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:24:09.428Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:24:09.429Z||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. 2021-09-19T08:24:09.429Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:09.441Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:09.442Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:24:10.329Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:24:10.330Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:10.332Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:10.332Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:24:10.433Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:24:10.433Z||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. 2021-09-19T08:24:10.434Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:10.460Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:10.461Z||pool-9-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:24:11.336Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "serviceName": "vFW 2021-09-19 08-19-45", "serviceVersion": "1.0", "serviceUUID": "c5cba72c-646e-4cee-86cd-16075f9d8b56", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e67df428-c5b6-44aa-8ebe-3530d5e1c5d6", "resources": [ { "resourceInstanceName": "vFW 8f308bb1-0c09 0", "resourceCustomizationUUID": "490a7a31-ecc3-4834-86fc-8e17cea6a4ac", "resourceName": "vFW 8f308bb1-0c09", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b2323f64-f995-4905-94b2-9d5554186954", "resourceInvariantUUID": "3389ab24-fafe-405d-a59a-0a4113c6ece5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8f308bb10c090_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "artifactChecksum": "OTA4YzViMGJkMDRlZmNlN2Q0ZTE0ZGIxNjMwNDA2MzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "26c49a67-3eef-415b-8cbe-27a8b7fbb986", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "79ea268e-2074-407b-9399-d0701f080869", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6f3ea813-6976-42fb-a5ec-15f1d62ad403", "generatedFromUUID": "79ea268e-2074-407b-9399-d0701f080869" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6f3ea813-6976-42fb-a5ec-15f1d62ad403", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210919081945-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "artifactChecksum": "NDkyMDgwOGViZWNmNWUzNDY0MWQ5MmJlYWU3NTQ2ZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f55b3d-2cc3-4948-af96-4f1f390dc4da" } ], "workloadContext": "Production" } 2021-09-19T08:24:11.340Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-19T08:24:11.341Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c5cba72c-646e-4cee-86cd-16075f9d8b56 ASDC 2021-09-19T08:24:11.485Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:51f438f4-7950-405b-9c51-3de4415935bd ServiceName:vFW 2021-09-19 08-19-45 ServiceVersion:1.0 ServiceUUID:c5cba72c-646e-4cee-86cd-16075f9d8b56 ServiceInvariantUUID:e67df428-c5b6-44aa-8ebe-3530d5e1c5d6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210919081945-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar ArtifactUUID:35f55b3d-2cc3-4948-af96-4f1f390dc4da ArtifactChecksum:NDkyMDgwOGViZWNmNWUzNDY0MWQ5MmJlYWU3NTQ2ZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8f308bb1-0c09 0 ResourceCustomizationUUID:490a7a31-ecc3-4834-86fc-8e17cea6a4ac ResourceInvariantUUID:3389ab24-fafe-405d-a59a-0a4113c6ece5 ResourceName:vFW 8f308bb1-0c09 ResourceType:VF ResourceUUID:b2323f64-f995-4905-94b2-9d5554186954 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8f308bb10c090_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json ArtifactUUID:26c49a67-3eef-415b-8cbe-27a8b7fbb986 ArtifactChecksum:OTA4YzViMGJkMDRlZmNlN2Q0ZTE0ZGIxNjMwNDA2MzY= 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/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml ArtifactUUID:79ea268e-2074-407b-9399-d0701f080869 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/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env ArtifactUUID:6f3ea813-6976-42fb-a5ec-15f1d62ad403 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/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env ArtifactUUID:6f3ea813-6976-42fb-a5ec-15f1d62ad403 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-19T08:24:11.486Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c5cba72c-646e-4cee-86cd-16075f9d8b56 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=? 2021-09-19T08:24:11.695Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:24:11.696Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-19T08:24:11.697Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-19T08:24:11.697Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 35f55b3d-2cc3-4948-af96-4f1f390dc4da from URL: /sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:11.698Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-19T08:24:11.699Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:17.700Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-19T08:24:17.721Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar 35f55b3d-2cc3-4948-af96-4f1f390dc4da 98745 2021-09-19T08:24:17.723Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar ASDC sendASDCNotification 2021-09-19T08:24:17.723Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:17.738Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:24:17.740Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:17.742Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:17.742Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039857722, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:17.842Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:24:17.844Z||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. 2021-09-19T08:24:17.844Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:17.855Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:17.856Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:24:18.743Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:24:18.744Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-19T08:24:18.744Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 35f55b3d-2cc3-4948-af96-4f1f390dc4da, URL: /sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar to file: /app/ASDC/1/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:18.745Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210919081945-csar.csar 2021-09-19T08:24:19.220Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:19.220Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:20.121Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15799559324569645546/Definitions/service-Vfw20210919081945-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-09-19T08:24:22.583Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-19T08:24:22.590Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-19T08:24:22.590Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.590Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-19T08:24:22.590Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||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-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.591Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||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-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.591Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.591Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.591Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.591Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||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-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.592Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.592Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.592Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.592Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.592Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.593Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8f308bb1-0c09 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-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.593Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar 2021-09-19T08:24:22.593Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-19T08:24:22.600Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.601Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:22.606Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria 2021-09-19T08:24:22.606Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-19T08:24:22.608Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:24:22.610Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.610Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:22.610Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria 2021-09-19T08:24:22.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-19T08:24:22.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:24:22.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:22.615Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.615Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria 2021-09-19T08:24:22.615Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:24:22.616Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-19T08:24:22.616Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:22.616Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.616Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-19T08:24:22.617Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.617Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:24:22.617Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-19T08:24:22.617Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-19T08:24:22.617Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.618Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:22.618Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-19T08:24:22.618Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:22.618Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-19T08:24:22.619Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.619Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-19T08:24:22.619Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.619Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T08:24:22.621Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.621Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria 2021-09-19T08:24:22.621Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:24:22.622Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.622Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria 2021-09-19T08:24:22.622Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:24:22.622Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.623Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria 2021-09-19T08:24:22.623Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:24:22.624Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.624Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria 2021-09-19T08:24:22.624Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:24:22.624Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-19T08:24:22.625Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:24:22.625Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-19T08:24:22.625Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-19T08:24:22.625Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.625Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:22.626Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-19T08:24:22.626Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:22.626Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-19T08:24:22.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0925740a-ebfe-4b7a-b1fa-b30554e710fb 2021-09-19T08:24:22.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria 2021-09-19T08:24:22.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:24:22.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-19T08:24:22.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:22.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-19T08:24:22.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:24:22.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-19T08:24:22.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-19T08:24:22.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:22.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-19T08:24:22.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c9bc8421-c0d4-441f-abf7-33cf2f32a4a5 2021-09-19T08:24:22.631Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.631Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria 2021-09-19T08:24:22.631Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:24:22.631Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-19T08:24:22.631Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:22.632Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.632Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-19T08:24:22.632Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.632Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:24:22.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-19T08:24:22.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-19T08:24:22.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:24:22.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:22.634Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-19T08:24:22.634Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea257ca9-5044-468b-8e2e-4f116381c25f 2021-09-19T08:24:22.634Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.634Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:22.635Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.635Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:22.635Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.635Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:22.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:22.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:22.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-19 08-19-45 Description:catalog service description Model UUID:c5cba72c-646e-4cee-86cd-16075f9d8b56 Model Version:NULL Model InvariantUuid:e67df428-c5b6-44aa-8ebe-3530d5e1c5d6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8f308bb1-0c09 Model UUID:7f82ff3b-f700-43e2-84a5-b343c02b6061 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:3389ab24-fafe-405d-a59a-0a4113c6ece5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:490a7a31-ecc3-4834-86fc-8e17cea6a4ac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a677bdcc-9dc7-4d84-b47c-899bb3f8d81b ModelName:Vfw8f308bb10c09..base_vfw..module-0 ModelUuid:a148792d-5efb-4747-83af-eefb2c103f6f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0925740a-ebfe-4b7a-b1fa-b30554e710fb ModelInvariantUuid:5cec0461-1671-4ce1-b4d8-f28a57d6aa4b ModelName:vFW 8f308bb1-0c09-nodes.vfwCvfc ModelUuid:56a47cae-0436-47c0-b858-c1eab69114e4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:97b716e8-5b5c-443c-a653-6a49c679bc90 ModelInvariantUuid:7c7e02a8-ee76-47a5-abe1-7fbcd9bba8da ModelName:Vfw8f308bb10c09.compute.nodes.heat.vfw ModelUuid:cde1ea22-c81a-4561-a4f1-2565a2f6bbf9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c9bc8421-c0d4-441f-abf7-33cf2f32a4a5 ModelInvariantUuid:70dd193f-67a9-4ca6-ae7c-9c53c5bca717 ModelName:vFW 8f308bb1-0c09-nodes.vsnCvfc ModelUuid:5e7b2dfd-1883-496e-9c92-0e61adf17ad0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c265728d-9bd7-4e4f-9e7f-012d6aedfae8 ModelInvariantUuid:bf93ba06-52c5-477a-8a27-a03403406d14 ModelName:Vfw8f308bb10c09.compute.nodes.heat.vsn ModelUuid:35cce445-ecd8-4100-8eb6-e569c173fbda ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ea257ca9-5044-468b-8e2e-4f116381c25f ModelInvariantUuid:2835ea11-cd5f-4386-bf17-bc3591a16f8d ModelName:vFW 8f308bb1-0c09-nodes.vpgCvfc ModelUuid:de9dbf3b-d4fa-4828-b36f-faf2c7a66151 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:08ceda72-5852-433a-baf9-57e186086f4e ModelInvariantUuid:4ab0e756-2368-4d85-8745-d8330247027c ModelName:Vfw8f308bb10c09.compute.nodes.heat.vpg ModelUuid:631f9e8a-4d20-41a7-9681-09eadc5f2174 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-19T08:24:22.657Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b2323f64-f995-4905-94b2-9d5554186954 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:24:23.045Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||vFW 8f308bb1-0c09 0 2021-09-19T08:24:23.052Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2323f64-f995-4905-94b2-9d5554186954 2021-09-19T08:24:23.053Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 26c49a67-3eef-415b-8cbe-27a8b7fbb986 from URL: /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json 2021-09-19T08:24:23.053Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-19T08:24:23.053Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json 2021-09-19T08:24:24.207Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-19T08:24:24.208Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json 26c49a67-3eef-415b-8cbe-27a8b7fbb986 785 2021-09-19T08:24:24.208Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json ASDC sendASDCNotification 2021-09-19T08:24:24.208Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json 2021-09-19T08:24:24.208Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:24:24.209Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:24.211Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:24.212Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039864208, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:24.312Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:24:24.313Z||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. 2021-09-19T08:24:24.314Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:24.330Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:24.331Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:24:25.213Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8f308bb10c09..base_vfw..module-0", "vfModuleModelInvariantUUID": "a677bdcc-9dc7-4d84-b47c-899bb3f8d81b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a148792d-5efb-4747-83af-eefb2c103f6f", "vfModuleModelCustomizationUUID": "42427fb0-85a9-4e50-936f-826a0736668b", "isBase": true, "artifacts": [ "79ea268e-2074-407b-9399-d0701f080869", "6f3ea813-6976-42fb-a5ec-15f1d62ad403" ], "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": "" } } ] 2021-09-19T08:24:25.673Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8f308bb10c09..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a148792d-5efb-4747-83af-eefb2c103f6f VfModuleModelInvariantUUID:a677bdcc-9dc7-4d84-b47c-899bb3f8d81b VfModuleModelDescription:NULL Artifacts UUID List:{ 79ea268e-2074-407b-9399-d0701f080869 , 6f3ea813-6976-42fb-a5ec-15f1d62ad403 } 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 } 2021-09-19T08:24:25.677Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8f308bb10c09..base_vfw..module-0", "vfModuleModelInvariantUUID": "a677bdcc-9dc7-4d84-b47c-899bb3f8d81b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a148792d-5efb-4747-83af-eefb2c103f6f", "vfModuleModelCustomizationUUID": "42427fb0-85a9-4e50-936f-826a0736668b", "isBase": true, "artifacts": [ "79ea268e-2074-407b-9399-d0701f080869", "6f3ea813-6976-42fb-a5ec-15f1d62ad403" ], "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": "" } } ] 2021-09-19T08:24:25.678Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8f308bb10c09..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a148792d-5efb-4747-83af-eefb2c103f6f VfModuleModelInvariantUUID:a677bdcc-9dc7-4d84-b47c-899bb3f8d81b VfModuleModelDescription:NULL Artifacts UUID List:{ 79ea268e-2074-407b-9399-d0701f080869 , 6f3ea813-6976-42fb-a5ec-15f1d62ad403 } 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 } 2021-09-19T08:24:25.678Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 79ea268e-2074-407b-9399-d0701f080869 from URL: /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml 2021-09-19T08:24:25.678Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-19T08:24:25.678Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml 2021-09-19T08:24:26.043Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-19T08:24:26.044Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml 79ea268e-2074-407b-9399-d0701f080869 20368 2021-09-19T08:24:26.044Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-19T08:24:26.044Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml 2021-09-19T08:24:26.044Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:24:26.045Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:26.047Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:26.047Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039866044, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:26.147Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:24:26.148Z||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. 2021-09-19T08:24:26.148Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:26.158Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:26.158Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:24:27.049Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6f3ea813-6976-42fb-a5ec-15f1d62ad403 from URL: /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env 2021-09-19T08:24:27.050Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-19T08:24:27.050Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env 2021-09-19T08:24:27.480Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-19T08:24:27.480Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env 6f3ea813-6976-42fb-a5ec-15f1d62ad403 2098 2021-09-19T08:24:27.480Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-19T08:24:27.481Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env 2021-09-19T08:24:27.481Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:24:27.481Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:27.484Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:27.484Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039867480, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:24:27.584Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:24:27.585Z||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. 2021-09-19T08:24:27.585Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:27.597Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:27.604Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:24:28.485Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c5cba72c-646e-4cee-86cd-16075f9d8b56 2021-09-19T08:24:28.485Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8f308bb1-0c09 0 b2323f64-f995-4905-94b2-9d5554186954 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:24:28.553Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56ddf71a, org.onap.sdc.toscaparser.api.parameters.Input@8bbfd47, org.onap.sdc.toscaparser.api.parameters.Input@7055c08e, org.onap.sdc.toscaparser.api.parameters.Input@48f57cde, org.onap.sdc.toscaparser.api.parameters.Input@712927fd] 2021-09-19T08:24:28.558Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.558Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:28.558Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-19T08:24:28.559Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 490a7a31-ecc3-4834-86fc-8e17cea6a4ac 2021-09-19T08:24:28.559Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 490a7a31-ecc3-4834-86fc-8e17cea6a4ac matches Tosca VF Customization UUID: 490a7a31-ecc3-4834-86fc-8e17cea6a4ac 2021-09-19T08:24:28.559Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 490a7a31-ecc3-4834-86fc-8e17cea6a4ac matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-19T08:24:28.567Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.567Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:28.569Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 490a7a31-ecc3-4834-86fc-8e17cea6a4ac: {\"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\"} 2021-09-19T08:24:28.569Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c8c971 2021-09-19T08:24:28.569Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.569Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T08:24:28.571Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 42427fb0-85a9-4e50-936f-826a0736668b 2021-09-19T08:24:28.572Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 42427fb0-85a9-4e50-936f-826a0736668b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-19T08:24:28.579Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.580Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria 2021-09-19T08:24:28.580Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:24:28.608Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.608Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria 2021-09-19T08:24:28.609Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:24:28.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria 2021-09-19T08:24:28.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:24:28.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-19T08:24:28.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:24:28.612Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-19T08:24:28.612Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-19T08:24:28.612Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:24:28.612Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:28.613Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-19T08:24:28.613Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:28.613Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-19T08:24:28.613Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:24:28.613Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0925740a-ebfe-4b7a-b1fa-b30554e710fb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-19T08:24:28.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria 2021-09-19T08:24:28.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:24:28.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria 2021-09-19T08:24:28.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:24:28.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-19T08:24:28.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:28.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:24:28.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-19T08:24:28.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:24:28.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:24:28.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-19T08:24:28.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-19T08:24:28.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:28.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-19T08:24:28.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:24:28.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c9bc8421-c0d4-441f-abf7-33cf2f32a4a5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-19T08:24:28.632Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria 2021-09-19T08:24:28.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:24:28.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria 2021-09-19T08:24:28.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:24:28.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-19T08:24:28.638Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-19T08:24:28.638Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:24:28.638Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-19T08:24:28.639Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-19T08:24:28.639Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea257ca9-5044-468b-8e2e-4f116381c25f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-19T08:24:28.641Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.641Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria 2021-09-19T08:24:28.641Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:24:28.642Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.643Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria 2021-09-19T08:24:28.643Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=490a7a31-ecc3-4834-86fc-8e17cea6a4ac Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:24:28.645Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.645Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:28.645Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c5cba72c-646e-4cee-86cd-16075f9d8b56: vFW 8f308bb1-0c09 2021-09-19T08:24:28.645Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.646Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:28.646Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.646Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:28.647Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.647Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:28.647Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.647Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:28.648Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:24:28.648Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:24:28.648Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-19 08-19-45 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-19T08:24:29.128Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8f308bb1-0c09 b2323f64-f995-4905-94b2-9d5554186954 1 ASDC deployResourceStructure 2021-09-19T08:24:29.129Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json ASDC sendASDCNotification 2021-09-19T08:24:29.129Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json 2021-09-19T08:24:29.129Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:24:29.129Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:29.132Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:29.133Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039869129, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:24:29.232Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:24:29.233Z||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. 2021-09-19T08:24:29.233Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:29.242Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:29.242Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:24:30.134Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-19T08:24:30.134Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml 2021-09-19T08:24:30.134Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:24:30.135Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:30.136Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:30.136Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039870134, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-19T08:24:30.237Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:24:30.237Z||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. 2021-09-19T08:24:30.237Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:30.253Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:30.254Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:24:31.137Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-19T08:24:31.138Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env 2021-09-19T08:24:31.138Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:24:31.139Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:31.140Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:31.140Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039871137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-19T08:24:31.240Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:24:31.242Z||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. 2021-09-19T08:24:31.242Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:31.252Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:31.254Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:24:32.141Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar ASDC sendASDCNotification 2021-09-19T08:24:32.141Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar 2021-09-19T08:24:32.141Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:24:32.142Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:24:32.145Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:24:32.145Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039872141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:24:32.245Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:24:32.246Z||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. 2021-09-19T08:24:32.246Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:24:32.270Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:24:32.270Z||pool-17-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:24:33.147Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:24:33.172Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd 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=? 2021-09-19T08:24:33.177Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:24:33.177Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:24:33.178Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:25:03.178Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:25:03.191Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd 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=? 2021-09-19T08:25:03.194Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:25:03.194Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:25:03.194Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:25:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:25:03.614Z||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. 2021-09-19T08:25:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:25:03.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:25:03.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:25:03.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:25:03.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:25:33.195Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:25:33.223Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd 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=? 2021-09-19T08:25:33.228Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:25:33.228Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:25:33.229Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:26:03.229Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:26:03.245Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd 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=? 2021-09-19T08:26:03.248Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:26:03.249Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:26:03.249Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:26:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:26:03.614Z||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. 2021-09-19T08:26:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:26:04.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:26:04.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "NOTIFIED" } 2021-09-19T08:26:04.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:26:04.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-19T08:26:04.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:26:04.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:26:04.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:26:04.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-19T08:26:04.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:26:04.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:26:04.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:26:04.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039843606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:26:04.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:26:04.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "aai-ml", "timestamp": 1632039854973, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:26:04.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:26:04.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "aai-ml", "timestamp": 1632039855981, "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=? 2021-09-19T08:26:04.156Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd 2021-09-19T08:26:04.156Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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 (?, ?, ?, ?, ?) 2021-09-19T08:26:04.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039857722, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:26:04.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:26:04.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039864208, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:26:04.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:26:04.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039866044, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:26:04.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:26:04.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039867480, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:26:04.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:26:04.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039869129, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:26:04.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:26:04.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039870134, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-19T08:26:04.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:26:04.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039871137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-19T08:26:04.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:26:04.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:26:04.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632039872141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:26:04.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:26:33.250Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:26:33.283Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd 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=? 2021-09-19T08:26:33.288Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:26:33.288Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-19T08:26:33.288Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-19T08:26:33.289Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-19T08:26:33.289Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:26:33.290Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:26:33.290Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:26:33.290Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:26:33.290Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:26:33.290Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:26:33.291Z|51f438f4-7950-405b-9c51-3de4415935bd|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=? 2021-09-19T08:26:33.297Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-19T08:27:03.299Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd 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=? 2021-09-19T08:27:03.316Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51f438f4-7950-405b-9c51-3de4415935bd and serviceModelVersionId: c5cba72c-646e-4cee-86cd-16075f9d8b56 2021-09-19T08:27:03.316Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e67df428-c5b6-44aa-8ebe-3530d5e1c5d6 2021-09-19T08:27:03.613Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:27:03.615Z||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. 2021-09-19T08:27:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:27:13.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:27:27.228Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0 2021-09-19T08:27:27.373Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-19T08:27:27.880Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|INFO|500||Invoke 2021-09-19T08:27:27.893Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51f438f4-7950-405b-9c51-3de4415935bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4d8d4fb8-1a28-41ca-98c6-7efb4756579a], X-ECOMP-RequestID=[51f438f4-7950-405b-9c51-3de4415935bd], X-TransactionId=[], X-ONAP-RequestID=[51f438f4-7950-405b-9c51-3de4415935bd], Content-Type=[application/merge-patch+json]} 2021-09-19T08:27:28.032Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-19T08:27:28.251Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210919-08:27:28:037-74340], vertex-id=[352408], Content-Length=[0], Date=[Sun, 19 Sep 2021 08:27:28 GMT], Content-Type=[application/json]} 2021-09-19T08:27:28.252Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-19T08:27:28.254Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|INFO|500||InvokeReturn 2021-09-19T08:27:28.258Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-19T08:27:28.259Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:27:28.267Z|51f438f4-7950-405b-9c51-3de4415935bd|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) 2021-09-19T08:27:28.268Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51f438f4-7950-405b-9c51-3de4415935bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-19T08:27:28.269Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-19T08:27:28.270Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:27:28.272Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:27:28.272Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040048268, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T08:27:28.372Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:27:28.374Z||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. 2021-09-19T08:27:28.374Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:27:28.384Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:27:28.384Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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=? 2021-09-19T08:27:29.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:27:29.293Z||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. 2021-09-19T08:27:29.293Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:27:39.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:27:39.572Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:27:39.573Z||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. 2021-09-19T08:27:39.573Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:27:49.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:27:49.116Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:27:49.117Z||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. 2021-09-19T08:27:49.117Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:27:58.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:28:03.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:28:03.606Z||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. 2021-09-19T08:28:03.606Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:28:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:28:03.612Z||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. 2021-09-19T08:28:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:28:04.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:28:04.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-19T08:28:04.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "51f438f4-7950-405b-9c51-3de4415935bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040048268, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T08:28:04.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:28:13.147Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:29:03.607Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:29:03.611Z|51f438f4-7950-405b-9c51-3de4415935bd|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. 2021-09-19T08:29:03.611Z|51f438f4-7950-405b-9c51-3de4415935bd|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:29:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:29:03.613Z||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. 2021-09-19T08:29:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:29:13.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:29:13.209Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:30:03.606Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:30:03.611Z|51f438f4-7950-405b-9c51-3de4415935bd|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. 2021-09-19T08:30:03.611Z|51f438f4-7950-405b-9c51-3de4415935bd|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:30:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:30:03.613Z||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. 2021-09-19T08:30:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:30:13.181Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:30:13.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:31:03.607Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:31:03.610Z|51f438f4-7950-405b-9c51-3de4415935bd|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. 2021-09-19T08:31:03.610Z|51f438f4-7950-405b-9c51-3de4415935bd|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:31:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:31:03.612Z||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. 2021-09-19T08:31:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:31:13.189Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:31:13.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:03.607Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:32:03.611Z|51f438f4-7950-405b-9c51-3de4415935bd|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. 2021-09-19T08:32:03.612Z|51f438f4-7950-405b-9c51-3de4415935bd|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:32:03.613Z||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. 2021-09-19T08:32:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:03.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:03.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:32:03.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040313981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:32:03.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:32:03.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:32:03.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "policy-id", "timestamp": 1632040320414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:32:03.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:32:03.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:32:03.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040321761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:32:03.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:32:03.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:32:03.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "cds", "timestamp": 1632040321945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:32:03.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:32:03.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:32:03.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040313981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "NOTIFIED" } 2021-09-19T08:32:03.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:32:03.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:32:03.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "policy-id", "timestamp": 1632040320414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:32:03.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:32:03.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:32:03.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040321761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:32:03.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:32:04.272Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:04.273Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T08:32:04.273Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"95e3ace8-d08f-4e5b-b3f3-3666cf988133","serviceName":"basic_onboard_abEtDy","serviceVersion":"1.0","serviceUUID":"f6e10500-74ff-499b-bd4a-f5a85fe67cdd","serviceDescription":"service","serviceInvariantUUID":"fbbacf9e-1e3d-49ae-803b-e788cf19d353","resources":[{"resourceInstanceName":"basic_onboard_abEtDy 0","resourceName":"basic_onboard_abEtDy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd6bf786-7655-40ac-90f4-5566570901ae","resourceInvariantUUID":"e550fe7a-c73c-4ced-85ba-61f0f53a175e","resourceCustomizationUUID":"992f5221-8347-46ef-b3c7-cab6f01cb4c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml","artifactChecksum":"OTVjMGI1NzhjYmI5NjBmYTg5YjkwYWE5YWIyZjVmMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70d7210e-d239-49d3-9a4c-9ff6ef804614","artifactVersion":"1"},{"artifactName":"basic_onboard_abetdy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json","artifactChecksum":"MmNjMWU1YmM2ZDk2MTUwOTlhNDA5NzMyODIxOTBmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df534af0-f4cd-433a-beec-2cd27e0be01e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9a12cd14-4224-4765-913f-446a228dd0df","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a098037-15a5-454f-9c16-2b7ca8f5936b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2b375e3e-ea87-472b-a801-1bf41851005b","artifactVersion":"2","generatedFromUUID":"9a12cd14-4224-4765-913f-446a228dd0df"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAbetdy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml","artifactChecksum":"ZjMwMDI2NzFkOTM4YWM0YTM2N2QwYzEzYTllOTA0Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2dc75d85-92d9-4678-afe5-98d8e21d5b19","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAbetdy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar","artifactChecksum":"NjZlYjJkNmNjNjNkNGI3ODMxODlhYzE0OTZjYjIxMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"445513d7-116a-42a1-abce-50e42c389b58","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-19T08:32:04.277Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:32:04.279Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:04.283Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:04.283Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:32:04.384Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T08:32:04.385Z||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. 2021-09-19T08:32:04.385Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:04.394Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:04.394Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:05.284Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:32:05.284Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:05.287Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:05.287Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "NOTIFIED" } 2021-09-19T08:32:05.386Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:32:05.387Z||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. 2021-09-19T08:32:05.387Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:05.398Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:05.398Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:32:06.292Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:32:06.292Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:06.294Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:06.294Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-19T08:32:06.395Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:32:06.396Z||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. 2021-09-19T08:32:06.396Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:06.405Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:06.405Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:07.295Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:32:07.296Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:07.299Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:07.299Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:32:07.401Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T08:32:07.403Z||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. 2021-09-19T08:32:07.403Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:07.426Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:07.426Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:08.301Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:32:08.303Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:08.306Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:08.306Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-19T08:32:08.406Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:32:08.407Z||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. 2021-09-19T08:32:08.407Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:08.416Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:08.417Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:09.307Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:32:09.308Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:09.310Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:09.310Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:32:09.410Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:32:09.411Z||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. 2021-09-19T08:32:09.411Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:09.423Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:09.425Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:10.311Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:32:10.312Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:10.314Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:10.315Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:32:10.415Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:32:10.415Z||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. 2021-09-19T08:32:10.416Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:10.424Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:10.424Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:11.316Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "serviceName": "basic_onboard_abEtDy", "serviceVersion": "1.0", "serviceUUID": "f6e10500-74ff-499b-bd4a-f5a85fe67cdd", "serviceDescription": "service", "serviceInvariantUUID": "fbbacf9e-1e3d-49ae-803b-e788cf19d353", "resources": [ { "resourceInstanceName": "basic_onboard_abEtDy 0", "resourceCustomizationUUID": "992f5221-8347-46ef-b3c7-cab6f01cb4c6", "resourceName": "basic_onboard_abEtDy", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cd6bf786-7655-40ac-90f4-5566570901ae", "resourceInvariantUUID": "e550fe7a-c73c-4ced-85ba-61f0f53a175e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_abetdy0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "artifactChecksum": "MmNjMWU1YmM2ZDk2MTUwOTlhNDA5NzMyODIxOTBmNWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "df534af0-f4cd-433a-beec-2cd27e0be01e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9a12cd14-4224-4765-913f-446a228dd0df", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2b375e3e-ea87-472b-a801-1bf41851005b", "generatedFromUUID": "9a12cd14-4224-4765-913f-446a228dd0df" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2b375e3e-ea87-472b-a801-1bf41851005b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAbetdy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "artifactChecksum": "NjZlYjJkNmNjNjNkNGI3ODMxODlhYzE0OTZjYjIxMDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "445513d7-116a-42a1-abce-50e42c389b58" } ], "workloadContext": "Production" } 2021-09-19T08:32:11.316Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-19T08:32:11.317Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6e10500-74ff-499b-bd4a-f5a85fe67cdd ASDC 2021-09-19T08:32:11.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:95e3ace8-d08f-4e5b-b3f3-3666cf988133 ServiceName:basic_onboard_abEtDy ServiceVersion:1.0 ServiceUUID:f6e10500-74ff-499b-bd4a-f5a85fe67cdd ServiceInvariantUUID:fbbacf9e-1e3d-49ae-803b-e788cf19d353 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAbetdy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar ArtifactUUID:445513d7-116a-42a1-abce-50e42c389b58 ArtifactChecksum:NjZlYjJkNmNjNjNkNGI3ODMxODlhYzE0OTZjYjIxMDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_abEtDy 0 ResourceCustomizationUUID:992f5221-8347-46ef-b3c7-cab6f01cb4c6 ResourceInvariantUUID:e550fe7a-c73c-4ced-85ba-61f0f53a175e ResourceName:basic_onboard_abEtDy ResourceType:VF ResourceUUID:cd6bf786-7655-40ac-90f4-5566570901ae ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_abetdy0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json ArtifactUUID:df534af0-f4cd-433a-beec-2cd27e0be01e ArtifactChecksum:MmNjMWU1YmM2ZDk2MTUwOTlhNDA5NzMyODIxOTBmNWM= 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/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml ArtifactUUID:9a12cd14-4224-4765-913f-446a228dd0df 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/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env ArtifactUUID:2b375e3e-ea87-472b-a801-1bf41851005b 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/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env ArtifactUUID:2b375e3e-ea87-472b-a801-1bf41851005b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-19T08:32:11.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6e10500-74ff-499b-bd4a-f5a85fe67cdd 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 (?, ?, ?, ?, ?) 2021-09-19T08:32:11.356Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:32:11.356Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-19T08:32:11.357Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-19T08:32:11.357Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 445513d7-116a-42a1-abce-50e42c389b58 from URL: /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:11.357Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-19T08:32:11.357Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:16.868Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-19T08:32:16.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar 445513d7-116a-42a1-abce-50e42c389b58 71365 2021-09-19T08:32:16.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar ASDC sendASDCNotification 2021-09-19T08:32:16.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:16.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:32:16.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:16.875Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:16.875Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040336872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:32:16.976Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:32:16.977Z||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. 2021-09-19T08:32:16.977Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:17.009Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:17.009Z||pool-26-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:17.877Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:32:17.879Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-19T08:32:17.880Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 445513d7-116a-42a1-abce-50e42c389b58, URL: /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar to file: /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:17.880Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:17.881Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:17.881Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:18.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2727940375733838200/Definitions/service-BasicOnboardAbetdy-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 2021-09-19T08:32:19.315Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-19T08:32:19.316Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-19T08:32:19.316Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:19.316Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-19T08:32:19.316Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:19.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_abEtDy 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-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:19.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-19T08:32:19.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:19.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria 2021-09-19T08:32:19.319Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-19T08:32:19.319Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:32:19.319Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.320Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:19.320Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria 2021-09-19T08:32:19.320Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-19T08:32:19.320Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:32:19.320Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.321Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:19.321Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.321Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is not matching search criteria 2021-09-19T08:32:19.321Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-19T08:32:19.322Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-19T08:32:19.322Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-19T08:32:19.322Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-19T08:32:19.322Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-19T08:32:19.322Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.323Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T08:32:19.323Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.323Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria 2021-09-19T08:32:19.323Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria 2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria 2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:32:19.325Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.325Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is not matching search criteria 2021-09-19T08:32:19.325Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-19T08:32:19.325Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-19T08:32:19.325Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7a3bb5cd-6de4-4dac-907b-bfda81ea2127 2021-09-19T08:32:19.326Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.326Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:19.326Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.326Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:19.327Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.327Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:19.327Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:19.327Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:19.327Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_abEtDy Description:service Model UUID:f6e10500-74ff-499b-bd4a-f5a85fe67cdd Model Version:NULL Model InvariantUuid:fbbacf9e-1e3d-49ae-803b-e788cf19d353 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_abEtDy Model UUID:bea89784-b4e9-40ed-80e4-25b44f9cf77a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e550fe7a-c73c-4ced-85ba-61f0f53a175e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:992f5221-8347-46ef-b3c7-cab6f01cb4c6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1f617d51-51b0-4432-a7ca-40e4b7692be3 ModelName:BasicOnboardAbetdy..base_ubuntu18..module-0 ModelUuid:f721197f-1528-4934-8c4c-a6547c0499c6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7a3bb5cd-6de4-4dac-907b-bfda81ea2127 ModelInvariantUuid:95fb0c5e-9091-4701-aabf-3e5cce9c0464 ModelName:basic_onboard_abEtDy-nodes.ubuntu18Cvfc ModelUuid:732a1b5e-b186-4cf4-b7a8-ab3942840fff ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2ca6276d-2e04-487f-90eb-882133496912 ModelInvariantUuid:ca135fb5-9662-4aae-a2f2-7e89c7f1d797 ModelName:BasicOnboardAbetdy.compute.nodes.heat.ubuntu18 ModelUuid:d391600e-5daa-4e3f-8675-7c07ca8f6631 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-19T08:32:19.335Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cd6bf786-7655-40ac-90f4-5566570901ae Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:32:19.339Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||basic_onboard_abEtDy 0 2021-09-19T08:32:19.339Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd6bf786-7655-40ac-90f4-5566570901ae 2021-09-19T08:32:19.339Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df534af0-f4cd-433a-beec-2cd27e0be01e from URL: /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json 2021-09-19T08:32:19.340Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-19T08:32:19.340Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json 2021-09-19T08:32:21.702Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-19T08:32:21.702Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json df534af0-f4cd-433a-beec-2cd27e0be01e 798 2021-09-19T08:32:21.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json ASDC sendASDCNotification 2021-09-19T08:32:21.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json 2021-09-19T08:32:21.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:32:21.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:21.705Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:21.705Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040341703, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:32:21.806Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T08:32:21.807Z||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. 2021-09-19T08:32:21.807Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:21.824Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:21.826Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:22.706Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAbetdy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1f617d51-51b0-4432-a7ca-40e4b7692be3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f721197f-1528-4934-8c4c-a6547c0499c6", "vfModuleModelCustomizationUUID": "e4d60a36-6722-44f2-935d-e103250f8193", "isBase": true, "artifacts": [ "9a12cd14-4224-4765-913f-446a228dd0df", "2b375e3e-ea87-472b-a801-1bf41851005b" ], "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": "" } } ] 2021-09-19T08:32:22.711Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAbetdy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f721197f-1528-4934-8c4c-a6547c0499c6 VfModuleModelInvariantUUID:1f617d51-51b0-4432-a7ca-40e4b7692be3 VfModuleModelDescription:NULL Artifacts UUID List:{ 9a12cd14-4224-4765-913f-446a228dd0df , 2b375e3e-ea87-472b-a801-1bf41851005b } 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 } 2021-09-19T08:32:22.713Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAbetdy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1f617d51-51b0-4432-a7ca-40e4b7692be3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f721197f-1528-4934-8c4c-a6547c0499c6", "vfModuleModelCustomizationUUID": "e4d60a36-6722-44f2-935d-e103250f8193", "isBase": true, "artifacts": [ "9a12cd14-4224-4765-913f-446a228dd0df", "2b375e3e-ea87-472b-a801-1bf41851005b" ], "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": "" } } ] 2021-09-19T08:32:22.713Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAbetdy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f721197f-1528-4934-8c4c-a6547c0499c6 VfModuleModelInvariantUUID:1f617d51-51b0-4432-a7ca-40e4b7692be3 VfModuleModelDescription:NULL Artifacts UUID List:{ 9a12cd14-4224-4765-913f-446a228dd0df , 2b375e3e-ea87-472b-a801-1bf41851005b } 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 } 2021-09-19T08:32:22.714Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a12cd14-4224-4765-913f-446a228dd0df from URL: /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml 2021-09-19T08:32:22.714Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-19T08:32:22.714Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml 2021-09-19T08:32:24.476Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-19T08:32:24.476Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml 9a12cd14-4224-4765-913f-446a228dd0df 5033 2021-09-19T08:32:24.477Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-19T08:32:24.477Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml 2021-09-19T08:32:24.477Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:32:24.477Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:24.479Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:24.479Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040344477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:32:24.579Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:32:24.580Z||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. 2021-09-19T08:32:24.580Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:24.595Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:24.596Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:25.480Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2b375e3e-ea87-472b-a801-1bf41851005b from URL: /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env 2021-09-19T08:32:25.480Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-19T08:32:25.481Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env 2021-09-19T08:32:26.565Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-19T08:32:26.565Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env 2b375e3e-ea87-472b-a801-1bf41851005b 909 2021-09-19T08:32:26.566Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-19T08:32:26.566Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env 2021-09-19T08:32:26.566Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:32:26.566Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:26.568Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:26.568Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040346566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:32:26.668Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:32:26.669Z||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. 2021-09-19T08:32:26.670Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:26.679Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:26.679Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:27.569Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f6e10500-74ff-499b-bd4a-f5a85fe67cdd 2021-09-19T08:32:27.570Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_abEtDy 0 cd6bf786-7655-40ac-90f4-5566570901ae ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:32:27.585Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@533e5788, org.onap.sdc.toscaparser.api.parameters.Input@6fb0a948, org.onap.sdc.toscaparser.api.parameters.Input@32a25da7, org.onap.sdc.toscaparser.api.parameters.Input@46953eec, org.onap.sdc.toscaparser.api.parameters.Input@67b6b3a1] 2021-09-19T08:32:27.587Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.587Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:27.587Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-19T08:32:27.587Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 992f5221-8347-46ef-b3c7-cab6f01cb4c6 2021-09-19T08:32:27.588Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 992f5221-8347-46ef-b3c7-cab6f01cb4c6 matches Tosca VF Customization UUID: 992f5221-8347-46ef-b3c7-cab6f01cb4c6 2021-09-19T08:32:27.588Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 992f5221-8347-46ef-b3c7-cab6f01cb4c6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-19T08:32:27.590Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.590Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:27.591Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 992f5221-8347-46ef-b3c7-cab6f01cb4c6: {\"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\"} 2021-09-19T08:32:27.591Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42c4ae9b 2021-09-19T08:32:27.591Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.591Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T08:32:27.592Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e4d60a36-6722-44f2-935d-e103250f8193 2021-09-19T08:32:27.592Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e4d60a36-6722-44f2-935d-e103250f8193 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-19T08:32:27.594Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.594Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria 2021-09-19T08:32:27.595Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:32:27.595Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.595Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria 2021-09-19T08:32:27.596Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:32:27.596Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.597Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is not matching search criteria 2021-09-19T08:32:27.597Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-19T08:32:27.597Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-19T08:32:27.598Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7a3bb5cd-6de4-4dac-907b-bfda81ea2127 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-19T08:32:27.601Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.601Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria 2021-09-19T08:32:27.601Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:32:27.601Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.602Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria 2021-09-19T08:32:27.602Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=992f5221-8347-46ef-b3c7-cab6f01cb4c6 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:32:27.604Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.604Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:27.604Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f6e10500-74ff-499b-bd4a-f5a85fe67cdd: basic_onboard_abEtDy 2021-09-19T08:32:27.604Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.605Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:27.605Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.605Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:27.605Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:27.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:27.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:32:27.607Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:32:27.607Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_abEtDy Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-19T08:32:27.691Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_abEtDy cd6bf786-7655-40ac-90f4-5566570901ae 1 ASDC deployResourceStructure 2021-09-19T08:32:27.692Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json ASDC sendASDCNotification 2021-09-19T08:32:27.692Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json 2021-09-19T08:32:27.692Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:32:27.692Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:27.694Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:27.694Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040347692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:32:27.794Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:32:27.795Z||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. 2021-09-19T08:32:27.795Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:27.803Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:27.804Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:32:28.695Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-19T08:32:28.696Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml 2021-09-19T08:32:28.696Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:32:28.696Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:28.698Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:28.698Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040348695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-19T08:32:28.799Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:32:28.800Z||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. 2021-09-19T08:32:28.800Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:28.810Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:28.811Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:29.699Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-19T08:32:29.699Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env 2021-09-19T08:32:29.700Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:32:29.700Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:29.702Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:29.702Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040349699, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-19T08:32:29.802Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:32:29.803Z||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. 2021-09-19T08:32:29.803Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:29.812Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:29.813Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:32:30.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar ASDC sendASDCNotification 2021-09-19T08:32:30.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar 2021-09-19T08:32:30.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:32:30.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:32:30.705Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:32:30.705Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040350702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:32:30.805Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:32:30.806Z||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. 2021-09-19T08:32:30.806Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:32:30.822Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:32:30.823Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:32:31.706Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:32:31.718Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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=? 2021-09-19T08:32:31.721Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:32:31.721Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:32:31.721Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:33:01.722Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:33:01.744Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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=? 2021-09-19T08:33:01.746Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:33:01.746Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:33:01.746Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:33:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:33:03.618Z||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. 2021-09-19T08:33:03.618Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:33:03.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:33:03.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:33:03.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "cds", "timestamp": 1632040321945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:33:03.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:33:31.746Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:33:31.760Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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=? 2021-09-19T08:33:31.771Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:33:31.771Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:33:31.771Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:34:01.772Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:34:01.796Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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=? 2021-09-19T08:34:01.798Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:34:01.799Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:34:01.800Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:34:03.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:34:03.617Z||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. 2021-09-19T08:34:03.617Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:34:03.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:34:03.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:34:03.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040313981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-19T08:34:03.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:34:31.800Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:34:31.812Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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=? 2021-09-19T08:34:31.824Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:34:31.824Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:34:31.825Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:35:01.826Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:35:01.844Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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=? 2021-09-19T08:35:01.852Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:35:01.852Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:35:01.852Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:35:03.614Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:35:03.616Z||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. 2021-09-19T08:35:03.616Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:35:04.153Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:35:04.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "policy-id", "timestamp": 1632040320414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-19T08:35:04.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040321761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "cds", "timestamp": 1632040321945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "clamp", "timestamp": 1632040324167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040313981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "policy-id", "timestamp": 1632040320414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "NOTIFIED" } 2021-09-19T08:35:04.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040321761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "cds", "timestamp": 1632040321945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "clamp", "timestamp": 1632040324167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "NOTIFIED" } 2021-09-19T08:35:04.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040313981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-19T08:35:04.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "policy-id", "timestamp": 1632040320414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-19T08:35:04.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040321761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "cds", "timestamp": 1632040321945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "clamp", "timestamp": 1632040324167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040313981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "policy-id", "timestamp": 1632040320414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040321761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "cds", "timestamp": 1632040321945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "clamp", "timestamp": 1632040324167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040313981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:35:04.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "policy-id", "timestamp": 1632040320414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:35:04.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-19T08:35:04.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040321761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:35:04.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "cds", "timestamp": 1632040321945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:35:04.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "dcae-sch", "timestamp": 1632040328005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "clamp", "timestamp": 1632040324167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "dcae-sch", "timestamp": 1632040328005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040329658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "policy-id", "timestamp": 1632040329669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "clamp", "timestamp": 1632040324167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040323607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:35:04.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "cds", "timestamp": 1632040330472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040330578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "dcae-sch", "timestamp": 1632040328005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "policy-id", "timestamp": 1632040330677, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:35:04.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "clamp", "timestamp": 1632040324167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:35:04.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "cds", "timestamp": 1632040331478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-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=? 2021-09-19T08:35:04.179Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133 2021-09-19T08:35:04.179Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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 (?, ?, ?, ?, ?) 2021-09-19T08:35:04.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "ves-openapi-manager", "timestamp": 1632040330813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "dcae-sch", "timestamp": 1632040328005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "policy-id", "timestamp": 1632040331682, "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=? 2021-09-19T08:35:04.198Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133 2021-09-19T08:35:04.199Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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 (?, ?, ?, ?, ?) 2021-09-19T08:35:04.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "ves-openapi-manager", "timestamp": 1632040330813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "dcae-sch", "timestamp": 1632040328005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040333092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:35:04.208Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "aai-ml", "timestamp": 1632040332668, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "ves-openapi-manager", "timestamp": 1632040330813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "dcae-sch", "timestamp": 1632040328005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040333790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.209Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040334096, "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=? 2021-09-19T08:35:04.213Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133 2021-09-19T08:35:04.214Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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 (?, ?, ?, ?, ?) 2021-09-19T08:35:04.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "aai-ml", "timestamp": 1632040332668, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "ves-openapi-manager", "timestamp": 1632040330813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "dcae-sch", "timestamp": 1632040328005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "aai-ml", "timestamp": 1632040332668, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "ves-openapi-manager", "timestamp": 1632040330813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "aai-ml", "timestamp": 1632040332668, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "ves-openapi-manager", "timestamp": 1632040330813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040336872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "aai-ml", "timestamp": 1632040332668, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "ves-openapi-manager", "timestamp": 1632040330813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "aai-ml", "timestamp": 1632040332668, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:35:04.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "aai-ml", "timestamp": 1632040332668, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:35:04.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:35:04.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040340273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040341296, "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=? 2021-09-19T08:35:04.230Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133 2021-09-19T08:35:04.230Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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=? 2021-09-19T08:35:04.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040341703, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "multicloud-k8s-id", "timestamp": 1632040342299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:35:04.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "clamp", "timestamp": 1632040342496, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "aai-ml", "timestamp": 1632040342516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040344477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "clamp", "timestamp": 1632040344494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:35:04.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "clamp", "timestamp": 1632040345497, "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=? 2021-09-19T08:35:04.244Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133 2021-09-19T08:35:04.244Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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 (?, ?, ?, ?, ?) 2021-09-19T08:35:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040346566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:35:04.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040347692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:35:04.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040348695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-19T08:35:04.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040349699, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-19T08:35:04.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040350702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:35:04.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "aai-ml", "timestamp": 1632040354261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:35:04.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:35:04.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:35:04.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "aai-ml", "timestamp": 1632040355266, "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=? 2021-09-19T08:35:04.259Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133 2021-09-19T08:35:04.259Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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 (?, ?, ?, ?, ?) 2021-09-19T08:35:31.853Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:35:31.867Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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=? 2021-09-19T08:35:31.871Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:35:31.871Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-19T08:35:31.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-19T08:35:31.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-19T08:35:31.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:35:31.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:35:31.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:35:31.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:35:31.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:35:31.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:35:31.874Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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=? 2021-09-19T08:35:31.879Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-19T08:36:01.880Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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=? 2021-09-19T08:36:01.894Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 and serviceModelVersionId: f6e10500-74ff-499b-bd4a-f5a85fe67cdd 2021-09-19T08:36:01.895Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fbbacf9e-1e3d-49ae-803b-e788cf19d353 2021-09-19T08:36:01.898Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?depth=0 2021-09-19T08:36:01.906Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-19T08:36:01.980Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?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]} 2021-09-19T08:36:01.982Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?depth=0|INFO|500||Invoke 2021-09-19T08:36:02.027Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-19T08:36:02.471Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?depth=0|INFO|500||InvokeReturn 2021-09-19T08:36:02.472Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210919-08:36:02:020-26603], vertex-id=[188592], Content-Length=[0], Date=[Sun, 19 Sep 2021 08:36:02 GMT], Content-Type=[application/json]} 2021-09-19T08:36:02.473Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-19T08:36:02.473Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-19T08:36:02.473Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:36:02.480Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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) 2021-09-19T08:36:02.481Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95e3ace8-d08f-4e5b-b3f3-3666cf988133 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-19T08:36:02.481Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-19T08:36:02.481Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:36:02.484Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:36:02.484Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040562481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T08:36:02.587Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-19T08:36:02.588Z||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. 2021-09-19T08:36:02.588Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:36:02.609Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:36:02.609Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-19T08:36:03.503Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:36:03.504Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T08:36:03.504Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:36:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:36:03.614Z||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. 2021-09-19T08:36:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:36:04.285Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:36:04.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:36:04.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040562481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T08:36:04.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:36:14.009Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:36:14.011Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:36:14.013Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T08:36:14.013Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:36:23.572Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:36:23.574Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:36:23.575Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T08:36:23.575Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:36:33.139Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:36:33.140Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:36:33.141Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T08:36:33.141Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:36:42.684Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:37:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:37:03.608Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T08:37:03.609Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:37:03.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:37:03.615Z||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. 2021-09-19T08:37:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:37:13.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:37:13.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:38:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:38:03.611Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T08:38:03.611Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:38:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:38:03.614Z||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. 2021-09-19T08:38:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:38:13.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:38:13.180Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:03.606Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:39:03.609Z||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. 2021-09-19T08:39:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:03.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:39:03.613Z||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. 2021-09-19T08:39:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:04.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:04.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b4f8138-b365-47b2-870b-4f2959923636","serviceName":"vFW 2021-09-19 08-35-32","serviceVersion":"1.0","serviceUUID":"c70ade27-1749-49b2-86be-37124867fb31","serviceDescription":"catalog service description","serviceInvariantUUID":"0d6ab548-e441-42f7-80df-a0c8224ed98f","resources":[{"resourceInstanceName":"vFW ba2c1ca2-1a79 0","resourceName":"vFW ba2c1ca2-1a79","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"937246ad-d083-4742-8be1-6cc5ab1a68b1","resourceInvariantUUID":"19a5ff72-746a-477f-a09e-9df995dc1ab0","resourceCustomizationUUID":"06e84b1c-6262-47ff-a1ed-a20c42558ead","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml","artifactChecksum":"M2YyYTM5YzdiMTRlZmI1ZDNiNzU0ZDMxYWE4YTVkZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"762703f8-fbbf-47c7-a0ed-9797fb8badb1","artifactVersion":"1"},{"artifactName":"vfwba2c1ca21a790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json","artifactChecksum":"MzE2ZWQ5YWM4ZmU2MGM1ZDExNTYxMzY4ZmMxMTg5ZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7d0648e-16ad-4c8a-b9b1-4ad16cf2449a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ae0149c-eb6f-41c0-9934-d5606db62c21","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml","artifactChecksum":"YmE5YWU2MDY1Yzc0ZTZjOTQwZjQyN2NmMWRmM2FmOTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"398ed8f0-0dd1-41ed-8d08-ecbd92ee284b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c0575a0a-886c-4b93-8ae7-c54ee9ac8f31","artifactVersion":"2","generatedFromUUID":"9ae0149c-eb6f-41c0-9934-d5606db62c21"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210919083532-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml","artifactChecksum":"YjdjMjE1YWYyNDc0ZmFhN2I3NTgwY2ZlNDJiNWQzMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40f53e8e-9e92-4fa2-bf63-8a382397e41c","artifactVersion":"1"},{"artifactName":"service-Vfw20210919083532-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar","artifactChecksum":"ZmYxYzVkNTFlMTU5MzFiOGY1YTVjNGMxOWJjNGM1YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef89bcf8-3471-45e2-ae21-4deaa5a5b577","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-19T08:39:04.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:04.248Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:39:04.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040693981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.249Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:04.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "cds", "timestamp": 1632040696947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "ves-openapi-manager", "timestamp": 1632040690804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "aai-ml", "timestamp": 1632040692669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "policy-id", "timestamp": 1632040700414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "cds", "timestamp": 1632040696947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040693981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "NOTIFIED" } 2021-09-19T08:39:04.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "ves-openapi-manager", "timestamp": 1632040690804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "aai-ml", "timestamp": 1632040692669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "policy-id", "timestamp": 1632040700414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "cds", "timestamp": 1632040696947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040693981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-19T08:39:04.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "ves-openapi-manager", "timestamp": 1632040690804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "aai-ml", "timestamp": 1632040692669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "policy-id", "timestamp": 1632040700414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-19T08:39:04.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "ves-openapi-manager", "timestamp": 1632040690804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040693981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "cds", "timestamp": 1632040696947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "aai-ml", "timestamp": 1632040692669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "policy-id", "timestamp": 1632040700414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "cds", "timestamp": 1632040696947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040693981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-19T08:39:04.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "ves-openapi-manager", "timestamp": 1632040690804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "aai-ml", "timestamp": 1632040692669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "policy-id", "timestamp": 1632040700414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "cds", "timestamp": 1632040696947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040693981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.259Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "ves-openapi-manager", "timestamp": 1632040690804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.259Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "aai-ml", "timestamp": 1632040692669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "policy-id", "timestamp": 1632040700414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "cds", "timestamp": 1632040696947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:39:04.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040693981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:39:04.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "ves-openapi-manager", "timestamp": 1632040690804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "aai-ml", "timestamp": 1632040692669, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:39:04.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "policy-id", "timestamp": 1632040700414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:39:04.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040708259, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:04.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "cds", "timestamp": 1632040708304, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:04.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "aai-ml", "timestamp": 1632040708322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:04.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "policy-id", "timestamp": 1632040708397, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:04.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "dcae-sch", "timestamp": 1632040708003, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "cds", "timestamp": 1632040709311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-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 (?, ?, ?, ?, ?) 2021-09-19T08:39:04.285Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636 2021-09-19T08:39:04.285Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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 (?, ?, ?, ?, ?) 2021-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "policy-id", "timestamp": 1632040709406, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:39:04.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "dcae-sch", "timestamp": 1632040708003, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040709987, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:04.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "policy-id", "timestamp": 1632040710410, "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=? 2021-09-19T08:39:04.303Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636 2021-09-19T08:39:04.303Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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 (?, ?, ?, ?, ?) 2021-09-19T08:39:04.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "dcae-sch", "timestamp": 1632040708003, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "dcae-sch", "timestamp": 1632040708003, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040711760, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "dcae-sch", "timestamp": 1632040708003, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040711760, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "dcae-sch", "timestamp": 1632040708003, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040713789, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040711760, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "dcae-sch", "timestamp": 1632040708003, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "clamp", "timestamp": 1632040714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040714822, "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=? 2021-09-19T08:39:04.319Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636 2021-09-19T08:39:04.319Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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=? 2021-09-19T08:39:04.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040711760, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "clamp", "timestamp": 1632040714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "NOTIFIED" } 2021-09-19T08:39:04.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "multicloud-k8s-id", "timestamp": 1632040715833, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:39:04.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040711760, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "clamp", "timestamp": 1632040714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040711760, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "clamp", "timestamp": 1632040714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040711760, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:39:04.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "clamp", "timestamp": 1632040714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "clamp", "timestamp": 1632040714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:04.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "clamp", "timestamp": 1632040714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:39:04.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040721212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:04.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "aai-ml", "timestamp": 1632040722898, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:39:04.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "aai-ml", "timestamp": 1632040723902, "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=? 2021-09-19T08:39:04.335Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636 2021-09-19T08:39:04.335Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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 (?, ?, ?, ?, ?) 2021-09-19T08:39:04.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040724615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:39:04.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632040725622, "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=? 2021-09-19T08:39:04.347Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636 2021-09-19T08:39:04.347Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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 (?, ?, ?, ?, ?) 2021-09-19T08:39:04.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "clamp", "timestamp": 1632040733583, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:04.356Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "clamp", "timestamp": 1632040735598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:39:04.357Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:39:04.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:39:04.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "clamp", "timestamp": 1632040736601, "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=? 2021-09-19T08:39:04.360Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T08:39:04.362Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636 2021-09-19T08:39:04.362Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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=? 2021-09-19T08:39:04.361Z||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. 2021-09-19T08:39:04.364Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-19T08:39:04.383Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:04.384Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:05.260Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:39:05.261Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:05.262Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:05.263Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "NOTIFIED" } 2021-09-19T08:39:05.364Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:39:05.367Z||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. 2021-09-19T08:39:05.367Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:05.378Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:05.379Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:06.264Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:39:06.265Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:06.268Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:06.268Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-19T08:39:06.368Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:39:06.370Z||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. 2021-09-19T08:39:06.370Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:06.384Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:06.385Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:07.269Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:39:07.270Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:07.272Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:07.272Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:07.372Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:39:07.373Z||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. 2021-09-19T08:39:07.373Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:07.384Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:07.385Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:08.273Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:39:08.274Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:08.276Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:08.276Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-19T08:39:08.376Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:39:08.377Z||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. 2021-09-19T08:39:08.377Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:08.387Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:08.388Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:39:09.277Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:39:09.278Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:09.279Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:09.280Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:39:09.380Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:39:09.380Z||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. 2021-09-19T08:39:09.381Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:09.389Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:09.390Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:10.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:39:10.284Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:10.287Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:10.287Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:39:10.387Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:39:10.388Z||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. 2021-09-19T08:39:10.388Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:10.399Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:10.399Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:11.289Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "serviceName": "vFW 2021-09-19 08-35-32", "serviceVersion": "1.0", "serviceUUID": "c70ade27-1749-49b2-86be-37124867fb31", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0d6ab548-e441-42f7-80df-a0c8224ed98f", "resources": [ { "resourceInstanceName": "vFW ba2c1ca2-1a79 0", "resourceCustomizationUUID": "06e84b1c-6262-47ff-a1ed-a20c42558ead", "resourceName": "vFW ba2c1ca2-1a79", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "937246ad-d083-4742-8be1-6cc5ab1a68b1", "resourceInvariantUUID": "19a5ff72-746a-477f-a09e-9df995dc1ab0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwba2c1ca21a790_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "artifactChecksum": "MzE2ZWQ5YWM4ZmU2MGM1ZDExNTYxMzY4ZmMxMTg5ZGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b7d0648e-16ad-4c8a-b9b1-4ad16cf2449a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9ae0149c-eb6f-41c0-9934-d5606db62c21", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c0575a0a-886c-4b93-8ae7-c54ee9ac8f31", "generatedFromUUID": "9ae0149c-eb6f-41c0-9934-d5606db62c21" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c0575a0a-886c-4b93-8ae7-c54ee9ac8f31", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210919083532-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "artifactChecksum": "ZmYxYzVkNTFlMTU5MzFiOGY1YTVjNGMxOWJjNGM1YmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef89bcf8-3471-45e2-ae21-4deaa5a5b577" } ], "workloadContext": "Production" } 2021-09-19T08:39:11.289Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-19T08:39:11.289Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c70ade27-1749-49b2-86be-37124867fb31 ASDC 2021-09-19T08:39:11.290Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6b4f8138-b365-47b2-870b-4f2959923636 ServiceName:vFW 2021-09-19 08-35-32 ServiceVersion:1.0 ServiceUUID:c70ade27-1749-49b2-86be-37124867fb31 ServiceInvariantUUID:0d6ab548-e441-42f7-80df-a0c8224ed98f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210919083532-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar ArtifactUUID:ef89bcf8-3471-45e2-ae21-4deaa5a5b577 ArtifactChecksum:ZmYxYzVkNTFlMTU5MzFiOGY1YTVjNGMxOWJjNGM1YmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ba2c1ca2-1a79 0 ResourceCustomizationUUID:06e84b1c-6262-47ff-a1ed-a20c42558ead ResourceInvariantUUID:19a5ff72-746a-477f-a09e-9df995dc1ab0 ResourceName:vFW ba2c1ca2-1a79 ResourceType:VF ResourceUUID:937246ad-d083-4742-8be1-6cc5ab1a68b1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwba2c1ca21a790_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json ArtifactUUID:b7d0648e-16ad-4c8a-b9b1-4ad16cf2449a ArtifactChecksum:MzE2ZWQ5YWM4ZmU2MGM1ZDExNTYxMzY4ZmMxMTg5ZGY= 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/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml ArtifactUUID:9ae0149c-eb6f-41c0-9934-d5606db62c21 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/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env ArtifactUUID:c0575a0a-886c-4b93-8ae7-c54ee9ac8f31 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/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env ArtifactUUID:c0575a0a-886c-4b93-8ae7-c54ee9ac8f31 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-19T08:39:11.290Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c70ade27-1749-49b2-86be-37124867fb31 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=? 2021-09-19T08:39:11.325Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:39:11.326Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-19T08:39:11.327Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-19T08:39:11.327Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ef89bcf8-3471-45e2-ae21-4deaa5a5b577 from URL: /sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:11.327Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-19T08:39:11.327Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:15.679Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-19T08:39:15.735Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar ef89bcf8-3471-45e2-ae21-4deaa5a5b577 98768 2021-09-19T08:39:15.736Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar ASDC sendASDCNotification 2021-09-19T08:39:15.737Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:15.737Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:39:15.737Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:15.740Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:15.740Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040755736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:15.840Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:39:15.841Z||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. 2021-09-19T08:39:15.841Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:15.872Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:15.874Z||pool-42-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:16.741Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:39:16.744Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-19T08:39:16.744Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ef89bcf8-3471-45e2-ae21-4deaa5a5b577, URL: /sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar to file: /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:16.745Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210919083532-csar.csar 2021-09-19T08:39:16.745Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:16.745Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:17.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18399054565758034555/Definitions/service-Vfw20210919083532-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 2021-09-19T08:39:19.023Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-19T08:39:19.023Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-19T08:39:19.023Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.023Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-19T08:39:19.023Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ba2c1ca2-1a79 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-Vfw20210919083532-csar.csar 2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-19T08:39:19.025Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.025Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:19.025Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria 2021-09-19T08:39:19.025Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-19T08:39:19.026Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:39:19.026Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.026Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:19.026Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria 2021-09-19T08:39:19.026Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria 2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T08:39:19.030Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.030Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria 2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria 2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria 2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria 2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6c3f82d-f8bc-4835-a396-730710603831 2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria 2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8416d285-a9e2-472d-80f8-8f81547b1df8 2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria 2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce17083f-e3ca-4598-9b29-fc71c4442d4f 2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-19 08-35-32 Description:catalog service description Model UUID:c70ade27-1749-49b2-86be-37124867fb31 Model Version:NULL Model InvariantUuid:0d6ab548-e441-42f7-80df-a0c8224ed98f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ba2c1ca2-1a79 Model UUID:ee97577e-04e4-4732-85e2-c68b7c012f65 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:19a5ff72-746a-477f-a09e-9df995dc1ab0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:06e84b1c-6262-47ff-a1ed-a20c42558ead NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:49826cd8-b14e-40ef-832e-000ecf3ec96c ModelName:VfwBa2c1ca21a79..base_vfw..module-0 ModelUuid:8348fe7c-3f51-47dd-abb7-14a9f01f566e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d6c3f82d-f8bc-4835-a396-730710603831 ModelInvariantUuid:dd589479-575a-4f53-ad47-d788b03dc085 ModelName:vFW ba2c1ca2-1a79-nodes.vfwCvfc ModelUuid:17f4d4b0-44a8-4bef-b209-347a8482cb29 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0ee0d317-5de9-449b-ae35-c9f4623dd035 ModelInvariantUuid:f6d15346-5d4c-480f-b254-c8efb6f2e3a1 ModelName:VfwBa2c1ca21a79.compute.nodes.heat.vfw ModelUuid:f2ab208c-7cf2-41c7-bd23-6a3c6fc54225 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8416d285-a9e2-472d-80f8-8f81547b1df8 ModelInvariantUuid:d2d110e9-5e05-4cc8-980b-99546c871e7f ModelName:vFW ba2c1ca2-1a79-nodes.vsnCvfc ModelUuid:d0083cef-22ff-43f9-aa6e-52d306910fbd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:24aef367-e4c7-414e-97af-9ea23ac640b4 ModelInvariantUuid:039d6e2b-7a05-4a4c-8889-48664cdbb55d ModelName:VfwBa2c1ca21a79.compute.nodes.heat.vsn ModelUuid:d6b79262-c628-40ef-b358-7ba24b87d085 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ce17083f-e3ca-4598-9b29-fc71c4442d4f ModelInvariantUuid:df277eff-0e7e-4ef7-9c51-1b6d62c874e2 ModelName:vFW ba2c1ca2-1a79-nodes.vpgCvfc ModelUuid:b4dd777e-d9fa-4e1d-9a39-ed885dd8c384 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:9988fae4-f6f2-42f2-98a7-9929d2a0a370 ModelInvariantUuid:79bfabcc-c1f8-402e-9331-c6da52cc9fc0 ModelName:VfwBa2c1ca21a79.compute.nodes.heat.vpg ModelUuid:a0578412-18a3-46d0-a008-5189db65a1bf 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-19T08:39:19.045Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 937246ad-d083-4742-8be1-6cc5ab1a68b1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:39:19.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||vFW ba2c1ca2-1a79 0 2021-09-19T08:39:19.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 937246ad-d083-4742-8be1-6cc5ab1a68b1 2021-09-19T08:39:19.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b7d0648e-16ad-4c8a-b9b1-4ad16cf2449a from URL: /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json 2021-09-19T08:39:19.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-19T08:39:19.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json 2021-09-19T08:39:20.674Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-19T08:39:20.675Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json b7d0648e-16ad-4c8a-b9b1-4ad16cf2449a 785 2021-09-19T08:39:20.675Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json ASDC sendASDCNotification 2021-09-19T08:39:20.675Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json 2021-09-19T08:39:20.675Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:39:20.676Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:20.679Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:20.679Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040760675, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:20.778Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:39:20.779Z||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. 2021-09-19T08:39:20.780Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:20.791Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:20.791Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:39:21.680Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBa2c1ca21a79..base_vfw..module-0", "vfModuleModelInvariantUUID": "49826cd8-b14e-40ef-832e-000ecf3ec96c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8348fe7c-3f51-47dd-abb7-14a9f01f566e", "vfModuleModelCustomizationUUID": "9d30756c-8030-4104-9032-9eff425acbfd", "isBase": true, "artifacts": [ "9ae0149c-eb6f-41c0-9934-d5606db62c21", "c0575a0a-886c-4b93-8ae7-c54ee9ac8f31" ], "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": "" } } ] 2021-09-19T08:39:21.684Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBa2c1ca21a79..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8348fe7c-3f51-47dd-abb7-14a9f01f566e VfModuleModelInvariantUUID:49826cd8-b14e-40ef-832e-000ecf3ec96c VfModuleModelDescription:NULL Artifacts UUID List:{ 9ae0149c-eb6f-41c0-9934-d5606db62c21 , c0575a0a-886c-4b93-8ae7-c54ee9ac8f31 } 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 } 2021-09-19T08:39:21.687Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBa2c1ca21a79..base_vfw..module-0", "vfModuleModelInvariantUUID": "49826cd8-b14e-40ef-832e-000ecf3ec96c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8348fe7c-3f51-47dd-abb7-14a9f01f566e", "vfModuleModelCustomizationUUID": "9d30756c-8030-4104-9032-9eff425acbfd", "isBase": true, "artifacts": [ "9ae0149c-eb6f-41c0-9934-d5606db62c21", "c0575a0a-886c-4b93-8ae7-c54ee9ac8f31" ], "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": "" } } ] 2021-09-19T08:39:21.687Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBa2c1ca21a79..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8348fe7c-3f51-47dd-abb7-14a9f01f566e VfModuleModelInvariantUUID:49826cd8-b14e-40ef-832e-000ecf3ec96c VfModuleModelDescription:NULL Artifacts UUID List:{ 9ae0149c-eb6f-41c0-9934-d5606db62c21 , c0575a0a-886c-4b93-8ae7-c54ee9ac8f31 } 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 } 2021-09-19T08:39:21.687Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9ae0149c-eb6f-41c0-9934-d5606db62c21 from URL: /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml 2021-09-19T08:39:21.688Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-19T08:39:21.688Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml 2021-09-19T08:39:23.381Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-19T08:39:23.383Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml 9ae0149c-eb6f-41c0-9934-d5606db62c21 20368 2021-09-19T08:39:23.384Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-19T08:39:23.384Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml 2021-09-19T08:39:23.384Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:39:23.384Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:23.387Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:23.387Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040763383, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:23.487Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:39:23.487Z||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. 2021-09-19T08:39:23.488Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:23.498Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:23.499Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:24.388Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c0575a0a-886c-4b93-8ae7-c54ee9ac8f31 from URL: /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env 2021-09-19T08:39:24.389Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-19T08:39:24.389Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env 2021-09-19T08:39:25.580Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-19T08:39:25.581Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env c0575a0a-886c-4b93-8ae7-c54ee9ac8f31 2098 2021-09-19T08:39:25.581Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-19T08:39:25.581Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env 2021-09-19T08:39:25.581Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:39:25.581Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:25.583Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:25.583Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040765581, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:39:25.683Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:39:25.684Z||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. 2021-09-19T08:39:25.684Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:25.694Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:25.695Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:26.583Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c70ade27-1749-49b2-86be-37124867fb31 2021-09-19T08:39:26.584Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ba2c1ca2-1a79 0 937246ad-d083-4742-8be1-6cc5ab1a68b1 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:39:26.600Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9572331, org.onap.sdc.toscaparser.api.parameters.Input@f1d283e, org.onap.sdc.toscaparser.api.parameters.Input@58d8c2b7, org.onap.sdc.toscaparser.api.parameters.Input@32a28f34, org.onap.sdc.toscaparser.api.parameters.Input@2dc6cfa] 2021-09-19T08:39:26.602Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.602Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:26.602Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-09-19T08:39:26.603Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 06e84b1c-6262-47ff-a1ed-a20c42558ead 2021-09-19T08:39:26.603Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06e84b1c-6262-47ff-a1ed-a20c42558ead matches Tosca VF Customization UUID: 06e84b1c-6262-47ff-a1ed-a20c42558ead 2021-09-19T08:39:26.603Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 06e84b1c-6262-47ff-a1ed-a20c42558ead matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-19T08:39:26.606Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.606Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:26.607Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 06e84b1c-6262-47ff-a1ed-a20c42558ead: {\"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\"} 2021-09-19T08:39:26.607Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cc8a84b 2021-09-19T08:39:26.607Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.607Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T08:39:26.607Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d30756c-8030-4104-9032-9eff425acbfd 2021-09-19T08:39:26.608Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d30756c-8030-4104-9032-9eff425acbfd Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-19T08:39:26.610Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.611Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria 2021-09-19T08:39:26.611Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:39:26.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria 2021-09-19T08:39:26.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:39:26.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria 2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:26.614Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-19T08:39:26.614Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:26.614Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-19T08:39:26.614Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:39:26.614Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6c3f82d-f8bc-4835-a396-730710603831 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-19T08:39:26.621Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.621Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria 2021-09-19T08:39:26.621Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:39:26.621Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.621Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria 2021-09-19T08:39:26.622Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:39:26.622Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-19T08:39:26.622Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:39:26.622Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:26.622Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-19T08:39:26.623Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:39:26.623Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:39:26.623Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-19T08:39:26.623Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-19T08:39:26.623Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:26.623Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-19T08:39:26.623Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:39:26.624Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8416d285-a9e2-472d-80f8-8f81547b1df8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-19T08:39:26.625Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.626Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria 2021-09-19T08:39:26.626Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:39:26.626Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.626Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria 2021-09-19T08:39:26.626Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-19T08:39:26.627Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-19T08:39:26.627Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:39:26.627Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:26.627Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-19T08:39:26.627Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-19T08:39:26.627Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-19T08:39:26.628Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-19T08:39:26.628Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-19T08:39:26.628Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-19T08:39:26.628Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-19T08:39:26.628Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-19T08:39:26.628Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce17083f-e3ca-4598-9b29-fc71c4442d4f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-19T08:39:26.630Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.631Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria 2021-09-19T08:39:26.631Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:39:26.631Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.631Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria 2021-09-19T08:39:26.631Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=06e84b1c-6262-47ff-a1ed-a20c42558ead Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:39:26.633Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.633Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:26.633Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c70ade27-1749-49b2-86be-37124867fb31: vFW ba2c1ca2-1a79 2021-09-19T08:39:26.634Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.634Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:26.634Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.634Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:26.634Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.635Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:26.635Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.635Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:26.635Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:39:26.635Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:39:26.635Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-09-19 08-35-32 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-19T08:39:26.826Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ba2c1ca2-1a79 937246ad-d083-4742-8be1-6cc5ab1a68b1 1 ASDC deployResourceStructure 2021-09-19T08:39:26.826Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json ASDC sendASDCNotification 2021-09-19T08:39:26.826Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json 2021-09-19T08:39:26.826Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:39:26.826Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:26.828Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:26.828Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040766826, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:39:26.930Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-19T08:39:26.932Z||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. 2021-09-19T08:39:26.932Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:26.945Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:26.946Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:27.829Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-19T08:39:27.829Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml 2021-09-19T08:39:27.830Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:39:27.830Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:27.832Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:27.832Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040767829, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-19T08:39:27.935Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-19T08:39:27.936Z||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. 2021-09-19T08:39:27.936Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:27.945Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:27.946Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:28.833Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-19T08:39:28.834Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env 2021-09-19T08:39:28.834Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:39:28.834Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:28.836Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:28.836Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040768833, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-19T08:39:28.936Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:39:28.937Z||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. 2021-09-19T08:39:28.937Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:28.950Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:28.951Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:29.838Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar ASDC sendASDCNotification 2021-09-19T08:39:29.838Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar 2021-09-19T08:39:29.838Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:39:29.839Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:39:29.841Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:39:29.842Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040769838, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:39:29.941Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-09-19T08:39:29.943Z||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. 2021-09-19T08:39:29.943Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:39:29.954Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:39:29.955Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:39:30.845Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b4f8138-b365-47b2-870b-4f2959923636 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:39:30.857Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b4f8138-b365-47b2-870b-4f2959923636 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=? 2021-09-19T08:39:30.859Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:39:30.859Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-19T08:39:30.859Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-19T08:39:30.860Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-19T08:39:30.860Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:39:30.860Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:39:30.860Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:39:30.860Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:39:30.860Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:39:30.860Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:39:30.860Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-19T08:39:30.866Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-19T08:40:00.868Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b4f8138-b365-47b2-870b-4f2959923636 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=? 2021-09-19T08:40:00.891Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b4f8138-b365-47b2-870b-4f2959923636 and serviceModelVersionId: c70ade27-1749-49b2-86be-37124867fb31 2021-09-19T08:40:00.891Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d6ab548-e441-42f7-80df-a0c8224ed98f 2021-09-19T08:40:00.893Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d6ab548-e441-42f7-80df-a0c8224ed98f/model-vers/model-ver/c70ade27-1749-49b2-86be-37124867fb31?depth=0 2021-09-19T08:40:00.902Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-09-19T08:40:00.968Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d6ab548-e441-42f7-80df-a0c8224ed98f/model-vers/model-ver/c70ade27-1749-49b2-86be-37124867fb31?depth=0|INFO|500||Invoke 2021-09-19T08:40:00.969Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d6ab548-e441-42f7-80df-a0c8224ed98f/model-vers/model-ver/c70ade27-1749-49b2-86be-37124867fb31?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d6ab548-e441-42f7-80df-a0c8224ed98f/model-vers/model-ver/c70ade27-1749-49b2-86be-37124867fb31?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b4f8138-b365-47b2-870b-4f2959923636], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9870330-2799-4514-b6cf-46ebc9c50539], X-ECOMP-RequestID=[6b4f8138-b365-47b2-870b-4f2959923636], X-TransactionId=[], X-ONAP-RequestID=[6b4f8138-b365-47b2-870b-4f2959923636], Content-Type=[application/merge-patch+json]} 2021-09-19T08:40:00.996Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d6ab548-e441-42f7-80df-a0c8224ed98f/model-vers/model-ver/c70ade27-1749-49b2-86be-37124867fb31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-19T08:40:01.476Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d6ab548-e441-42f7-80df-a0c8224ed98f/model-vers/model-ver/c70ade27-1749-49b2-86be-37124867fb31?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d6ab548-e441-42f7-80df-a0c8224ed98f/model-vers/model-ver/c70ade27-1749-49b2-86be-37124867fb31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210919-08:40:00:991-87379], vertex-id=[376984], Content-Length=[0], Date=[Sun, 19 Sep 2021 08:40:00 GMT], Content-Type=[application/json]} 2021-09-19T08:40:01.477Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d6ab548-e441-42f7-80df-a0c8224ed98f/model-vers/model-ver/c70ade27-1749-49b2-86be-37124867fb31?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-19T08:40:01.478Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d6ab548-e441-42f7-80df-a0c8224ed98f/model-vers/model-ver/c70ade27-1749-49b2-86be-37124867fb31?depth=0|INFO|500||InvokeReturn 2021-09-19T08:40:01.479Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-19T08:40:01.479Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:40:01.486Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-19T08:40:01.487Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b4f8138-b365-47b2-870b-4f2959923636 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-19T08:40:01.487Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-19T08:40:01.488Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:40:01.491Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:40:01.491Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040801487, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T08:40:01.591Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:40:01.594Z||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. 2021-09-19T08:40:01.594Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:40:01.609Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:40:01.610Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-19T08:40:03.606Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:40:03.606Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T08:40:03.607Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:40:03.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:40:03.612Z||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. 2021-09-19T08:40:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:40:03.739Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:40:03.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-19T08:40:03.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:40:03.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-19T08:40:13.167Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:41:03.606Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:41:03.609Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T08:41:03.609Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:41:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:41:03.614Z||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. 2021-09-19T08:41:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:41:04.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:41:04.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "NOTIFIED" } 2021-09-19T08:41:04.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:41:04.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-19T08:41:04.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:41:04.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:41:04.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:41:04.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-19T08:41:04.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:41:04.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:41:04.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:41:04.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040743606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:41:04.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-19T08:41:04.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040755736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:41:04.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:41:04.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040760675, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:41:04.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:41:04.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040763383, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:41:04.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:41:04.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040765581, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:41:04.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:41:04.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040766826, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:41:04.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:41:04.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040767829, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-19T08:41:04.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:41:04.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040768833, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-19T08:41:04.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:41:04.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040769838, "artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:41:04.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:41:04.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T08:41:04.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b4f8138-b365-47b2-870b-4f2959923636", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632040801487, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T08:41:04.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:41:13.193Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:42:03.606Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:42:03.611Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T08:42:03.611Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:42:03.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:42:03.615Z||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. 2021-09-19T08:42:03.616Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:42:13.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:42:13.217Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:43:03.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:43:03.608Z||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. 2021-09-19T08:43:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:43:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:43:03.612Z||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. 2021-09-19T08:43:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:43:13.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:43:13.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:44:03.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:44:03.609Z||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. 2021-09-19T08:44:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:44:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:44:03.612Z||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. 2021-09-19T08:44:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:44:13.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:44:13.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:45:03.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:45:03.608Z||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. 2021-09-19T08:45:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:45:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:45:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T08:45:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:45:13.185Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:45:13.192Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:46:03.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:46:03.610Z||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. 2021-09-19T08:46:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:46:03.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:46:03.614Z||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. 2021-09-19T08:46:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:46:13.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:46:13.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:47:03.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:47:03.609Z||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. 2021-09-19T08:47:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:47:03.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:47:03.613Z||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. 2021-09-19T08:47:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:47:13.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:47:13.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:48:03.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:48:03.609Z||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. 2021-09-19T08:48:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:48:03.612Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:48:03.613Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T08:48:03.613Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:48:13.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:48:13.214Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:49:03.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:49:03.611Z||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. 2021-09-19T08:49:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:49:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:49:03.613Z||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. 2021-09-19T08:49:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:49:13.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:49:13.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:50:03.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:50:03.609Z||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. 2021-09-19T08:50:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:50:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:50:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T08:50:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:50:13.154Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:50:13.159Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:51:03.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:51:03.609Z||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. 2021-09-19T08:51:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:51:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:51:03.614Z||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. 2021-09-19T08:51:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:51:13.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:51:13.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:52:03.605Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:52:03.607Z||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. 2021-09-19T08:52:03.607Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:52:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:52:03.612Z||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. 2021-09-19T08:52:03.617Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:52:03.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:52:03.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:52:03.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "multicloud-k8s-id", "timestamp": 1632041513982, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:52:03.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:52:03.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:52:03.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041521760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:52:03.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:52:04.253Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:52:04.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-19T08:52:04.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ae6c148-58a0-4325-ad94-3ecc3eb97293","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b119a1da-931a-4952-8b11-51f9e1e00332","serviceDescription":"service","serviceInvariantUUID":"e494f670-9eb0-4693-9dc1-42b5c772c1ca","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b1ff9133-c134-4a04-b2b7-2c7c06a59a2b","resourceInvariantUUID":"8eac3ad1-b8d6-4a9e-9d84-59dca81867a3","resourceCustomizationUUID":"9b7ab7c0-9505-41f0-a14b-e99998d8304b","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":"NjI3ZDJmYjc1OTAzYzYwOWI4N2JkN2RiYThiMmZiODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7627d32a-b858-4a73-9631-8629806ef278","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzM3OTcwMWUxOGRhZDJiMjBkYjEyMDE0NDY4ZGQ2Mjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd9a294d-5cd5-4078-a66f-4c60f259ec71","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-19T08:52:04.256Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:52:04.256Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:52:04.259Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:52:04.259Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041523605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:52:04.359Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:52:04.360Z||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. 2021-09-19T08:52:04.361Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:52:04.375Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:52:04.375Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:52:05.260Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:52:05.261Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:52:05.262Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:52:05.262Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041523605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:52:05.363Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:52:05.363Z||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. 2021-09-19T08:52:05.363Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:52:05.372Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:52:05.373Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:52:06.265Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b119a1da-931a-4952-8b11-51f9e1e00332", "serviceDescription": "service", "serviceInvariantUUID": "e494f670-9eb0-4693-9dc1-42b5c772c1ca", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9b7ab7c0-9505-41f0-a14b-e99998d8304b", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "b1ff9133-c134-4a04-b2b7-2c7c06a59a2b", "resourceInvariantUUID": "8eac3ad1-b8d6-4a9e-9d84-59dca81867a3", "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": "MzM3OTcwMWUxOGRhZDJiMjBkYjEyMDE0NDY4ZGQ2Mjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fd9a294d-5cd5-4078-a66f-4c60f259ec71" } ], "workloadContext": "Production" } 2021-09-19T08:52:06.266Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-19T08:52:06.266Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b119a1da-931a-4952-8b11-51f9e1e00332 ASDC 2021-09-19T08:52:06.267Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:8ae6c148-58a0-4325-ad94-3ecc3eb97293 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b119a1da-931a-4952-8b11-51f9e1e00332 ServiceInvariantUUID:e494f670-9eb0-4693-9dc1-42b5c772c1ca 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:fd9a294d-5cd5-4078-a66f-4c60f259ec71 ArtifactChecksum:MzM3OTcwMWUxOGRhZDJiMjBkYjEyMDE0NDY4ZGQ2Mjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9b7ab7c0-9505-41f0-a14b-e99998d8304b ResourceInvariantUUID:8eac3ad1-b8d6-4a9e-9d84-59dca81867a3 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:b1ff9133-c134-4a04-b2b7-2c7c06a59a2b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-09-19T08:52:06.270Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b119a1da-931a-4952-8b11-51f9e1e00332 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 (?, ?, ?, ?, ?) 2021-09-19T08:52:06.323Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:52:06.324Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T08:52:06.324Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T08:52:06.324Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fd9a294d-5cd5-4078-a66f-4c60f259ec71 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-19T08:52:06.324Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T08:52:06.324Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-19T08:52:07.869Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T08:52:07.871Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fd9a294d-5cd5-4078-a66f-4c60f259ec71 52174 2021-09-19T08:52:07.872Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-19T08:52:07.872Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-19T08:52:07.872Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:52:07.872Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:52:07.874Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:52:07.874Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041527871, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:52:07.974Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:52:07.975Z||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. 2021-09-19T08:52:07.975Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:52:07.988Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:52:07.989Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:52:08.875Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:52:08.876Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T08:52:08.877Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fd9a294d-5cd5-4078-a66f-4c60f259ec71, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-19T08:52:08.878Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-09-19T08:52:08.878Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-19T08:52:08.878Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-19T08:52:09.032Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13740997112395380429/Definitions/service-BasicNetwork-template.yml 2021-09-19T08:52:09.512Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-19T08:52:09.513Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-19T08:52:09.513Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-19T08:52:09.513Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-09-19T08:52:09.513Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||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 2021-09-19T08:52:09.513Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||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 2021-09-19T08:52:09.513Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||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 2021-09-19T08:52:09.513Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||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 2021-09-19T08:52:09.513Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|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-BasicNetwork-csar.csar 2021-09-19T08:52:09.514Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||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 2021-09-19T08:52:09.514Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||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 2021-09-19T08:52:09.514Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||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 2021-09-19T08:52:09.514Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-19T08:52:09.514Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.514Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.515Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-19T08:52:09.515Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-19T08:52:09.515Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:52:09.515Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.516Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.516Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-19T08:52:09.516Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-19T08:52:09.516Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:52:09.516Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.516Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.516Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.516Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.517Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.517Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.517Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.517Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.517Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.517Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.518Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b119a1da-931a-4952-8b11-51f9e1e00332 Model Version:NULL Model InvariantUuid:e494f670-9eb0-4693-9dc1-42b5c772c1ca Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:8eac3ad1-b8d6-4a9e-9d84-59dca81867a3 Model UUID:bc1563b4-4b70-45ed-99d0-4c48d31dbd62 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9b7ab7c0-9505-41f0-a14b-e99998d8304b 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-19T08:52:09.526Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: b1ff9133-c134-4a04-b2b7-2c7c06a59a2b 2021-09-19T08:52:09.526Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||No resources found for Service: b119a1da-931a-4952-8b11-51f9e1e00332 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:52:09.533Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500|| 2021-09-19T08:52:09.533Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-09-19T08:52:09.534Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b119a1da-931a-4952-8b11-51f9e1e00332 2021-09-19T08:52:09.534Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b119a1da-931a-4952-8b11-51f9e1e00332 2021-09-19T08:52:09.535Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-09-19T08:52:09.535Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:52:09.539Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f898c2e, org.onap.sdc.toscaparser.api.parameters.Input@34772435, org.onap.sdc.toscaparser.api.parameters.Input@6c919f81, org.onap.sdc.toscaparser.api.parameters.Input@583c22b2, org.onap.sdc.toscaparser.api.parameters.Input@1b972d67] 2021-09-19T08:52:09.540Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.540Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.541Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.541Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.541Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b119a1da-931a-4952-8b11-51f9e1e00332: Generic NeutronNet 2021-09-19T08:52:09.541Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.541Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.541Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.542Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-09-19T08:52:09.573Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.574Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.575Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.575Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.575Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:52:09.575Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:52:09.576Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?) 2021-09-19T08:52:09.629Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-09-19T08:52:09.630Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-19T08:52:09.630Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-19T08:52:09.630Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:52:09.631Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:52:09.632Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:52:09.632Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041529630, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:52:09.732Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:52:09.733Z||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. 2021-09-19T08:52:09.733Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:52:09.752Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:52:09.753Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:52:10.633Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:52:10.646Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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=? 2021-09-19T08:52:10.648Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:52:10.648Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:52:10.648Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:52:40.649Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:52:40.671Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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=? 2021-09-19T08:52:40.673Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:52:40.674Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:52:40.674Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:53:03.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:53:03.620Z||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. 2021-09-19T08:53:03.620Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:53:03.653Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:53:03.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:53:03.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "policy-id", "timestamp": 1632041520414, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:53:03.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:53:10.675Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:53:10.684Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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=? 2021-09-19T08:53:10.686Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:53:10.686Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:53:10.686Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:53:40.696Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:53:40.727Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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=? 2021-09-19T08:53:40.731Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:53:40.731Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:53:40.732Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:54:03.616Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:54:03.619Z||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. 2021-09-19T08:54:03.620Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:54:03.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:54:03.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:54:03.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "cds", "timestamp": 1632041521945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:54:03.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:54:10.732Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:54:10.743Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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=? 2021-09-19T08:54:10.745Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:54:10.746Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:54:10.746Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:54:40.747Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:54:40.771Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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=? 2021-09-19T08:54:40.774Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:54:40.774Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:54:40.774Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:55:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:55:03.615Z||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. 2021-09-19T08:55:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:55:04.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:55:04.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041523605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:55:04.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041521760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:55:04.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "multicloud-k8s-id", "timestamp": 1632041513982, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:55:04.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "policy-id", "timestamp": 1632041520414, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:55:04.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "cds", "timestamp": 1632041521945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:55:04.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "clamp", "timestamp": 1632041524167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:55:04.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041523605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:55:04.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "clamp", "timestamp": 1632041524167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:55:04.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "policy-id", "timestamp": 1632041527372, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:55:04.157Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:55:04.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041527472, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:55:04.157Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:55:04.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "cds", "timestamp": 1632041527506, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:55:04.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:55:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041527871, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:55:04.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:55:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "policy-id", "timestamp": 1632041528378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:55:04.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:55:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "cds", "timestamp": 1632041528512, "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=? 2021-09-19T08:55:04.166Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ae6c148-58a0-4325-ad94-3ecc3eb97293 2021-09-19T08:55:04.166Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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 (?, ?, ?, ?, ?) 2021-09-19T08:55:04.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "dcae-sch", "timestamp": 1632041528003, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:55:04.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041529154, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:55:04.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:55:04.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "policy-id", "timestamp": 1632041529380, "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=? 2021-09-19T08:55:04.183Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ae6c148-58a0-4325-ad94-3ecc3eb97293 2021-09-19T08:55:04.183Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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 (?, ?, ?, ?, ?) 2021-09-19T08:55:04.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041529630, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:55:04.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:55:04.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "dcae-sch", "timestamp": 1632041528003, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T08:55:04.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041530164, "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=? 2021-09-19T08:55:04.197Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ae6c148-58a0-4325-ad94-3ecc3eb97293 2021-09-19T08:55:04.197Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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 (?, ?, ?, ?, ?) 2021-09-19T08:55:04.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "ves-openapi-manager", "timestamp": 1632041530805, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:55:04.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "ves-openapi-manager", "timestamp": 1632041530805, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T08:55:04.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "aai-ml", "timestamp": 1632041532668, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:55:04.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "aai-ml", "timestamp": 1632041532668, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:55:04.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T08:55:04.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "aai-ml", "timestamp": 1632041539965, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:55:04.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:55:04.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "clamp", "timestamp": 1632041540814, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:55:04.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:55:04.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "clamp", "timestamp": 1632041542829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:55:04.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:55:04.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "clamp", "timestamp": 1632041543833, "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=? 2021-09-19T08:55:04.218Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ae6c148-58a0-4325-ad94-3ecc3eb97293 2021-09-19T08:55:04.218Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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 (?, ?, ?, ?, ?) 2021-09-19T08:55:04.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "aai-ml", "timestamp": 1632041545215, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:55:04.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:55:04.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T08:55:04.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "aai-ml", "timestamp": 1632041546219, "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=? 2021-09-19T08:55:04.233Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ae6c148-58a0-4325-ad94-3ecc3eb97293 2021-09-19T08:55:04.233Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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 (?, ?, ?, ?, ?) 2021-09-19T08:55:10.777Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:55:10.787Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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=? 2021-09-19T08:55:10.790Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:55:10.792Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-19T08:55:10.792Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-19T08:55:10.792Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-19T08:55:10.792Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:55:10.793Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:55:10.793Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:55:10.793Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:55:10.793Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:55:10.794Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:55:10.794Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|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=? 2021-09-19T08:55:10.802Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-19T08:55:40.802Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 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=? 2021-09-19T08:55:40.815Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ae6c148-58a0-4325-ad94-3ecc3eb97293 and serviceModelVersionId: b119a1da-931a-4952-8b11-51f9e1e00332 2021-09-19T08:55:40.815Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e494f670-9eb0-4693-9dc1-42b5c772c1ca 2021-09-19T08:55:40.817Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e494f670-9eb0-4693-9dc1-42b5c772c1ca/model-vers/model-ver/b119a1da-931a-4952-8b11-51f9e1e00332?depth=0 2021-09-19T08:55:40.824Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-19T08:55:40.891Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e494f670-9eb0-4693-9dc1-42b5c772c1ca/model-vers/model-ver/b119a1da-931a-4952-8b11-51f9e1e00332?depth=0|INFO|500||Invoke 2021-09-19T08:55:40.892Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e494f670-9eb0-4693-9dc1-42b5c772c1ca/model-vers/model-ver/b119a1da-931a-4952-8b11-51f9e1e00332?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e494f670-9eb0-4693-9dc1-42b5c772c1ca/model-vers/model-ver/b119a1da-931a-4952-8b11-51f9e1e00332?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8ae6c148-58a0-4325-ad94-3ecc3eb97293], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[351c59e2-4e2c-4f42-a956-4e7442045367], X-ECOMP-RequestID=[8ae6c148-58a0-4325-ad94-3ecc3eb97293], X-TransactionId=[], X-ONAP-RequestID=[8ae6c148-58a0-4325-ad94-3ecc3eb97293], Content-Type=[application/merge-patch+json]} 2021-09-19T08:55:40.919Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e494f670-9eb0-4693-9dc1-42b5c772c1ca/model-vers/model-ver/b119a1da-931a-4952-8b11-51f9e1e00332?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-19T08:55:41.972Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e494f670-9eb0-4693-9dc1-42b5c772c1ca/model-vers/model-ver/b119a1da-931a-4952-8b11-51f9e1e00332?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e494f670-9eb0-4693-9dc1-42b5c772c1ca/model-vers/model-ver/b119a1da-931a-4952-8b11-51f9e1e00332?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210919-08:55:40:913-86182], vertex-id=[213048], Content-Length=[0], Date=[Sun, 19 Sep 2021 08:55:40 GMT], Content-Type=[application/json]} 2021-09-19T08:55:41.973Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e494f670-9eb0-4693-9dc1-42b5c772c1ca/model-vers/model-ver/b119a1da-931a-4952-8b11-51f9e1e00332?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-19T08:55:41.974Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e494f670-9eb0-4693-9dc1-42b5c772c1ca/model-vers/model-ver/b119a1da-931a-4952-8b11-51f9e1e00332?depth=0|INFO|500||InvokeReturn 2021-09-19T08:55:41.975Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-19T08:55:41.975Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:55:41.984Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|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) 2021-09-19T08:55:41.985Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ae6c148-58a0-4325-ad94-3ecc3eb97293 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-19T08:55:41.985Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-19T08:55:41.990Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:55:41.994Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:55:41.994Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041741985, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T08:55:42.094Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:55:42.095Z||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. 2021-09-19T08:55:42.096Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:55:42.109Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:55:42.110Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-19T08:55:43.009Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:55:43.010Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|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. 2021-09-19T08:55:43.010Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:55:53.299Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:55:53.302Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:55:53.302Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|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. 2021-09-19T08:55:53.302Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:02.872Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:02.873Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:56:02.874Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|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. 2021-09-19T08:56:02.874Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:03.614Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:56:03.614Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T08:56:03.615Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:04.247Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:04.248Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-19T08:56:04.248Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ae6c148-58a0-4325-ad94-3ecc3eb97293", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041741985, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T08:56:04.249Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:56:08.643Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:08.644Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-19T08:56:08.644Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc027617-2f40-4c4c-9820-65e8e326daf1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a","serviceDescription":"service","serviceInvariantUUID":"5ad772d1-2cb6-4baf-8243-0abe681a1128","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d182168-dce9-402d-a782-5a7d7efd3a6a","resourceInvariantUUID":"e0bfe3ce-ad5e-4c74-aad0-f68cefb16f60","resourceCustomizationUUID":"69e61ac4-ae9d-478c-891b-e5f14178aef2","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":"ZDkyMjM2NDRjNmVlOWE4OGJkNTM1MDk2ZjhjZDE3YjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8e33f90-6457-4a0e-945a-ba33b5829677","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":"OTgzYzhkNjQ3NTcxMGZiZjgyMzc4ZDkyM2VkNTBiZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9eed530-dc54-47ed-abe4-99f5064f5ebf","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":"3cb0e5a5-d3ad-4200-b8a9-83c47c7b1b17","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":"479c24fb-8c01-4d85-8772-3b152ac3ba1a","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":"a60ce2b2-bb4b-437e-839d-079e6ae63f55","artifactVersion":"2","generatedFromUUID":"3cb0e5a5-d3ad-4200-b8a9-83c47c7b1b17"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODNhMzU1NzMyMWY4MGFkNjY5ZWI4MGE3OTljZjgwYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ae58126-fbc7-4234-b90a-93466c437c9a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzQxNTc2ZTExZTQwYzE0ZWEzYjA5Yzg0NzYxYTM3ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc8f7c23-3173-43e2-9ec2-2e9753ff2f26","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-19T08:56:08.647Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:56:08.648Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:08.650Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:08.650Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:56:08.751Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:56:08.752Z||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. 2021-09-19T08:56:08.753Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:08.779Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:08.779Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:56:09.651Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:56:09.652Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:09.654Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:09.654Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-19T08:56:09.754Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:56:09.755Z||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. 2021-09-19T08:56:09.755Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:09.764Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:09.764Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:56:10.655Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:56:10.656Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:10.660Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:10.660Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-19T08:56:10.758Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-19T08:56:10.759Z||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. 2021-09-19T08:56:10.759Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:10.773Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:10.773Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:56:11.660Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:56:11.661Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:11.663Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:11.664Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:56:11.764Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:56:11.765Z||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. 2021-09-19T08:56:11.765Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:11.819Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:11.820Z||pool-59-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:56:12.665Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:56:12.666Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:12.667Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:12.668Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-19T08:56:12.768Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:56:12.768Z||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. 2021-09-19T08:56:12.769Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:12.783Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:12.783Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:56:13.668Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:56:13.670Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:13.671Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:13.671Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:56:13.772Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T08:56:13.773Z||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. 2021-09-19T08:56:13.773Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:13.797Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:13.798Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:56:14.672Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:56:14.673Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:14.675Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:14.675Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:56:14.775Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:56:14.777Z||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. 2021-09-19T08:56:14.777Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:14.789Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:14.790Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:56:15.676Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a", "serviceDescription": "service", "serviceInvariantUUID": "5ad772d1-2cb6-4baf-8243-0abe681a1128", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "69e61ac4-ae9d-478c-891b-e5f14178aef2", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5d182168-dce9-402d-a782-5a7d7efd3a6a", "resourceInvariantUUID": "e0bfe3ce-ad5e-4c74-aad0-f68cefb16f60", "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": "OTgzYzhkNjQ3NTcxMGZiZjgyMzc4ZDkyM2VkNTBiZWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d9eed530-dc54-47ed-abe4-99f5064f5ebf", "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": "3cb0e5a5-d3ad-4200-b8a9-83c47c7b1b17", "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": "a60ce2b2-bb4b-437e-839d-079e6ae63f55", "generatedFromUUID": "3cb0e5a5-d3ad-4200-b8a9-83c47c7b1b17" }, "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": "a60ce2b2-bb4b-437e-839d-079e6ae63f55", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzQxNTc2ZTExZTQwYzE0ZWEzYjA5Yzg0NzYxYTM3ZWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc8f7c23-3173-43e2-9ec2-2e9753ff2f26" } ], "workloadContext": "Production" } 2021-09-19T08:56:15.676Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-19T08:56:15.676Z|8ae6c148-58a0-4325-ad94-3ecc3eb97293|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a ASDC 2021-09-19T08:56:15.677Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:fc027617-2f40-4c4c-9820-65e8e326daf1 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a ServiceInvariantUUID:5ad772d1-2cb6-4baf-8243-0abe681a1128 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:fc8f7c23-3173-43e2-9ec2-2e9753ff2f26 ArtifactChecksum:NzQxNTc2ZTExZTQwYzE0ZWEzYjA5Yzg0NzYxYTM3ZWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:69e61ac4-ae9d-478c-891b-e5f14178aef2 ResourceInvariantUUID:e0bfe3ce-ad5e-4c74-aad0-f68cefb16f60 ResourceName:basic_vm ResourceType:VF ResourceUUID:5d182168-dce9-402d-a782-5a7d7efd3a6a 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:d9eed530-dc54-47ed-abe4-99f5064f5ebf ArtifactChecksum:OTgzYzhkNjQ3NTcxMGZiZjgyMzc4ZDkyM2VkNTBiZWQ= 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:3cb0e5a5-d3ad-4200-b8a9-83c47c7b1b17 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:a60ce2b2-bb4b-437e-839d-079e6ae63f55 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:a60ce2b2-bb4b-437e-839d-079e6ae63f55 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-19T08:56:15.677Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a 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 (?, ?, ?, ?, ?) 2021-09-19T08:56:15.719Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:56:15.719Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T08:56:15.719Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T08:56:15.720Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc8f7c23-3173-43e2-9ec2-2e9753ff2f26 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-19T08:56:15.720Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T08:56:15.720Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-19T08:56:21.278Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T08:56:21.282Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc8f7c23-3173-43e2-9ec2-2e9753ff2f26 70868 2021-09-19T08:56:21.283Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-19T08:56:21.283Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-19T08:56:21.283Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:56:21.283Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:21.286Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:21.286Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041781283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:56:21.386Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:56:21.388Z||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. 2021-09-19T08:56:21.388Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:21.404Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:21.404Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:56:22.288Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:56:22.289Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T08:56:22.290Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fc8f7c23-3173-43e2-9ec2-2e9753ff2f26, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:22.290Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-19T08:56:22.291Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:22.291Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:22.764Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6743321542568743434/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 2021-09-19T08:56:23.827Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-19T08:56:23.828Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-19T08:56:23.828Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:23.828Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-19T08:56:23.828Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:23.828Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:23.828Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:23.828Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:23.828Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:23.829Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:23.829Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:23.829Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:23.829Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-19T08:56:23.829Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-19T08:56:23.829Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.829Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:23.829Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-19T08:56:23.830Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-19T08:56:23.830Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:56:23.830Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.830Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:23.831Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-19T08:56:23.831Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-19T08:56:23.831Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:56:23.831Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.831Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:23.831Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.831Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-19T08:56:23.832Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-19T08:56:23.832Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-19T08:56:23.832Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-19T08:56:23.832Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-19T08:56:23.832Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-19T08:56:23.832Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.832Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T08:56:23.833Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.833Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-19T08:56:23.833Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:56:23.833Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.834Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-19T08:56:23.834Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:56:23.834Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.835Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-19T08:56:23.835Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:56:23.835Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.835Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-19T08:56:23.836Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-19T08:56:23.836Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-19T08:56:23.836Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=832455e6-5c93-439e-9b5e-abba6dadf153 2021-09-19T08:56:23.836Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.836Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:23.837Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.837Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:23.837Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.837Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:23.837Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:23.838Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:23.838Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a Model Version:NULL Model InvariantUuid:5ad772d1-2cb6-4baf-8243-0abe681a1128 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:0562cfe9-c783-450b-8baf-6c0e78dd7697 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e0bfe3ce-ad5e-4c74-aad0-f68cefb16f60 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:69e61ac4-ae9d-478c-891b-e5f14178aef2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5e0f45c3-1f17-43b7-ae72-38907ad065f3 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:32112909-588c-422a-8646-a47af7466149 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:832455e6-5c93-439e-9b5e-abba6dadf153 ModelInvariantUuid:d8c123e9-8035-4ca2-b3ed-da6df13a69d7 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:cde30089-4e13-488e-bccd-62a485ae65be ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:afaee306-564e-4fec-96d8-7724e54f3159 ModelInvariantUuid:e069f1e5-3969-4529-b82d-73351d9ed54b ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:bbfdbc27-bc4d-4b81-ba49-f2c09d902f92 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-19T08:56:23.846Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d182168-dce9-402d-a782-5a7d7efd3a6a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:56:23.851Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||basic_vm 0 2021-09-19T08:56:23.851Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d182168-dce9-402d-a782-5a7d7efd3a6a 2021-09-19T08:56:23.851Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d9eed530-dc54-47ed-abe4-99f5064f5ebf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-19T08:56:23.851Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T08:56:23.852Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-19T08:56:26.593Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T08:56:26.593Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d9eed530-dc54-47ed-abe4-99f5064f5ebf 787 2021-09-19T08:56:26.593Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-19T08:56:26.593Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-19T08:56:26.594Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:56:26.594Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:26.597Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:26.597Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041786593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:56:26.698Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T08:56:26.700Z||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. 2021-09-19T08:56:26.700Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:26.709Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:26.709Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:56:27.598Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5e0f45c3-1f17-43b7-ae72-38907ad065f3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32112909-588c-422a-8646-a47af7466149", "vfModuleModelCustomizationUUID": "2c0676aa-bd10-4ad0-85d8-f088841ea7d9", "isBase": true, "artifacts": [ "3cb0e5a5-d3ad-4200-b8a9-83c47c7b1b17", "a60ce2b2-bb4b-437e-839d-079e6ae63f55" ], "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": "" } } ] 2021-09-19T08:56:27.603Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32112909-588c-422a-8646-a47af7466149 VfModuleModelInvariantUUID:5e0f45c3-1f17-43b7-ae72-38907ad065f3 VfModuleModelDescription:NULL Artifacts UUID List:{ 3cb0e5a5-d3ad-4200-b8a9-83c47c7b1b17 , a60ce2b2-bb4b-437e-839d-079e6ae63f55 } 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 } 2021-09-19T08:56:27.604Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5e0f45c3-1f17-43b7-ae72-38907ad065f3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32112909-588c-422a-8646-a47af7466149", "vfModuleModelCustomizationUUID": "2c0676aa-bd10-4ad0-85d8-f088841ea7d9", "isBase": true, "artifacts": [ "3cb0e5a5-d3ad-4200-b8a9-83c47c7b1b17", "a60ce2b2-bb4b-437e-839d-079e6ae63f55" ], "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": "" } } ] 2021-09-19T08:56:27.604Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32112909-588c-422a-8646-a47af7466149 VfModuleModelInvariantUUID:5e0f45c3-1f17-43b7-ae72-38907ad065f3 VfModuleModelDescription:NULL Artifacts UUID List:{ 3cb0e5a5-d3ad-4200-b8a9-83c47c7b1b17 , a60ce2b2-bb4b-437e-839d-079e6ae63f55 } 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 } 2021-09-19T08:56:27.604Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3cb0e5a5-d3ad-4200-b8a9-83c47c7b1b17 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-19T08:56:27.604Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T08:56:27.605Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-19T08:56:28.868Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T08:56:28.869Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3cb0e5a5-d3ad-4200-b8a9-83c47c7b1b17 5033 2021-09-19T08:56:28.869Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-19T08:56:28.869Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-19T08:56:28.869Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:56:28.870Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:28.872Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:28.872Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041788869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:56:28.972Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:56:28.973Z||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. 2021-09-19T08:56:28.973Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:28.982Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:28.982Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:56:29.872Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a60ce2b2-bb4b-437e-839d-079e6ae63f55 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-19T08:56:29.873Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T08:56:29.873Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-19T08:56:31.681Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T08:56:31.682Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a60ce2b2-bb4b-437e-839d-079e6ae63f55 903 2021-09-19T08:56:31.682Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-19T08:56:31.682Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-19T08:56:31.682Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:56:31.683Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:31.685Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:31.685Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041791682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:56:31.785Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:56:31.786Z||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. 2021-09-19T08:56:31.786Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:31.797Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:31.797Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:56:32.685Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a 2021-09-19T08:56:32.688Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5d182168-dce9-402d-a782-5a7d7efd3a6a ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:56:32.701Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17fff40b, org.onap.sdc.toscaparser.api.parameters.Input@fceec78, org.onap.sdc.toscaparser.api.parameters.Input@30ae8815, org.onap.sdc.toscaparser.api.parameters.Input@63980268, org.onap.sdc.toscaparser.api.parameters.Input@baffdbc] 2021-09-19T08:56:32.703Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.704Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:32.704Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-09-19T08:56:32.704Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 69e61ac4-ae9d-478c-891b-e5f14178aef2 2021-09-19T08:56:32.704Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69e61ac4-ae9d-478c-891b-e5f14178aef2 matches Tosca VF Customization UUID: 69e61ac4-ae9d-478c-891b-e5f14178aef2 2021-09-19T08:56:32.704Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 69e61ac4-ae9d-478c-891b-e5f14178aef2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-19T08:56:32.706Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.706Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:32.707Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 69e61ac4-ae9d-478c-891b-e5f14178aef2: {\"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\"} 2021-09-19T08:56:32.707Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14787217 2021-09-19T08:56:32.707Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.707Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T08:56:32.707Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c0676aa-bd10-4ad0-85d8-f088841ea7d9 2021-09-19T08:56:32.708Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c0676aa-bd10-4ad0-85d8-f088841ea7d9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-19T08:56:32.710Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.710Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-19T08:56:32.710Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:56:32.711Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.711Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-19T08:56:32.711Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:56:32.711Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.711Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-19T08:56:32.711Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-19T08:56:32.711Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-19T08:56:32.712Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=832455e6-5c93-439e-9b5e-abba6dadf153 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-19T08:56:32.714Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.714Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-19T08:56:32.714Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:56:32.714Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.715Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-19T08:56:32.715Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=69e61ac4-ae9d-478c-891b-e5f14178aef2 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:56:32.716Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.716Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:32.717Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a: basic_vm 2021-09-19T08:56:32.717Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.717Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:32.717Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.717Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:32.717Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.718Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:32.718Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.718Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:32.718Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:56:32.718Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:56:32.718Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-19T08:56:32.810Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5d182168-dce9-402d-a782-5a7d7efd3a6a 1 ASDC deployResourceStructure 2021-09-19T08:56:32.810Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-19T08:56:32.810Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-19T08:56:32.811Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:56:32.811Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:32.813Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:32.813Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041792810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:56:32.913Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:56:32.914Z||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. 2021-09-19T08:56:32.915Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:32.927Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:32.928Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:56:33.814Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-19T08:56:33.814Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-19T08:56:33.814Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:56:33.815Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:33.816Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:33.816Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041793814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-19T08:56:33.916Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:56:33.917Z||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. 2021-09-19T08:56:33.918Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:33.935Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:33.935Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:56:34.817Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-19T08:56:34.817Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-19T08:56:34.818Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:56:34.818Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:34.819Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:34.819Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041794817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-19T08:56:34.920Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:56:34.920Z||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. 2021-09-19T08:56:34.920Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:34.929Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:34.929Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:56:35.820Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-19T08:56:35.821Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-19T08:56:35.821Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:56:35.821Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:56:35.822Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:56:35.823Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041795820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:56:35.923Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:56:35.923Z||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. 2021-09-19T08:56:35.923Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:56:35.932Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:56:35.932Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:56:36.823Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc027617-2f40-4c4c-9820-65e8e326daf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:56:36.833Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc027617-2f40-4c4c-9820-65e8e326daf1 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=? 2021-09-19T08:56:36.835Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:56:36.835Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:56:36.835Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:57:03.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:57:03.619Z||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. 2021-09-19T08:57:03.619Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:04.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:04.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "dcae-sch", "timestamp": 1632041768003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "cds", "timestamp": 1632041761945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "clamp", "timestamp": 1632041764168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041761761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "policy-id", "timestamp": 1632041760414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-19T08:57:04.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "dcae-sch", "timestamp": 1632041768003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "clamp", "timestamp": 1632041764168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-19T08:57:04.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "cds", "timestamp": 1632041761945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041761761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "policy-id", "timestamp": 1632041760414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-19T08:57:04.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "dcae-sch", "timestamp": 1632041768003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "clamp", "timestamp": 1632041764168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "cds", "timestamp": 1632041761945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041761761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "policy-id", "timestamp": 1632041760414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-19T08:57:04.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "ves-openapi-manager", "timestamp": 1632041770803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "dcae-sch", "timestamp": 1632041768003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "cds", "timestamp": 1632041761945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041761761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "clamp", "timestamp": 1632041764168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "policy-id", "timestamp": 1632041760414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "ves-openapi-manager", "timestamp": 1632041770803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "dcae-sch", "timestamp": 1632041768003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-19T08:57:04.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "clamp", "timestamp": 1632041764168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "cds", "timestamp": 1632041761945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041761761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "policy-id", "timestamp": 1632041760414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "aai-ml", "timestamp": 1632041772668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "ves-openapi-manager", "timestamp": 1632041770803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "clamp", "timestamp": 1632041764168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "dcae-sch", "timestamp": 1632041768003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "cds", "timestamp": 1632041761945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "policy-id", "timestamp": 1632041760414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041761761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "aai-ml", "timestamp": 1632041772668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "ves-openapi-manager", "timestamp": 1632041770803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041773981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "dcae-sch", "timestamp": 1632041768003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041762873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:57:04.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "clamp", "timestamp": 1632041764168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:57:04.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "cds", "timestamp": 1632041761945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:57:04.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "policy-id", "timestamp": 1632041760414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:57:04.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041761761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:57:04.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "aai-ml", "timestamp": 1632041772668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "ves-openapi-manager", "timestamp": 1632041770803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041773981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-19T08:57:04.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "aai-ml", "timestamp": 1632041772668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "ves-openapi-manager", "timestamp": 1632041770803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041773981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-19T08:57:04.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "aai-ml", "timestamp": 1632041772668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "ves-openapi-manager", "timestamp": 1632041770803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041773981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "aai-ml", "timestamp": 1632041772668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041773981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-19T08:57:04.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "aai-ml", "timestamp": 1632041772668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:57:04.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041773981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041773981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:57:04.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "cds", "timestamp": 1632041780766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041781283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "policy-id", "timestamp": 1632041781303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041781610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "cds", "timestamp": 1632041781776, "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=? 2021-09-19T08:57:04.077Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc027617-2f40-4c4c-9820-65e8e326daf1 2021-09-19T08:57:04.077Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc027617-2f40-4c4c-9820-65e8e326daf1 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 (?, ?, ?, ?, ?) 2021-09-19T08:57:04.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "policy-id", "timestamp": 1632041782313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:57:04.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "policy-id", "timestamp": 1632041783317, "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=? 2021-09-19T08:57:04.092Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc027617-2f40-4c4c-9820-65e8e326daf1 2021-09-19T08:57:04.092Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc027617-2f40-4c4c-9820-65e8e326daf1 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 (?, ?, ?, ?, ?) 2021-09-19T08:57:04.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "aai-ml", "timestamp": 1632041784006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041784158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:57:04.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041784559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041785163, "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=? 2021-09-19T08:57:04.109Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc027617-2f40-4c4c-9820-65e8e326daf1 2021-09-19T08:57:04.110Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc027617-2f40-4c4c-9820-65e8e326daf1 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 (?, ?, ?, ?, ?) 2021-09-19T08:57:04.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041786593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "clamp", "timestamp": 1632041786916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041787071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "clamp", "timestamp": 1632041787938, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:57:04.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041788869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "clamp", "timestamp": 1632041788941, "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=? 2021-09-19T08:57:04.126Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc027617-2f40-4c4c-9820-65e8e326daf1 2021-09-19T08:57:04.126Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc027617-2f40-4c4c-9820-65e8e326daf1 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 (?, ?, ?, ?, ?) 2021-09-19T08:57:04.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041789043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041790071, "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=? 2021-09-19T08:57:04.140Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc027617-2f40-4c4c-9820-65e8e326daf1 2021-09-19T08:57:04.140Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc027617-2f40-4c4c-9820-65e8e326daf1 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=? 2021-09-19T08:57:04.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632041791076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:57:04.147Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041791682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:04.147Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041792810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:57:04.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041793814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-19T08:57:04.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041794817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-19T08:57:04.149Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041795820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:57:04.149Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "aai-ml", "timestamp": 1632041801798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:57:04.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T08:57:04.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "aai-ml", "timestamp": 1632041802802, "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=? 2021-09-19T08:57:04.154Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc027617-2f40-4c4c-9820-65e8e326daf1 2021-09-19T08:57:04.154Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc027617-2f40-4c4c-9820-65e8e326daf1 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 (?, ?, ?, ?, ?) 2021-09-19T08:57:04.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041821761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "cds", "timestamp": 1632041821945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:04.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-19T08:57:04.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041820414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:04.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-19T08:57:06.838Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc027617-2f40-4c4c-9820-65e8e326daf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:57:06.848Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc027617-2f40-4c4c-9820-65e8e326daf1 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=? 2021-09-19T08:57:06.851Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:57:06.851Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-19T08:57:06.851Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-19T08:57:06.851Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-19T08:57:06.851Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:57:06.852Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:57:06.852Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:57:06.852Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:57:06.852Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:57:06.852Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T08:57:06.852Z|fc027617-2f40-4c4c-9820-65e8e326daf1|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=? 2021-09-19T08:57:06.859Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-19T08:57:36.859Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc027617-2f40-4c4c-9820-65e8e326daf1 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=? 2021-09-19T08:57:36.880Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc027617-2f40-4c4c-9820-65e8e326daf1 and serviceModelVersionId: 2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a 2021-09-19T08:57:36.880Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ad772d1-2cb6-4baf-8243-0abe681a1128 2021-09-19T08:57:36.883Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ad772d1-2cb6-4baf-8243-0abe681a1128/model-vers/model-ver/2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a?depth=0 2021-09-19T08:57:36.897Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-19T08:57:36.986Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ad772d1-2cb6-4baf-8243-0abe681a1128/model-vers/model-ver/2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a?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]} 2021-09-19T08:57:36.988Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ad772d1-2cb6-4baf-8243-0abe681a1128/model-vers/model-ver/2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a?depth=0|INFO|500||Invoke 2021-09-19T08:57:37.017Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ad772d1-2cb6-4baf-8243-0abe681a1128/model-vers/model-ver/2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-19T08:57:38.609Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ad772d1-2cb6-4baf-8243-0abe681a1128/model-vers/model-ver/2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a?depth=0|INFO|500||InvokeReturn 2021-09-19T08:57:38.610Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ad772d1-2cb6-4baf-8243-0abe681a1128/model-vers/model-ver/2b46bb85-4e7a-4db6-96f6-31c2c66c6f4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210919-08:57:37:011-73167], vertex-id=[229432], Content-Length=[0], Date=[Sun, 19 Sep 2021 08:57:37 GMT], Content-Type=[application/json]} 2021-09-19T08:57:38.610Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-09-19T08:57:38.611Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-19T08:57:38.611Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:57:38.620Z|fc027617-2f40-4c4c-9820-65e8e326daf1|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) 2021-09-19T08:57:38.620Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc027617-2f40-4c4c-9820-65e8e326daf1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-19T08:57:38.620Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-19T08:57:38.621Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:38.624Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:38.624Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041858620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T08:57:38.724Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:57:38.726Z||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. 2021-09-19T08:57:38.726Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:38.742Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:38.743Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-19T08:57:39.644Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:57:39.644Z|fc027617-2f40-4c4c-9820-65e8e326daf1|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. 2021-09-19T08:57:39.644Z|fc027617-2f40-4c4c-9820-65e8e326daf1|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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:40.285Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:40.288Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-19T08:57:40.288Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef57354e-647f-4aaf-9c31-0f8fbdc7320a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0e6076bb-6337-4050-874a-42fc4ba36a6c","serviceDescription":"service","serviceInvariantUUID":"4197cdf5-0cd6-4d0c-a783-2e5fa415bfd4","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad953992-5514-4a00-b9d8-8b7abf19968d","resourceInvariantUUID":"82971604-d63e-4587-889d-ed64c48d1e1d","resourceCustomizationUUID":"50bd45dd-f19e-4348-9ab1-6b009f35bd67","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":"NWY5N2E2M2ViMDlkMjQ3MWQ3NGJlZDk1YTMxYTRlZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5403c08-ee9a-4612-8614-b78130ce020c","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":"8bd7e579-dae2-401f-a099-9253d92e9078","artifactVersion":"2","generatedFromUUID":"9d481bf8-753f-4563-886e-a6ca1fc89f81"},{"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":"9d481bf8-753f-4563-886e-a6ca1fc89f81","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":"MTcyNGE4NDM3MGQyYzJlNWFkMjIxNGUxMTA5NTE3YmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4193735-0b3a-4ce3-9285-66eb2032cb35","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":"b6b0be87-775a-46af-ba55-d625ad9ae1aa","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":"a00fbdb4-3c13-4ef8-aeef-a2fd43e1b642","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":"dcbe082f-0a13-40a8-8daf-9770f3798729","artifactVersion":"2","generatedFromUUID":"b6b0be87-775a-46af-ba55-d625ad9ae1aa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmQyYzRlMGEwMmRhMzZhMDA2MGY5ZGYzNDE4YmEyNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bef9b6c1-c1a3-4260-9279-87e4edb874f9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjIzY2MzNmMyNmFmYmRlYTI5MjhjMzA2NDJkMjM3NWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9d5b18a-25df-440f-956b-3f4cb73ffb62","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-19T08:57:40.292Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:57:40.293Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:40.295Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:40.296Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:40.396Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:57:40.397Z||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. 2021-09-19T08:57:40.397Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:40.419Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:40.419Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:57:41.297Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:57:41.298Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:41.300Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:41.300Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-19T08:57:41.400Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:57:41.401Z||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. 2021-09-19T08:57:41.401Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:41.426Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:41.427Z||pool-73-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:57:42.301Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:57:42.302Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:42.304Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:42.304Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-19T08:57:42.406Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T08:57:42.411Z||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. 2021-09-19T08:57:42.411Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:42.422Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:42.423Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:57:43.305Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:57:43.306Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:43.308Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:43.308Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-19T08:57:43.419Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2021-09-19T08:57:43.420Z||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. 2021-09-19T08:57:43.420Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:43.430Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:43.431Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:57:44.308Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:57:44.310Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:44.312Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:44.312Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-19T08:57:44.412Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:57:44.413Z||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. 2021-09-19T08:57:44.413Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:44.427Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:44.427Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:57:45.313Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:57:45.314Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:45.319Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:45.319Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:45.417Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-09-19T08:57:45.418Z||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. 2021-09-19T08:57:45.418Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:45.467Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:45.468Z||pool-77-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:57:46.320Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:57:46.322Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:46.326Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:46.326Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-19T08:57:46.430Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-09-19T08:57:46.432Z||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. 2021-09-19T08:57:46.432Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:46.448Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:46.448Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:57:47.327Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:57:47.330Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:47.333Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:47.333Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T08:57:47.434Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:57:47.435Z||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. 2021-09-19T08:57:47.436Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:47.451Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:47.452Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:57:48.333Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T08:57:48.334Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:48.336Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:48.336Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-19T08:57:48.436Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:57:48.437Z||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. 2021-09-19T08:57:48.437Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:48.445Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:48.445Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:57:49.338Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "0e6076bb-6337-4050-874a-42fc4ba36a6c", "serviceDescription": "service", "serviceInvariantUUID": "4197cdf5-0cd6-4d0c-a783-2e5fa415bfd4", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "50bd45dd-f19e-4348-9ab1-6b009f35bd67", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ad953992-5514-4a00-b9d8-8b7abf19968d", "resourceInvariantUUID": "82971604-d63e-4587-889d-ed64c48d1e1d", "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": "8bd7e579-dae2-401f-a099-9253d92e9078", "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": "9d481bf8-753f-4563-886e-a6ca1fc89f81", "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": "MTcyNGE4NDM3MGQyYzJlNWFkMjIxNGUxMTA5NTE3YmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f4193735-0b3a-4ce3-9285-66eb2032cb35", "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": "b6b0be87-775a-46af-ba55-d625ad9ae1aa", "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": "dcbe082f-0a13-40a8-8daf-9770f3798729", "generatedFromUUID": "b6b0be87-775a-46af-ba55-d625ad9ae1aa" }, "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": "dcbe082f-0a13-40a8-8daf-9770f3798729", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjIzY2MzNmMyNmFmYmRlYTI5MjhjMzA2NDJkMjM3NWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9d5b18a-25df-440f-956b-3f4cb73ffb62" } ], "workloadContext": "Production" } 2021-09-19T08:57:49.338Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-19T08:57:49.339Z|fc027617-2f40-4c4c-9820-65e8e326daf1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0e6076bb-6337-4050-874a-42fc4ba36a6c ASDC 2021-09-19T08:57:49.340Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:ef57354e-647f-4aaf-9c31-0f8fbdc7320a ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:0e6076bb-6337-4050-874a-42fc4ba36a6c ServiceInvariantUUID:4197cdf5-0cd6-4d0c-a783-2e5fa415bfd4 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:f9d5b18a-25df-440f-956b-3f4cb73ffb62 ArtifactChecksum:MjIzY2MzNmMyNmFmYmRlYTI5MjhjMzA2NDJkMjM3NWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:50bd45dd-f19e-4348-9ab1-6b009f35bd67 ResourceInvariantUUID:82971604-d63e-4587-889d-ed64c48d1e1d ResourceName:basic_cnf ResourceType:VF ResourceUUID:ad953992-5514-4a00-b9d8-8b7abf19968d 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:8bd7e579-dae2-401f-a099-9253d92e9078 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:9d481bf8-753f-4563-886e-a6ca1fc89f81 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:f4193735-0b3a-4ce3-9285-66eb2032cb35 ArtifactChecksum:MTcyNGE4NDM3MGQyYzJlNWFkMjIxNGUxMTA5NTE3YmM= 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:b6b0be87-775a-46af-ba55-d625ad9ae1aa 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:dcbe082f-0a13-40a8-8daf-9770f3798729 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:dcbe082f-0a13-40a8-8daf-9770f3798729 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-19T08:57:49.341Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e6076bb-6337-4050-874a-42fc4ba36a6c 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 (?, ?, ?, ?, ?) 2021-09-19T08:57:49.401Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:57:49.402Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T08:57:49.402Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T08:57:49.402Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f9d5b18a-25df-440f-956b-3f4cb73ffb62 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-19T08:57:49.403Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T08:57:49.403Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-19T08:57:50.174Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T08:57:50.178Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f9d5b18a-25df-440f-956b-3f4cb73ffb62 68760 2021-09-19T08:57:50.178Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-19T08:57:50.178Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-19T08:57:50.178Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:57:50.179Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:50.183Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:50.183Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041870178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:50.282Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:57:50.283Z||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. 2021-09-19T08:57:50.283Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:50.295Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:50.295Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:57:51.184Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T08:57:51.185Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T08:57:51.186Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f9d5b18a-25df-440f-956b-3f4cb73ffb62, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-19T08:57:51.186Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-09-19T08:57:51.186Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-19T08:57:51.186Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-19T08:57:51.431Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2592797237693140196/Definitions/service-BasicCnf-template.yml 2021-09-19T08:57:52.605Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-19T08:57:52.605Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-19T08:57:52.605Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-19T08:57:52.605Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-09-19T08:57:52.605Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-19T08:57:52.605Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-19T08:57:52.605Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-19T08:57:52.605Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-19T08:57:52.606Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-19T08:57:52.606Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.606Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:57:52.606Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-19T08:57:52.606Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-19T08:57:52.607Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:57:52.607Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.607Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:57:52.607Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-19T08:57:52.607Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-19T08:57:52.607Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T08:57:52.608Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.608Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:57:52.608Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.608Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-19T08:57:52.608Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-09-19T08:57:52.608Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2021-09-19T08:57:52.608Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-19T08:57:52.608Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.609Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T08:57:52.609Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.609Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-19T08:57:52.609Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:57:52.609Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.609Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-19T08:57:52.609Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:57:52.610Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.610Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-19T08:57:52.610Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:57:52.610Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.610Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-19T08:57:52.610Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-19T08:57:52.610Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=52591c07-1350-46ce-b478-dceb7f27cce8 2021-09-19T08:57:52.611Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.611Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:57:52.611Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.611Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:57:52.611Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.611Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:57:52.611Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:57:52.611Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:57:52.612Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:0e6076bb-6337-4050-874a-42fc4ba36a6c Model Version:NULL Model InvariantUuid:4197cdf5-0cd6-4d0c-a783-2e5fa415bfd4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:00e8922b-a6bc-4229-94da-74deeeb58bd0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:82971604-d63e-4587-889d-ed64c48d1e1d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:50bd45dd-f19e-4348-9ab1-6b009f35bd67 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a9045011-c045-4a61-8531-99ce4d0339c8 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3fa6b6b0-13ca-45ff-9978-9fe794cb9473 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:52591c07-1350-46ce-b478-dceb7f27cce8 ModelInvariantUuid:44c2cb39-25cf-4fbf-8868-b862e45440d4 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:02e3b40a-170d-4ba8-b864-254277695827 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:41cfc621-64d5-4f01-9495-b35a0a893ad4 ModelInvariantUuid:aa1163e3-68ee-4537-a920-b7160ca892f2 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:1a34042a-78dc-46d9-9e8c-cc3a134c5143 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-19T08:57:52.618Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ad953992-5514-4a00-b9d8-8b7abf19968d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:57:52.621Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||basic_cnf 0 2021-09-19T08:57:52.621Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad953992-5514-4a00-b9d8-8b7abf19968d 2021-09-19T08:57:52.621Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8bd7e579-dae2-401f-a099-9253d92e9078 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-19T08:57:52.621Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T08:57:52.621Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-19T08:57:58.106Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T08:57:58.107Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8bd7e579-dae2-401f-a099-9253d92e9078 12 2021-09-19T08:57:58.107Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-09-19T08:57:58.107Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-19T08:57:58.107Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:57:58.107Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:57:58.109Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:57:58.109Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041878107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:57:58.210Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T08:57:58.214Z||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. 2021-09-19T08:57:58.215Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:57:58.231Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:57:58.231Z||pool-82-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:57:59.110Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9d481bf8-753f-4563-886e-a6ca1fc89f81 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-19T08:57:59.111Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T08:57:59.111Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-19T08:58:02.769Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T08:58:02.769Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9d481bf8-753f-4563-886e-a6ca1fc89f81 2688 2021-09-19T08:58:02.769Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-09-19T08:58:02.769Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-19T08:58:02.770Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:58:02.770Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:58:02.772Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:58:02.772Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041882769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-19T08:58:02.872Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:58:02.872Z||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. 2021-09-19T08:58:02.872Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:58:02.881Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:58:02.882Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:58:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:58:03.613Z||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. 2021-09-19T08:58:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:58:03.702Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:58:03.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T08:58:03.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041821761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:58:03.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T08:58:03.773Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f4193735-0b3a-4ce3-9285-66eb2032cb35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-19T08:58:03.773Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T08:58:03.773Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-19T08:58:06.075Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T08:58:06.076Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f4193735-0b3a-4ce3-9285-66eb2032cb35 828 2021-09-19T08:58:06.076Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-09-19T08:58:06.076Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-19T08:58:06.076Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:58:06.076Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:58:06.078Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:58:06.078Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041886076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T08:58:06.178Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:58:06.178Z||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. 2021-09-19T08:58:06.179Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:58:06.197Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:58:06.197Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:58:07.078Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a9045011-c045-4a61-8531-99ce4d0339c8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3fa6b6b0-13ca-45ff-9978-9fe794cb9473", "vfModuleModelCustomizationUUID": "e87c95f5-d18c-48cb-8c38-6842e85d5899", "isBase": true, "artifacts": [ "9d481bf8-753f-4563-886e-a6ca1fc89f81", "b6b0be87-775a-46af-ba55-d625ad9ae1aa", "dcbe082f-0a13-40a8-8daf-9770f3798729" ], "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": "" } } ] 2021-09-19T08:58:07.082Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3fa6b6b0-13ca-45ff-9978-9fe794cb9473 VfModuleModelInvariantUUID:a9045011-c045-4a61-8531-99ce4d0339c8 VfModuleModelDescription:NULL Artifacts UUID List:{ 9d481bf8-753f-4563-886e-a6ca1fc89f81 , b6b0be87-775a-46af-ba55-d625ad9ae1aa , dcbe082f-0a13-40a8-8daf-9770f3798729 } 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 } 2021-09-19T08:58:07.084Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a9045011-c045-4a61-8531-99ce4d0339c8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3fa6b6b0-13ca-45ff-9978-9fe794cb9473", "vfModuleModelCustomizationUUID": "e87c95f5-d18c-48cb-8c38-6842e85d5899", "isBase": true, "artifacts": [ "9d481bf8-753f-4563-886e-a6ca1fc89f81", "b6b0be87-775a-46af-ba55-d625ad9ae1aa", "dcbe082f-0a13-40a8-8daf-9770f3798729" ], "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": "" } } ] 2021-09-19T08:58:07.084Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3fa6b6b0-13ca-45ff-9978-9fe794cb9473 VfModuleModelInvariantUUID:a9045011-c045-4a61-8531-99ce4d0339c8 VfModuleModelDescription:NULL Artifacts UUID List:{ 9d481bf8-753f-4563-886e-a6ca1fc89f81 , b6b0be87-775a-46af-ba55-d625ad9ae1aa , dcbe082f-0a13-40a8-8daf-9770f3798729 } 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 } 2021-09-19T08:58:07.084Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b6b0be87-775a-46af-ba55-d625ad9ae1aa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-19T08:58:07.084Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T08:58:07.084Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-19T08:58:08.586Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T08:58:08.586Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b6b0be87-775a-46af-ba55-d625ad9ae1aa 1164 2021-09-19T08:58:08.587Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-09-19T08:58:08.587Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-19T08:58:08.587Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:58:08.587Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:58:08.588Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:58:08.589Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041888587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T08:58:08.689Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:58:08.689Z||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. 2021-09-19T08:58:08.690Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:58:08.705Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:58:08.706Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-09-19T08:58:09.589Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dcbe082f-0a13-40a8-8daf-9770f3798729 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-19T08:58:09.590Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T08:58:09.590Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-19T08:58:11.283Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T08:58:11.284Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dcbe082f-0a13-40a8-8daf-9770f3798729 200 2021-09-19T08:58:11.284Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-09-19T08:58:11.284Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-19T08:58:11.285Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T08:58:11.286Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:58:11.287Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:58:11.288Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041891284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-19T08:58:11.388Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:58:11.389Z||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. 2021-09-19T08:58:11.389Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:58:11.409Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:58:11.410Z||pool-86-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:58:12.288Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0e6076bb-6337-4050-874a-42fc4ba36a6c 2021-09-19T08:58:12.289Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ad953992-5514-4a00-b9d8-8b7abf19968d ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-09-19T08:58:12.308Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:58:12.312Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5511b58b, org.onap.sdc.toscaparser.api.parameters.Input@52ba868b, org.onap.sdc.toscaparser.api.parameters.Input@4d39fbe8, org.onap.sdc.toscaparser.api.parameters.Input@3f01a92c, org.onap.sdc.toscaparser.api.parameters.Input@6764feaa] 2021-09-19T08:58:12.314Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.314Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:58:12.314Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-09-19T08:58:12.315Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 50bd45dd-f19e-4348-9ab1-6b009f35bd67 2021-09-19T08:58:12.315Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 50bd45dd-f19e-4348-9ab1-6b009f35bd67 matches Tosca VF Customization UUID: 50bd45dd-f19e-4348-9ab1-6b009f35bd67 2021-09-19T08:58:12.315Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 50bd45dd-f19e-4348-9ab1-6b009f35bd67 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-19T08:58:12.317Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.317Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:58:12.318Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 50bd45dd-f19e-4348-9ab1-6b009f35bd67: {\"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\"} 2021-09-19T08:58:12.318Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51f26ef9 2021-09-19T08:58:12.318Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.319Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T08:58:12.319Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e87c95f5-d18c-48cb-8c38-6842e85d5899 2021-09-19T08:58:12.319Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e87c95f5-d18c-48cb-8c38-6842e85d5899 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-19T08:58:12.322Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.322Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-19T08:58:12.322Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:58:12.323Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.323Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-19T08:58:12.323Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:58:12.323Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.323Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-19T08:58:12.324Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-19T08:58:12.324Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=52591c07-1350-46ce-b478-dceb7f27cce8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-19T08:58:12.326Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.326Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-19T08:58:12.327Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T08:58:12.327Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.327Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-19T08:58:12.327Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=50bd45dd-f19e-4348-9ab1-6b009f35bd67 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T08:58:12.329Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.329Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:58:12.330Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0e6076bb-6337-4050-874a-42fc4ba36a6c: basic_cnf 2021-09-19T08:58:12.330Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.330Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:58:12.330Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.330Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:58:12.331Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.331Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:58:12.331Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.331Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:58:12.332Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T08:58:12.332Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T08:58:12.332Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-19T08:58:12.395Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ad953992-5514-4a00-b9d8-8b7abf19968d 1 ASDC deployResourceStructure 2021-09-19T08:58:12.396Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-09-19T08:58:12.396Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-09-19T08:58:12.396Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-19T08:58:12.396Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:58:12.398Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:58:12.398Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041892395, "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" } 2021-09-19T08:58:12.498Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:58:12.499Z||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. 2021-09-19T08:58:12.499Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:58:12.512Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:58:12.513Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:58:13.400Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-09-19T08:58:13.400Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-09-19T08:58:13.400Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-19T08:58:13.401Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:58:13.403Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:58:13.403Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041893399, "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" } 2021-09-19T08:58:13.504Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T08:58:13.505Z||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. 2021-09-19T08:58:13.505Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:58:13.513Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:58:13.513Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:58:14.404Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-09-19T08:58:14.404Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-19T08:58:14.405Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:58:14.407Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:58:14.409Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:58:14.410Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041894404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T08:58:14.511Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T08:58:14.513Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T08:58:14.513Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:58:14.523Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:58:14.524Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:58:15.419Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-09-19T08:58:15.419Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-19T08:58:15.419Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:58:15.420Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:58:15.422Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:58:15.422Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041895419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-19T08:58:15.522Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:58:15.523Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T08:58:15.523Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:58:15.531Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:58:15.531Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:58:16.423Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-09-19T08:58:16.424Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-19T08:58:16.424Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:58:16.425Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:58:16.427Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:58:16.427Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041896423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-19T08:58:16.527Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:58:16.528Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T08:58:16.528Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:58:16.537Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:58:16.538Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:58:17.428Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-19T08:58:17.429Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-19T08:58:17.429Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T08:58:17.429Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T08:58:17.432Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T08:58:17.432Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041897427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T08:58:17.532Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T08:58:17.534Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T08:58:17.534Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T08:58:17.544Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:58:17.544Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-19T08:58:18.433Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:58:18.449Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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=? 2021-09-19T08:58:18.451Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:58:18.451Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:58:18.451Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:58:48.453Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:58:48.470Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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=? 2021-09-19T08:58:48.472Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:58:48.472Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:58:48.472Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:59:03.615Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T08:59:03.617Z||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. 2021-09-19T08:59:03.618Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T08:59:03.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T08:59:03.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T08:59:03.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "cds", "timestamp": 1632041821945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-19T08:59:03.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T08:59:18.473Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:59:18.494Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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=? 2021-09-19T08:59:18.496Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:59:18.496Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:59:18.497Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T08:59:48.497Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T08:59:48.513Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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=? 2021-09-19T08:59:48.516Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T08:59:48.516Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T08:59:48.516Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T09:00:03.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:00:03.614Z||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. 2021-09-19T09:00:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:00:03.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:00:03.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041820414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-19T09:00:03.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041824166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "cds", "timestamp": 1632041821945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041821761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041820414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-19T09:00:03.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041824166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "cds", "timestamp": 1632041821945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041821761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041820414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041824166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041821761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "cds", "timestamp": 1632041821945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041820414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-19T09:00:03.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041824166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-19T09:00:03.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041821761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041820414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "cds", "timestamp": 1632041821945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "dcae-sch", "timestamp": 1632041828003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041824166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041821761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "cds", "timestamp": 1632041821945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041820414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "dcae-sch", "timestamp": 1632041828003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041824166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "cds", "timestamp": 1632041821945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041821761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041820414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "dcae-sch", "timestamp": 1632041828003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041824166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "cds", "timestamp": 1632041821945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041821761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041820414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "ves-openapi-manager", "timestamp": 1632041830803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "dcae-sch", "timestamp": 1632041828003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041824166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "ves-openapi-manager", "timestamp": 1632041830803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "dcae-sch", "timestamp": 1632041828003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041824166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041832668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "ves-openapi-manager", "timestamp": 1632041830803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "dcae-sch", "timestamp": 1632041828003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041832668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "ves-openapi-manager", "timestamp": 1632041830803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "dcae-sch", "timestamp": 1632041828003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041832668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "ves-openapi-manager", "timestamp": 1632041830803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "dcae-sch", "timestamp": 1632041828003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041832668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "ves-openapi-manager", "timestamp": 1632041830803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "dcae-sch", "timestamp": 1632041828003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041832668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "ves-openapi-manager", "timestamp": 1632041830803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041837953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "cds", "timestamp": 1632041838163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041838282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041832668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041838455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "ves-openapi-manager", "timestamp": 1632041830803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "cds", "timestamp": 1632041839184, "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=? 2021-09-19T09:00:03.683Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef57354e-647f-4aaf-9c31-0f8fbdc7320a 2021-09-19T09:00:03.684Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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 (?, ?, ?, ?, ?) 2021-09-19T09:00:03.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041832668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041839462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:00:03.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "ves-openapi-manager", "timestamp": 1632041830803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041832668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "policy-id", "timestamp": 1632041840467, "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=? 2021-09-19T09:00:03.701Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef57354e-647f-4aaf-9c31-0f8fbdc7320a 2021-09-19T09:00:03.701Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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 (?, ?, ?, ?, ?) 2021-09-19T09:00:03.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041840547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:00:03.709Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041832668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041841551, "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=? 2021-09-19T09:00:03.721Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef57354e-647f-4aaf-9c31-0f8fbdc7320a 2021-09-19T09:00:03.721Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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 (?, ?, ?, ?, ?) 2021-09-19T09:00:03.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041842402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041843929, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041844268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "cds", "timestamp": 1632041840188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "policy-id", "timestamp": 1632041841471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "cds", "timestamp": 1632041840188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "policy-id", "timestamp": 1632041841471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041845937, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041846102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.732Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "cds", "timestamp": 1632041840188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "policy-id", "timestamp": 1632041841471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-19T09:00:03.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "clamp", "timestamp": 1632041846941, "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=? 2021-09-19T09:00:03.736Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef57354e-647f-4aaf-9c31-0f8fbdc7320a 2021-09-19T09:00:03.736Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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 (?, ?, ?, ?, ?) 2021-09-19T09:00:03.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "cds", "timestamp": 1632041840188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "policy-id", "timestamp": 1632041841471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041848380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "cds", "timestamp": 1632041840188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "policy-id", "timestamp": 1632041841471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "dcae-sch", "timestamp": 1632041848003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041849444, "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=? 2021-09-19T09:00:03.749Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef57354e-647f-4aaf-9c31-0f8fbdc7320a 2021-09-19T09:00:03.750Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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=? 2021-09-19T09:00:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "cds", "timestamp": 1632041840188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "policy-id", "timestamp": 1632041841471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "dcae-sch", "timestamp": 1632041848003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "multicloud-k8s-id", "timestamp": 1632041850447, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "cds", "timestamp": 1632041840188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "policy-id", "timestamp": 1632041841471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "dcae-sch", "timestamp": 1632041848003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "ves-openapi-manager", "timestamp": 1632041850804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "cds", "timestamp": 1632041840188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "policy-id", "timestamp": 1632041841471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "dcae-sch", "timestamp": 1632041848003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041851453, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041851761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "ves-openapi-manager", "timestamp": 1632041850804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "dcae-sch", "timestamp": 1632041848003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041851453, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041851761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "ves-openapi-manager", "timestamp": 1632041850804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "dcae-sch", "timestamp": 1632041848003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041851453, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041851761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "ves-openapi-manager", "timestamp": 1632041850804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "dcae-sch", "timestamp": 1632041848003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "clamp", "timestamp": 1632041854166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041851453, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041851761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "ves-openapi-manager", "timestamp": 1632041850804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "dcae-sch", "timestamp": 1632041848003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "clamp", "timestamp": 1632041854166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-19T09:00:03.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041851453, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-19T09:00:03.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "ves-openapi-manager", "timestamp": 1632041850804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041851761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "clamp", "timestamp": 1632041854166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041851453, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041851761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "ves-openapi-manager", "timestamp": 1632041850804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "clamp", "timestamp": 1632041854166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041851453, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "policy-id", "timestamp": 1632041858346, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041851761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "ves-openapi-manager", "timestamp": 1632041850804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc027617-2f40-4c4c-9820-65e8e326daf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041858620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T09:00:03.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "cds", "timestamp": 1632041858760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "clamp", "timestamp": 1632041854166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041851453, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "policy-id", "timestamp": 1632041859352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:00:03.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041851761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "clamp", "timestamp": 1632041854166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "policy-id", "timestamp": 1632041860355, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-19T09:00:03.801Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 123a7371-e52e-43b1-a343-1faaadb9d341 2021-09-19T09:00:03.801Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123a7371-e52e-43b1-a343-1faaadb9d341 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 (?, ?, ?, ?, ?) 2021-09-19T09:00:03.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "clamp", "timestamp": 1632041854166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "cds", "timestamp": 1632041861178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-19T09:00:03.817Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 123a7371-e52e-43b1-a343-1faaadb9d341 2021-09-19T09:00:03.817Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123a7371-e52e-43b1-a343-1faaadb9d341 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 (?, ?, ?, ?, ?) 2021-09-19T09:00:03.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-19T09:00:03.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "clamp", "timestamp": 1632041854166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041862113, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:00:03.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-19T09:00:03.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "aai-ml", "timestamp": 1632041863116, "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=? 2021-09-19T09:00:03.833Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef57354e-647f-4aaf-9c31-0f8fbdc7320a 2021-09-19T09:00:03.834Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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 (?, ?, ?, ?, ?) 2021-09-19T09:00:03.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-19T09:00:03.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041863673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.842Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041863799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.843Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-19T09:00:03.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "aai-ml", "timestamp": 1632041864119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "aai-ml", "timestamp": 1632041864119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041866176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:00:03.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-19T09:00:03.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041866478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.847Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "aai-ml", "timestamp": 1632041864119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632041867179, "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=? 2021-09-19T09:00:03.858Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 123a7371-e52e-43b1-a343-1faaadb9d341 2021-09-19T09:00:03.858Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123a7371-e52e-43b1-a343-1faaadb9d341 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 (?, ?, ?, ?, ?) 2021-09-19T09:00:03.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "aai-ml", "timestamp": 1632041864119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "aai-ml", "timestamp": 1632041864119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041868859, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.874Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "aai-ml", "timestamp": 1632041864119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041869882, "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=? 2021-09-19T09:00:03.880Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 123a7371-e52e-43b1-a343-1faaadb9d341 2021-09-19T09:00:03.880Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123a7371-e52e-43b1-a343-1faaadb9d341 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=? 2021-09-19T09:00:03.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041870178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.886Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "aai-ml", "timestamp": 1632041864119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:03.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "multicloud-k8s-id", "timestamp": 1632041870885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T09:00:03.887Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "clamp", "timestamp": 1632041871344, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "aai-ml", "timestamp": 1632041864119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:03.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-19T09:00:03.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "clamp", "timestamp": 1632041873944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:00:03.889Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "clamp", "timestamp": 1632041874946, "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=? 2021-09-19T09:00:03.894Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 123a7371-e52e-43b1-a343-1faaadb9d341 2021-09-19T09:00:03.894Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123a7371-e52e-43b1-a343-1faaadb9d341 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 (?, ?, ?, ?, ?) 2021-09-19T09:00:03.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041878107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.902Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "aai-ml", "timestamp": 1632041878264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.903Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:03.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:00:03.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041882769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-19T09:00:03.903Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:00:18.518Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:00:18.535Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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=? 2021-09-19T09:00:18.538Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:00:18.538Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-19T09:00:18.538Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-19T09:00:18.538Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-19T09:00:18.539Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:00:18.539Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:00:18.539Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:00:18.539Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:00:18.540Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:00:18.540Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:00:18.540Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|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=? 2021-09-19T09:00:18.547Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-19T09:00:48.547Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a 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=? 2021-09-19T09:00:48.557Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef57354e-647f-4aaf-9c31-0f8fbdc7320a and serviceModelVersionId: 0e6076bb-6337-4050-874a-42fc4ba36a6c 2021-09-19T09:00:48.557Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4197cdf5-0cd6-4d0c-a783-2e5fa415bfd4 2021-09-19T09:00:48.559Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4197cdf5-0cd6-4d0c-a783-2e5fa415bfd4/model-vers/model-ver/0e6076bb-6337-4050-874a-42fc4ba36a6c?depth=0 2021-09-19T09:00:48.566Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-19T09:00:48.621Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4197cdf5-0cd6-4d0c-a783-2e5fa415bfd4/model-vers/model-ver/0e6076bb-6337-4050-874a-42fc4ba36a6c?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]} 2021-09-19T09:00:48.623Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4197cdf5-0cd6-4d0c-a783-2e5fa415bfd4/model-vers/model-ver/0e6076bb-6337-4050-874a-42fc4ba36a6c?depth=0|INFO|500||Invoke 2021-09-19T09:00:48.655Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4197cdf5-0cd6-4d0c-a783-2e5fa415bfd4/model-vers/model-ver/0e6076bb-6337-4050-874a-42fc4ba36a6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-19T09:00:48.785Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4197cdf5-0cd6-4d0c-a783-2e5fa415bfd4/model-vers/model-ver/0e6076bb-6337-4050-874a-42fc4ba36a6c?depth=0|INFO|500||InvokeReturn 2021-09-19T09:00:48.787Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4197cdf5-0cd6-4d0c-a783-2e5fa415bfd4/model-vers/model-ver/0e6076bb-6337-4050-874a-42fc4ba36a6c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210919-09:00:48:648-52198], vertex-id=[237624], Content-Length=[0], Date=[Sun, 19 Sep 2021 09:00:48 GMT], Content-Type=[application/json]} 2021-09-19T09:00:48.787Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-09-19T09:00:48.788Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-19T09:00:48.788Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:00:48.794Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|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) 2021-09-19T09:00:48.794Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef57354e-647f-4aaf-9c31-0f8fbdc7320a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-19T09:00:48.794Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-19T09:00:48.795Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:00:48.797Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:00:48.797Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042048794, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T09:00:48.897Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:00:48.899Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:00:48.899Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:00:48.932Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:00:48.932Z||pool-93-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-19T09:00:49.810Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-19T09:00:49.810Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"123a7371-e52e-43b1-a343-1faaadb9d341","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"349245c5-9ff5-44f0-85b8-fef7570bd049","serviceDescription":"service","serviceInvariantUUID":"d733a15a-6bb8-448a-b4aa-be75f29399bb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"604e360c-27b6-4bba-9a4d-a66d73eb0a00","resourceInvariantUUID":"6bc1ea63-49be-4e54-9017-43713961c205","resourceCustomizationUUID":"17ca6d03-0ed4-474f-a6c2-b2ea647efb35","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZDMyNjU5ZjY1OWE2Y2FjYjZmZjA5OTdhYjliYWI0MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2208996b-3de5-438d-a5bf-69446c267bf1","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MjA4MzAyZmQ5MTBkMzA2MWUxNzEwMjlhYmRjNWE5ZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"865d995f-8d92-409e-8bd2-256b275556c8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6c72a21a-5a43-4e7f-981d-fc565fe6d737","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b15c062b-e3c7-4f17-82e7-303adbe7c825","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"36fea057-69c9-4da3-b1fb-d78fdd49d4c5","artifactVersion":"2","generatedFromUUID":"6c72a21a-5a43-4e7f-981d-fc565fe6d737"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZmY0YjBmMGFiMTNmMWU3NGYyMGJiNzcwYTAyNDdjMTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10f7ea04-79f7-4d0f-ad70-194fd16ce0a5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZmIzMDE1NTJmNjg1NjdkNjJmNzRmNTkwMjY4ZjU1MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae2687f9-8c8f-4bad-b338-3d5dd0d25a07","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmNkNzllYzQxYTM3MWE4Yzc1MTQ3NTZmODEyMDViMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b15f9af4-0883-4279-9314-0df83a51a6a1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-19T09:00:49.810Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:00:49.811Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:00:49.812Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:00:49.812Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:49.912Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:00:49.913Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:00:49.913Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:00:49.924Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:00:49.924Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:00:50.813Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:00:50.814Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:00:50.816Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:00:50.816Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-19T09:00:50.917Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T09:00:50.918Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:00:50.918Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:00:50.935Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:00:50.935Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:00:51.817Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:00:51.818Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:00:51.820Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:00:51.820Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-19T09:00:51.920Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T09:00:51.921Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:00:51.921Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:00:51.932Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:00:51.933Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:00:52.821Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:00:52.822Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:00:52.825Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:00:52.825Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:52.925Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:00:52.926Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:00:52.926Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:00:52.941Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:00:52.943Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:00:53.826Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:00:53.826Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:00:53.829Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:00:53.829Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-19T09:00:53.929Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:00:53.930Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:00:53.930Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:00:53.940Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:00:53.941Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:00:54.829Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:00:54.830Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:00:54.832Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:00:54.832Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:54.932Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:00:54.933Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:00:54.933Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:00:54.942Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:00:54.942Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:00:55.832Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:00:55.833Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:00:55.835Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:00:55.835Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:00:55.935Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T09:00:55.936Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:00:55.936Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:00:55.946Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:00:55.947Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:00:56.836Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:00:56.837Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:00:56.839Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:00:56.839Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:00:56.939Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T09:00:56.940Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:00:56.940Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:00:56.983Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:00:56.983Z||pool-101-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:00:57.841Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "349245c5-9ff5-44f0-85b8-fef7570bd049", "serviceDescription": "service", "serviceInvariantUUID": "d733a15a-6bb8-448a-b4aa-be75f29399bb", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "17ca6d03-0ed4-474f-a6c2-b2ea647efb35", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "604e360c-27b6-4bba-9a4d-a66d73eb0a00", "resourceInvariantUUID": "6bc1ea63-49be-4e54-9017-43713961c205", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "MjA4MzAyZmQ5MTBkMzA2MWUxNzEwMjlhYmRjNWE5ZTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "865d995f-8d92-409e-8bd2-256b275556c8", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6c72a21a-5a43-4e7f-981d-fc565fe6d737", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "36fea057-69c9-4da3-b1fb-d78fdd49d4c5", "generatedFromUUID": "6c72a21a-5a43-4e7f-981d-fc565fe6d737" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "36fea057-69c9-4da3-b1fb-d78fdd49d4c5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YmNkNzllYzQxYTM3MWE4Yzc1MTQ3NTZmODEyMDViMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b15f9af4-0883-4279-9314-0df83a51a6a1" } ], "workloadContext": "Production" } 2021-09-19T09:00:57.841Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-19T09:00:57.841Z|ef57354e-647f-4aaf-9c31-0f8fbdc7320a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 349245c5-9ff5-44f0-85b8-fef7570bd049 ASDC 2021-09-19T09:00:57.842Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:123a7371-e52e-43b1-a343-1faaadb9d341 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:349245c5-9ff5-44f0-85b8-fef7570bd049 ServiceInvariantUUID:d733a15a-6bb8-448a-b4aa-be75f29399bb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:b15f9af4-0883-4279-9314-0df83a51a6a1 ArtifactChecksum:YmNkNzllYzQxYTM3MWE4Yzc1MTQ3NTZmODEyMDViMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:17ca6d03-0ed4-474f-a6c2-b2ea647efb35 ResourceInvariantUUID:6bc1ea63-49be-4e54-9017-43713961c205 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:604e360c-27b6-4bba-9a4d-a66d73eb0a00 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:865d995f-8d92-409e-8bd2-256b275556c8 ArtifactChecksum:MjA4MzAyZmQ5MTBkMzA2MWUxNzEwMjlhYmRjNWE5ZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:6c72a21a-5a43-4e7f-981d-fc565fe6d737 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:36fea057-69c9-4da3-b1fb-d78fdd49d4c5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:36fea057-69c9-4da3-b1fb-d78fdd49d4c5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-19T09:00:57.843Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 349245c5-9ff5-44f0-85b8-fef7570bd049 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=? 2021-09-19T09:00:57.884Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T09:00:57.885Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T09:00:57.885Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T09:00:57.885Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b15f9af4-0883-4279-9314-0df83a51a6a1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-19T09:00:57.885Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T09:00:57.886Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-19T09:01:01.319Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T09:01:01.323Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b15f9af4-0883-4279-9314-0df83a51a6a1 78603 2021-09-19T09:01:01.323Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-19T09:01:01.323Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-19T09:01:01.323Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T09:01:01.324Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:01:01.326Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:01:01.326Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042061323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:01:01.426Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:01:01.427Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:01:01.427Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:01:01.435Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:01:01.436Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:01:02.327Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T09:01:02.328Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-19T09:01:02.328Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b15f9af4-0883-4279-9314-0df83a51a6a1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:02.329Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-09-19T09:01:02.329Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:02.329Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:02.532Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10480425681804642355/Definitions/service-BasicVmMacro-template.yml 2021-09-19T09:01:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:01:03.613Z||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. 2021-09-19T09:01:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:01:03.663Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:01:03.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:01:03.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041886076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T09:01:03.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:01:03.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:01:03.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041888587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T09:01:03.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:01:03.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:01:03.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "aai-ml", "timestamp": 1632041889869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:01:03.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:01:03.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:01:03.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "aai-ml", "timestamp": 1632041890874, "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=? 2021-09-19T09:01:03.671Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 123a7371-e52e-43b1-a343-1faaadb9d341 2021-09-19T09:01:03.671Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123a7371-e52e-43b1-a343-1faaadb9d341 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 (?, ?, ?, ?, ?) 2021-09-19T09:01:03.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:01:03.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041891284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-19T09:01:03.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:01:03.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:01:03.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041892395, "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" } 2021-09-19T09:01:03.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:01:03.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:01:03.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041893399, "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" } 2021-09-19T09:01:03.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:01:03.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:01:03.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041894404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T09:01:03.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:01:03.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:01:03.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041895419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-19T09:01:03.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:01:03.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:01:03.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041896423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-19T09:01:03.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:01:03.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-19T09:01:03.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041897427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:01:03.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 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 2021-09-19T09:01:03.703Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-19T09:01:03.703Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-19T09:01:03.703Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:03.703Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-19T09:01:03.703Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:03.704Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:03.704Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:03.704Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:03.704Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:03.704Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:03.704Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:03.704Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:03.704Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-19T09:01:03.704Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-19T09:01:03.704Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.704Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:03.705Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-19T09:01:03.705Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-19T09:01:03.705Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T09:01:03.705Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.705Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:03.705Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-19T09:01:03.706Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-19T09:01:03.706Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T09:01:03.706Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.706Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:03.706Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.706Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-19T09:01:03.706Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-19T09:01:03.706Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-19T09:01:03.707Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-19T09:01:03.707Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-19T09:01:03.707Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-19T09:01:03.707Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.707Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T09:01:03.707Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.707Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-19T09:01:03.708Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:01:03.708Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.708Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-19T09:01:03.708Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:01:03.708Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.708Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-19T09:01:03.708Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:01:03.709Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.709Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-19T09:01:03.709Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-19T09:01:03.709Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-19T09:01:03.709Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d16da75f-b4ad-4b4d-b67b-4e3391ee1eaf 2021-09-19T09:01:03.709Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.709Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:03.709Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.710Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:03.710Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.710Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:03.710Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:03.710Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:03.710Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:349245c5-9ff5-44f0-85b8-fef7570bd049 Model Version:NULL Model InvariantUuid:d733a15a-6bb8-448a-b4aa-be75f29399bb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:eae65970-24e2-4ab7-b3f2-29f344a96ba5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6bc1ea63-49be-4e54-9017-43713961c205 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:17ca6d03-0ed4-474f-a6c2-b2ea647efb35 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1ca39463-def4-4083-bea8-9402ba185456 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:38c297cf-f4ab-491e-b7e7-7f5075b1c77b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d16da75f-b4ad-4b4d-b67b-4e3391ee1eaf ModelInvariantUuid:6bf52de0-da09-47ed-bdc7-e04f20d01122 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:75256c91-43ed-4060-b199-f976680f02fd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:68cb0fa7-d135-4011-95bb-f4cf8fd3755c ModelInvariantUuid:ecff7b7b-10e8-41da-bc4b-8e9605b1eabc ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:8c88e28c-f5bb-4639-82cc-068c3d18c5a3 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-19T09:01:03.720Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 604e360c-27b6-4bba-9a4d-a66d73eb0a00 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:01:03.724Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2021-09-19T09:01:03.724Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 604e360c-27b6-4bba-9a4d-a66d73eb0a00 2021-09-19T09:01:03.724Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 865d995f-8d92-409e-8bd2-256b275556c8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-19T09:01:03.725Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T09:01:03.725Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-19T09:01:04.712Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T09:01:04.713Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 865d995f-8d92-409e-8bd2-256b275556c8 792 2021-09-19T09:01:04.714Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-19T09:01:04.714Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-19T09:01:04.714Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T09:01:04.714Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:01:04.719Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:01:04.719Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042064714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T09:01:04.822Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-19T09:01:04.824Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:01:04.824Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:01:04.834Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:01:04.835Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:01:05.720Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1ca39463-def4-4083-bea8-9402ba185456", "vfModuleModelVersion": "1", "vfModuleModelUUID": "38c297cf-f4ab-491e-b7e7-7f5075b1c77b", "vfModuleModelCustomizationUUID": "5b3c2132-ead1-471c-ba5b-89af90bd2e22", "isBase": true, "artifacts": [ "6c72a21a-5a43-4e7f-981d-fc565fe6d737", "36fea057-69c9-4da3-b1fb-d78fdd49d4c5" ], "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": "" } } ] 2021-09-19T09:01:05.727Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:38c297cf-f4ab-491e-b7e7-7f5075b1c77b VfModuleModelInvariantUUID:1ca39463-def4-4083-bea8-9402ba185456 VfModuleModelDescription:NULL Artifacts UUID List:{ 6c72a21a-5a43-4e7f-981d-fc565fe6d737 , 36fea057-69c9-4da3-b1fb-d78fdd49d4c5 } 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 } 2021-09-19T09:01:05.732Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1ca39463-def4-4083-bea8-9402ba185456", "vfModuleModelVersion": "1", "vfModuleModelUUID": "38c297cf-f4ab-491e-b7e7-7f5075b1c77b", "vfModuleModelCustomizationUUID": "5b3c2132-ead1-471c-ba5b-89af90bd2e22", "isBase": true, "artifacts": [ "6c72a21a-5a43-4e7f-981d-fc565fe6d737", "36fea057-69c9-4da3-b1fb-d78fdd49d4c5" ], "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": "" } } ] 2021-09-19T09:01:05.733Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:38c297cf-f4ab-491e-b7e7-7f5075b1c77b VfModuleModelInvariantUUID:1ca39463-def4-4083-bea8-9402ba185456 VfModuleModelDescription:NULL Artifacts UUID List:{ 6c72a21a-5a43-4e7f-981d-fc565fe6d737 , 36fea057-69c9-4da3-b1fb-d78fdd49d4c5 } 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 } 2021-09-19T09:01:05.734Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6c72a21a-5a43-4e7f-981d-fc565fe6d737 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-19T09:01:05.734Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T09:01:05.734Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-19T09:01:06.000Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T09:01:06.000Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6c72a21a-5a43-4e7f-981d-fc565fe6d737 5033 2021-09-19T09:01:06.001Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-19T09:01:06.001Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-19T09:01:06.001Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T09:01:06.001Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:01:06.004Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:01:06.004Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042066001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T09:01:06.105Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T09:01:06.106Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:01:06.106Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:01:06.116Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:01:06.116Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:01:07.005Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 36fea057-69c9-4da3-b1fb-d78fdd49d4c5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-19T09:01:07.005Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-19T09:01:07.006Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-19T09:01:07.253Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-19T09:01:07.254Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 36fea057-69c9-4da3-b1fb-d78fdd49d4c5 903 2021-09-19T09:01:07.254Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-19T09:01:07.254Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-19T09:01:07.254Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T09:01:07.254Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:01:07.256Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:01:07.256Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042067254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-19T09:01:07.356Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T09:01:07.357Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:01:07.357Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:01:07.372Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:01:07.373Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:01:08.257Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 349245c5-9ff5-44f0-85b8-fef7570bd049 2021-09-19T09:01:08.258Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 604e360c-27b6-4bba-9a4d-a66d73eb0a00 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:01:08.281Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@268e8756, org.onap.sdc.toscaparser.api.parameters.Input@2033e494, org.onap.sdc.toscaparser.api.parameters.Input@25624c38, org.onap.sdc.toscaparser.api.parameters.Input@67d521b1, org.onap.sdc.toscaparser.api.parameters.Input@35b3be2a] 2021-09-19T09:01:08.283Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.283Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:08.284Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-09-19T09:01:08.284Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 17ca6d03-0ed4-474f-a6c2-b2ea647efb35 2021-09-19T09:01:08.284Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 17ca6d03-0ed4-474f-a6c2-b2ea647efb35 matches Tosca VF Customization UUID: 17ca6d03-0ed4-474f-a6c2-b2ea647efb35 2021-09-19T09:01:08.284Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 17ca6d03-0ed4-474f-a6c2-b2ea647efb35 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-19T09:01:08.287Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.288Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:08.288Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 17ca6d03-0ed4-474f-a6c2-b2ea647efb35: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2021-09-19T09:01:08.288Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73390316 2021-09-19T09:01:08.289Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.289Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T09:01:08.289Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5b3c2132-ead1-471c-ba5b-89af90bd2e22 2021-09-19T09:01:08.289Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5b3c2132-ead1-471c-ba5b-89af90bd2e22 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-19T09:01:08.292Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.292Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-19T09:01:08.292Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:01:08.293Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.293Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-19T09:01:08.293Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:01:08.293Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.293Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-19T09:01:08.294Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-19T09:01:08.294Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-19T09:01:08.294Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d16da75f-b4ad-4b4d-b67b-4e3391ee1eaf Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-19T09:01:08.296Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.296Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-19T09:01:08.296Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:01:08.297Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.297Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-19T09:01:08.297Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=17ca6d03-0ed4-474f-a6c2-b2ea647efb35 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:01:08.299Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.299Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:08.299Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 349245c5-9ff5-44f0-85b8-fef7570bd049: basic_vm_macro 2021-09-19T09:01:08.299Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.300Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:08.300Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.300Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:08.300Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.300Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:08.301Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.301Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:08.301Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:01:08.301Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:01:08.302Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-19T09:01:08.388Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 604e360c-27b6-4bba-9a4d-a66d73eb0a00 1 ASDC deployResourceStructure 2021-09-19T09:01:08.389Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-19T09:01:08.389Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-19T09:01:08.389Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T09:01:08.390Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:01:08.392Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:01:08.392Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042068389, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T09:01:08.492Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:01:08.492Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:01:08.493Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:01:08.502Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:01:08.502Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:01:09.392Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-19T09:01:09.392Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-19T09:01:09.393Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T09:01:09.393Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:01:09.395Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:01:09.395Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042069392, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-19T09:01:09.495Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:01:09.496Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:01:09.496Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:01:09.508Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:01:09.508Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:01:10.396Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-19T09:01:10.396Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-19T09:01:10.396Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T09:01:10.397Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:01:10.398Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:01:10.398Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042070396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-19T09:01:10.498Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:01:10.499Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:01:10.499Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:01:10.511Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:01:10.512Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:01:11.399Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-19T09:01:11.399Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-19T09:01:11.399Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T09:01:11.400Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:01:11.401Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:01:11.401Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042071399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:01:11.502Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:01:11.503Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:01:11.503Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:01:11.518Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:01:11.519Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:01:12.402Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 123a7371-e52e-43b1-a343-1faaadb9d341 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:01:12.412Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 123a7371-e52e-43b1-a343-1faaadb9d341 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=? 2021-09-19T09:01:12.415Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:01:12.415Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-19T09:01:12.415Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-19T09:01:12.416Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-19T09:01:12.416Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:01:12.416Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:01:12.416Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:01:12.417Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:01:12.417Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:01:12.417Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:01:12.417Z|123a7371-e52e-43b1-a343-1faaadb9d341|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=? 2021-09-19T09:01:12.422Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-19T09:01:42.423Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 123a7371-e52e-43b1-a343-1faaadb9d341 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=? 2021-09-19T09:01:42.434Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 123a7371-e52e-43b1-a343-1faaadb9d341 and serviceModelVersionId: 349245c5-9ff5-44f0-85b8-fef7570bd049 2021-09-19T09:01:42.434Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d733a15a-6bb8-448a-b4aa-be75f29399bb 2021-09-19T09:01:42.435Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d733a15a-6bb8-448a-b4aa-be75f29399bb/model-vers/model-ver/349245c5-9ff5-44f0-85b8-fef7570bd049?depth=0 2021-09-19T09:01:42.441Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-19T09:01:42.491Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d733a15a-6bb8-448a-b4aa-be75f29399bb/model-vers/model-ver/349245c5-9ff5-44f0-85b8-fef7570bd049?depth=0|INFO|500||Invoke 2021-09-19T09:01:42.492Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d733a15a-6bb8-448a-b4aa-be75f29399bb/model-vers/model-ver/349245c5-9ff5-44f0-85b8-fef7570bd049?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d733a15a-6bb8-448a-b4aa-be75f29399bb/model-vers/model-ver/349245c5-9ff5-44f0-85b8-fef7570bd049?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[123a7371-e52e-43b1-a343-1faaadb9d341], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c36d464-9cd0-429f-9255-a01bd0a7db60], X-ECOMP-RequestID=[123a7371-e52e-43b1-a343-1faaadb9d341], X-TransactionId=[], X-ONAP-RequestID=[123a7371-e52e-43b1-a343-1faaadb9d341], Content-Type=[application/merge-patch+json]} 2021-09-19T09:01:42.516Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d733a15a-6bb8-448a-b4aa-be75f29399bb/model-vers/model-ver/349245c5-9ff5-44f0-85b8-fef7570bd049?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-19T09:01:42.628Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d733a15a-6bb8-448a-b4aa-be75f29399bb/model-vers/model-ver/349245c5-9ff5-44f0-85b8-fef7570bd049?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d733a15a-6bb8-448a-b4aa-be75f29399bb/model-vers/model-ver/349245c5-9ff5-44f0-85b8-fef7570bd049?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210919-09:01:42:512-845], vertex-id=[245936], Content-Length=[0], Date=[Sun, 19 Sep 2021 09:01:42 GMT], Content-Type=[application/json]} 2021-09-19T09:01:42.628Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d733a15a-6bb8-448a-b4aa-be75f29399bb/model-vers/model-ver/349245c5-9ff5-44f0-85b8-fef7570bd049?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-19T09:01:42.629Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d733a15a-6bb8-448a-b4aa-be75f29399bb/model-vers/model-ver/349245c5-9ff5-44f0-85b8-fef7570bd049?depth=0|INFO|500||InvokeReturn 2021-09-19T09:01:42.629Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-19T09:01:42.630Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:01:42.635Z|123a7371-e52e-43b1-a343-1faaadb9d341|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) 2021-09-19T09:01:42.635Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 123a7371-e52e-43b1-a343-1faaadb9d341 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-19T09:01:42.636Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-19T09:01:42.636Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:01:42.638Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:01:42.639Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042102635, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T09:01:42.739Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:01:42.740Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:01:42.741Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:01:42.754Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:01:42.754Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-19T09:01:43.652Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:01:43.652Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:01:43.652Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:01:53.898Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:01:53.901Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:01:53.902Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:01:53.902Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:02:03.487Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:02:03.487Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:02:03.488Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:02:03.489Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:02:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:02:03.613Z||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. 2021-09-19T09:02:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:02:03.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:02:03.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:02:03.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef57354e-647f-4aaf-9c31-0f8fbdc7320a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042048794, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T09:02:03.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:02:03.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:02:03.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632041859644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:02:03.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:02:03.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042061323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:02:03.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:02:13.076Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:02:13.077Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:02:13.083Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:02:13.083Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:02:22.648Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:02:22.650Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:02:22.651Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:02:22.651Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:02:32.259Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:02:32.260Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:02:32.261Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:02:32.261Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:02:41.811Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:03:03.606Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:03:03.608Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:03:03.608Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:03:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:03:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T09:03:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:03:04.152Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:03:04.154Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-19T09:03:04.154Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042064714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T09:03:04.155Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:03:04.155Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-19T09:03:04.155Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042066001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T09:03:04.155Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:03:04.155Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-19T09:03:04.156Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042067254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-19T09:03:04.156Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:03:04.156Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-19T09:03:04.156Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042068389, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T09:03:04.156Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:03:04.156Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-19T09:03:04.156Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042069392, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-19T09:03:04.157Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:03:04.157Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-19T09:03:04.157Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042070396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-19T09:03:04.158Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:03:04.158Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-19T09:03:04.158Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042071399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:03:04.158Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:03:04.158Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-19T09:03:04.158Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "123a7371-e52e-43b1-a343-1faaadb9d341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042102635, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T09:03:04.158Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:03:13.195Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:04:03.606Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:04:03.610Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:04:03.611Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:04:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:04:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T09:04:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:04:13.177Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:04:13.188Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:05:03.608Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:05:03.611Z||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. 2021-09-19T09:05:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:05:03.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:05:03.613Z||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. 2021-09-19T09:05:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:05:13.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:05:13.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:06:03.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:06:03.609Z||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. 2021-09-19T09:06:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:06:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:06:03.612Z||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. 2021-09-19T09:06:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:06:13.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:06:13.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:03.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:07:03.611Z||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. 2021-09-19T09:07:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:03.614Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:07:03.614Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:07:03.614Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:03.757Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:03.759Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.759Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042413981, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.760Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.760Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.760Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "ves-openapi-manager", "timestamp": 1632042410804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.760Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042413981, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "ves-openapi-manager", "timestamp": 1632042410804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "policy-id", "timestamp": 1632042420416, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042413981, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-19T09:07:03.761Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "ves-openapi-manager", "timestamp": 1632042410804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "policy-id", "timestamp": 1632042420416, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632042421762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "cds", "timestamp": 1632042421945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.762Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.763Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042413981, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-19T09:07:03.763Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.763Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.763Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "ves-openapi-manager", "timestamp": 1632042410804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.763Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.763Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.763Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "policy-id", "timestamp": 1632042420416, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.763Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:03.763Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:07:03.763Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632042421762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:03.763Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:07:04.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:04.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T09:07:04.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2efae76d-70cf-4972-9e96-3c5abac4bb4d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"2a75a837-8a26-437e-a651-b91e109e8119","serviceDescription":"service","serviceInvariantUUID":"7a051431-5b29-4758-b063-75efd29fd754","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4575cbf4-3130-4c45-92d2-27416c0f9b43","resourceInvariantUUID":"15f0713c-bb80-448b-820b-b965693e669b","resourceCustomizationUUID":"9accb24f-81b9-4aa7-b9d7-325fad015e16","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"03802640-4862-4eac-8c55-987e4e19cc97","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZjI3NGJjNWE0YmQ5MjIzY2Y3NWQ2MmUyNWQ5MmEyOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2bc8c524-27b5-40c6-9a73-13fbed038a7d","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ODgyNDE4NTRhODVmNTdlMjI4MWVjN2Y3N2JkYjBhMmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eea8265a-f9b5-4b7c-879c-32c8166e37eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"178f4e0d-794b-44fb-8867-7110ff1e57fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d4dae14f-5cb2-48e5-9e15-064d8f973963","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e7d596a2-02df-45da-abf0-3bf9ad516e7c","artifactVersion":"2","generatedFromUUID":"178f4e0d-794b-44fb-8867-7110ff1e57fc"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZGUwMzRlMjI4NTc0MjdkNTBkMmVjNDNmNGVmNDJiOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd2bf119-8dac-4899-af63-f8eaed41cfe5","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YTEwMzdlOWYzZjUzYzAzMjBlYmRlZWUxZWEzN2I5OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"832047d0-afbd-4617-b253-a349f622aea3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-19T09:07:04.253Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:07:04.253Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:04.259Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:04.259Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:04.359Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:04.360Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:04.360Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:04.374Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:04.374Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:05.260Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:07:05.261Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:05.263Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:05.263Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:05.363Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:05.364Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:05.364Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:05.374Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:05.374Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:06.264Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:07:06.264Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:06.266Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:06.267Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-19T09:07:06.367Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:06.368Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:06.368Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:06.377Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:06.377Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:07.267Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:07:07.267Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:07.270Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:07.270Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-19T09:07:07.370Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:07.370Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:07.370Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:07.381Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:07.381Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-19T09:07:08.271Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:07:08.271Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:08.273Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:08.273Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:08.373Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:08.374Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:08.374Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:08.393Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:08.394Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:09.274Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:07:09.274Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:09.277Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:09.277Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-19T09:07:09.376Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T09:07:09.377Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:09.377Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:09.394Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:09.395Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-09-19T09:07:10.278Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:07:10.279Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:10.281Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:10.281Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:07:10.381Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:10.382Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:10.382Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:10.391Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:10.391Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:11.282Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:07:11.282Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:11.289Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:11.289Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:07:11.389Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:11.390Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:11.390Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:11.401Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:11.402Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:12.290Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "2a75a837-8a26-437e-a651-b91e109e8119", "serviceDescription": "service", "serviceInvariantUUID": "7a051431-5b29-4758-b063-75efd29fd754", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "9accb24f-81b9-4aa7-b9d7-325fad015e16", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4575cbf4-3130-4c45-92d2-27416c0f9b43", "resourceInvariantUUID": "15f0713c-bb80-448b-820b-b965693e669b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "ODgyNDE4NTRhODVmNTdlMjI4MWVjN2Y3N2JkYjBhMmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eea8265a-f9b5-4b7c-879c-32c8166e37eb", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "178f4e0d-794b-44fb-8867-7110ff1e57fc", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e7d596a2-02df-45da-abf0-3bf9ad516e7c", "generatedFromUUID": "178f4e0d-794b-44fb-8867-7110ff1e57fc" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e7d596a2-02df-45da-abf0-3bf9ad516e7c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YTEwMzdlOWYzZjUzYzAzMjBlYmRlZWUxZWEzN2I5OGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "832047d0-afbd-4617-b253-a349f622aea3" } ], "workloadContext": "Production" } 2021-09-19T09:07:12.291Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-19T09:07:12.291Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a75a837-8a26-437e-a651-b91e109e8119 ASDC 2021-09-19T09:07:12.292Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:2efae76d-70cf-4972-9e96-3c5abac4bb4d ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:2a75a837-8a26-437e-a651-b91e109e8119 ServiceInvariantUUID:7a051431-5b29-4758-b063-75efd29fd754 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:832047d0-afbd-4617-b253-a349f622aea3 ArtifactChecksum:YTEwMzdlOWYzZjUzYzAzMjBlYmRlZWUxZWEzN2I5OGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:9accb24f-81b9-4aa7-b9d7-325fad015e16 ResourceInvariantUUID:15f0713c-bb80-448b-820b-b965693e669b ResourceName:basicclamp ResourceType:VF ResourceUUID:4575cbf4-3130-4c45-92d2-27416c0f9b43 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:eea8265a-f9b5-4b7c-879c-32c8166e37eb ArtifactChecksum:ODgyNDE4NTRhODVmNTdlMjI4MWVjN2Y3N2JkYjBhMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:178f4e0d-794b-44fb-8867-7110ff1e57fc ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:e7d596a2-02df-45da-abf0-3bf9ad516e7c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:e7d596a2-02df-45da-abf0-3bf9ad516e7c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-19T09:07:12.292Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a75a837-8a26-437e-a651-b91e109e8119 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 (?, ?, ?, ?, ?) 2021-09-19T09:07:12.338Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T09:07:12.339Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-19T09:07:12.339Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-19T09:07:12.339Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 832047d0-afbd-4617-b253-a349f622aea3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-19T09:07:12.339Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-19T09:07:12.339Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-19T09:07:16.577Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-19T09:07:16.580Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 832047d0-afbd-4617-b253-a349f622aea3 73476 2021-09-19T09:07:16.580Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-19T09:07:16.581Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-19T09:07:16.581Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T09:07:16.581Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:16.583Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:16.583Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042436580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:07:16.683Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:16.684Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:16.684Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:16.693Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:16.693Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:17.583Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T09:07:17.584Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-19T09:07:17.585Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 832047d0-afbd-4617-b253-a349f622aea3, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:17.585Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-09-19T09:07:17.585Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:17.585Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:17.793Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5556200033677711721/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-09-19T09:07:18.830Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-19T09:07:18.830Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-19T09:07:18.831Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:18.831Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-19T09:07:18.831Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:18.831Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:18.831Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:18.831Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:18.831Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:18.831Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:18.831Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:18.831Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:18.831Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-19T09:07:18.832Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-19T09:07:18.832Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.832Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:18.832Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-19T09:07:18.833Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-19T09:07:18.833Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T09:07:18.833Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.833Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:18.833Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-19T09:07:18.834Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-19T09:07:18.834Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T09:07:18.834Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.834Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:18.834Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.834Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-19T09:07:18.835Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-19T09:07:18.835Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-19T09:07:18.835Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-19T09:07:18.835Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-19T09:07:18.835Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-19T09:07:18.835Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.836Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T09:07:18.836Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.836Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-19T09:07:18.836Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:07:18.836Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.836Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-19T09:07:18.837Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:07:18.837Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.837Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-19T09:07:18.837Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:07:18.837Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.837Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-19T09:07:18.838Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-19T09:07:18.838Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-19T09:07:18.838Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ce4dc612-7a0c-4a7c-8792-fa04aa3e3ff7 2021-09-19T09:07:18.838Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.838Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:18.838Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.839Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:18.839Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.839Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:18.839Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:18.839Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:18.839Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:2a75a837-8a26-437e-a651-b91e109e8119 Model Version:NULL Model InvariantUuid:7a051431-5b29-4758-b063-75efd29fd754 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:08afc2ac-292e-4c79-b416-0eeb4cc52008 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:15f0713c-bb80-448b-820b-b965693e669b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9accb24f-81b9-4aa7-b9d7-325fad015e16 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e5317929-89a2-4d2f-8b86-5811280776b4 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:88e57241-0894-4231-8c75-f90da4202feb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ce4dc612-7a0c-4a7c-8792-fa04aa3e3ff7 ModelInvariantUuid:8fab34a4-a406-498f-a45f-ad7b151cc628 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:34857e2d-9e3b-454b-ab9f-9209ced6d2af ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ab7b481e-aac7-49f8-9aec-2d4322f25124 ModelInvariantUuid:3258e8a4-4c2f-4b66-acf5-81ebf0c85271 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:afa8c48c-2e88-4bff-b71a-3b0a373b0569 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-19T09:07:18.846Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4575cbf4-3130-4c45-92d2-27416c0f9b43 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:07:18.849Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||basicclamp 0 2021-09-19T09:07:18.850Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4575cbf4-3130-4c45-92d2-27416c0f9b43 2021-09-19T09:07:18.850Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eea8265a-f9b5-4b7c-879c-32c8166e37eb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-19T09:07:18.850Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-19T09:07:18.850Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-19T09:07:21.876Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-19T09:07:21.877Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json eea8265a-f9b5-4b7c-879c-32c8166e37eb 790 2021-09-19T09:07:21.877Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-19T09:07:21.877Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-19T09:07:21.877Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T09:07:21.878Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:21.879Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:21.880Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042441877, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T09:07:21.980Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:21.981Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:21.981Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:21.990Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:21.990Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:22.880Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e5317929-89a2-4d2f-8b86-5811280776b4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "88e57241-0894-4231-8c75-f90da4202feb", "vfModuleModelCustomizationUUID": "75fcfd8c-ee3e-4ea8-a290-80a5ed47b1ed", "isBase": true, "artifacts": [ "178f4e0d-794b-44fb-8867-7110ff1e57fc", "e7d596a2-02df-45da-abf0-3bf9ad516e7c" ], "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": "" } } ] 2021-09-19T09:07:22.884Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:88e57241-0894-4231-8c75-f90da4202feb VfModuleModelInvariantUUID:e5317929-89a2-4d2f-8b86-5811280776b4 VfModuleModelDescription:NULL Artifacts UUID List:{ 178f4e0d-794b-44fb-8867-7110ff1e57fc , e7d596a2-02df-45da-abf0-3bf9ad516e7c } 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 } 2021-09-19T09:07:22.886Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e5317929-89a2-4d2f-8b86-5811280776b4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "88e57241-0894-4231-8c75-f90da4202feb", "vfModuleModelCustomizationUUID": "75fcfd8c-ee3e-4ea8-a290-80a5ed47b1ed", "isBase": true, "artifacts": [ "178f4e0d-794b-44fb-8867-7110ff1e57fc", "e7d596a2-02df-45da-abf0-3bf9ad516e7c" ], "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": "" } } ] 2021-09-19T09:07:22.887Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:88e57241-0894-4231-8c75-f90da4202feb VfModuleModelInvariantUUID:e5317929-89a2-4d2f-8b86-5811280776b4 VfModuleModelDescription:NULL Artifacts UUID List:{ 178f4e0d-794b-44fb-8867-7110ff1e57fc , e7d596a2-02df-45da-abf0-3bf9ad516e7c } 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 } 2021-09-19T09:07:22.887Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 178f4e0d-794b-44fb-8867-7110ff1e57fc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-19T09:07:22.887Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-19T09:07:22.887Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-19T09:07:23.787Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-19T09:07:23.788Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 178f4e0d-794b-44fb-8867-7110ff1e57fc 5033 2021-09-19T09:07:23.788Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-19T09:07:23.788Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-19T09:07:23.789Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T09:07:23.789Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:23.791Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:23.791Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042443788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T09:07:23.891Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:23.891Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:23.891Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:23.898Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:23.898Z||pool-121-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:24.792Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e7d596a2-02df-45da-abf0-3bf9ad516e7c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-19T09:07:24.792Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-19T09:07:24.793Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-19T09:07:24.976Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-19T09:07:24.976Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e7d596a2-02df-45da-abf0-3bf9ad516e7c 909 2021-09-19T09:07:24.976Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-19T09:07:24.976Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-19T09:07:24.977Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T09:07:24.977Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:24.979Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:24.979Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042444976, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-19T09:07:25.079Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:25.081Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:25.081Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:25.089Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:25.089Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:25.981Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2a75a837-8a26-437e-a651-b91e109e8119 2021-09-19T09:07:25.981Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 4575cbf4-3130-4c45-92d2-27416c0f9b43 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:07:26.002Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20a28d08, org.onap.sdc.toscaparser.api.parameters.Input@5a21b86a, org.onap.sdc.toscaparser.api.parameters.Input@21fcc4b4, org.onap.sdc.toscaparser.api.parameters.Input@5b0f4519, org.onap.sdc.toscaparser.api.parameters.Input@6f7149bd] 2021-09-19T09:07:26.004Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.005Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:26.005Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-09-19T09:07:26.006Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 9accb24f-81b9-4aa7-b9d7-325fad015e16 2021-09-19T09:07:26.006Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9accb24f-81b9-4aa7-b9d7-325fad015e16 matches Tosca VF Customization UUID: 9accb24f-81b9-4aa7-b9d7-325fad015e16 2021-09-19T09:07:26.006Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 9accb24f-81b9-4aa7-b9d7-325fad015e16 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-19T09:07:26.009Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.009Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:26.011Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 9accb24f-81b9-4aa7-b9d7-325fad015e16: {\"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\"} 2021-09-19T09:07:26.011Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e5c4166 2021-09-19T09:07:26.011Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.012Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-19T09:07:26.012Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75fcfd8c-ee3e-4ea8-a290-80a5ed47b1ed 2021-09-19T09:07:26.012Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75fcfd8c-ee3e-4ea8-a290-80a5ed47b1ed Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-19T09:07:26.016Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.016Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-19T09:07:26.017Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:07:26.017Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.017Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-19T09:07:26.018Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:07:26.018Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.018Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-19T09:07:26.019Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-19T09:07:26.019Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-19T09:07:26.019Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ce4dc612-7a0c-4a7c-8792-fa04aa3e3ff7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-19T09:07:26.022Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.023Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-19T09:07:26.023Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-19T09:07:26.023Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.024Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-19T09:07:26.024Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=9accb24f-81b9-4aa7-b9d7-325fad015e16 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:07:26.026Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.027Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:26.027Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2a75a837-8a26-437e-a651-b91e109e8119: basicclamp 2021-09-19T09:07:26.027Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.028Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:26.028Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.029Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:26.029Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.029Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:26.030Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.030Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:26.030Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:07:26.031Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:07:26.031Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-19T09:07:26.133Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 4575cbf4-3130-4c45-92d2-27416c0f9b43 1 ASDC deployResourceStructure 2021-09-19T09:07:26.134Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-19T09:07:26.134Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-19T09:07:26.135Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T09:07:26.135Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:26.137Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:26.137Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042446134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T09:07:26.238Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T09:07:26.239Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:26.239Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:26.251Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:26.252Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:27.139Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-19T09:07:27.140Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-19T09:07:27.140Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T09:07:27.140Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:27.142Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:27.142Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042447138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-19T09:07:27.242Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:27.243Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:27.244Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:27.253Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:27.254Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:28.143Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-19T09:07:28.143Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-19T09:07:28.143Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T09:07:28.144Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:28.146Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:28.146Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042448143, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-19T09:07:28.246Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:28.247Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:28.247Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:28.260Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:28.261Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:29.151Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-19T09:07:29.152Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-19T09:07:29.152Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T09:07:29.152Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:07:29.155Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:07:29.155Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042449150, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:07:29.255Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:07:29.255Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:07:29.256Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:07:29.267Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:07:29.267Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:07:30.156Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:07:30.169Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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=? 2021-09-19T09:07:30.171Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:07:30.171Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T09:07:30.172Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T09:08:00.173Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:08:00.189Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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=? 2021-09-19T09:08:00.191Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:08:00.192Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T09:08:00.192Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T09:08:03.612Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:08:03.616Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:08:03.616Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:08:03.645Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:08:03.646Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:08:03.646Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "cds", "timestamp": 1632042421945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:08:03.648Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:08:30.194Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:08:30.211Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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=? 2021-09-19T09:08:30.215Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:08:30.215Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T09:08:30.215Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T09:09:00.217Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:09:00.236Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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=? 2021-09-19T09:09:00.238Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:09:00.238Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T09:09:00.238Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T09:09:03.612Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:09:03.616Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:09:03.616Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:09:03.648Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:09:03.649Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:09:03.649Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042413981, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:09:03.650Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:09:30.239Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:09:30.257Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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=? 2021-09-19T09:09:30.258Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:09:30.258Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T09:09:30.258Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T09:10:00.260Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:10:00.277Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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=? 2021-09-19T09:10:00.280Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:10:00.280Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T09:10:00.280Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T09:10:03.614Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:10:03.617Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:10:03.617Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:10:04.161Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:10:04.163Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.163Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "ves-openapi-manager", "timestamp": 1632042410804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.164Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.164Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.164Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "policy-id", "timestamp": 1632042420416, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-19T09:10:04.164Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.164Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632042421762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "cds", "timestamp": 1632042421945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042424167, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042413981, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "ves-openapi-manager", "timestamp": 1632042410804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "policy-id", "timestamp": 1632042420416, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.167Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.167Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632042421762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.167Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.167Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.167Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "cds", "timestamp": 1632042421945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.167Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.167Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.167Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042424167, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.167Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.167Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.167Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042413981, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "ves-openapi-manager", "timestamp": 1632042410804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "policy-id", "timestamp": 1632042420416, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632042421762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.168Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "cds", "timestamp": 1632042421945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042424167, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042413981, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "ves-openapi-manager", "timestamp": 1632042410804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "policy-id", "timestamp": 1632042420416, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-19T09:10:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632042421762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "cds", "timestamp": 1632042421945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042424167, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "policy-id", "timestamp": 1632042420416, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042428338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632042421762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "cds", "timestamp": 1632042421945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "dcae-sch", "timestamp": 1632042428003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042424167, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-19T09:10:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632042421762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:10:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "cds", "timestamp": 1632042421945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:10:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "dcae-sch", "timestamp": 1632042428003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042424167, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "policy-id", "timestamp": 1632042430087, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042430168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "dcae-sch", "timestamp": 1632042428003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042424167, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "policy-id", "timestamp": 1632042431096, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042423607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632042431362, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "dcae-sch", "timestamp": 1632042428003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042424167, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "cds", "timestamp": 1632042431953, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.177Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.177Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.177Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "policy-id", "timestamp": 1632042432098, "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=? 2021-09-19T09:10:04.183Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2efae76d-70cf-4972-9e96-3c5abac4bb4d 2021-09-19T09:10:04.183Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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 (?, ?, ?, ?, ?) 2021-09-19T09:10:04.198Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.198Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "dcae-sch", "timestamp": 1632042428003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.198Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.198Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.198Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "cds", "timestamp": 1632042432959, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-19T09:10:04.203Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2efae76d-70cf-4972-9e96-3c5abac4bb4d 2021-09-19T09:10:04.203Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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 (?, ?, ?, ?, ?) 2021-09-19T09:10:04.211Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.211Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "aai-ml", "timestamp": 1632042432669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.211Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.211Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.211Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "dcae-sch", "timestamp": 1632042428003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632042433709, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:10:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "aai-ml", "timestamp": 1632042432669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042434553, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.213Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.213Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "dcae-sch", "timestamp": 1632042428003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.213Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.213Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.213Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632042434714, "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=? 2021-09-19T09:10:04.217Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2efae76d-70cf-4972-9e96-3c5abac4bb4d 2021-09-19T09:10:04.217Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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 (?, ?, ?, ?, ?) 2021-09-19T09:10:04.225Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.225Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "aai-ml", "timestamp": 1632042432669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.225Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.225Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.225Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042435576, "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=? 2021-09-19T09:10:04.233Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2efae76d-70cf-4972-9e96-3c5abac4bb4d 2021-09-19T09:10:04.233Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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=? 2021-09-19T09:10:04.239Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.239Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "dcae-sch", "timestamp": 1632042428003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.239Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.240Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.240Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "aai-ml", "timestamp": 1632042432669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.240Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.240Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.240Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042436580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.240Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.240Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.240Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "multicloud-k8s-id", "timestamp": 1632042436590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T09:10:04.240Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.240Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.240Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "aai-ml", "timestamp": 1632042432669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.241Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.241Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.241Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "aai-ml", "timestamp": 1632042432669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.241Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.241Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.241Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "aai-ml", "timestamp": 1632042432669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:10:04.241Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.241Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.241Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "aai-ml", "timestamp": 1632042432669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:10:04.241Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:10:04.241Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042441877, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "aai-ml", "timestamp": 1632042443183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "dcae-sch", "timestamp": 1632042443769, "artifactURL": "/sdc/v1/catalog/services/2a75a837-8a26-437e-a651-b91e109e8119/resourceInstances/basicclamp0/artifacts/03802640-4862-4eac-8c55-987e4e19cc97", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042443788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042444976, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "dcae-sch", "timestamp": 1632042445054, "artifactURL": "/sdc/v1/catalog/services/2a75a837-8a26-437e-a651-b91e109e8119/resourceInstances/basicclamp0/artifacts/03802640-4862-4eac-8c55-987e4e19cc97", "status": "DEPLOY_OK" } 2021-09-19T09:10:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042445079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "dcae-sch", "timestamp": 1632042446065, "artifactURL": "/sdc/v1/catalog/services/2a75a837-8a26-437e-a651-b91e109e8119/resourceInstances/basicclamp0/artifacts/03802640-4862-4eac-8c55-987e4e19cc97", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-19T09:10:04.253Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 2efae76d-70cf-4972-9e96-3c5abac4bb4d 2021-09-19T09:10:04.253Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2efae76d-70cf-4972-9e96-3c5abac4bb4d and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-19T09:10:04.264Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.264Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042446082, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-19T09:10:04.264Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.264Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.264Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042446134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T09:10:04.264Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.264Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.265Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042447138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-19T09:10:04.265Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.265Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.265Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042448143, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-19T09:10:04.265Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.265Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.266Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042449150, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:10:04.266Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.266Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.266Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042450157, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:10:04.266Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.267Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.267Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042451163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-19T09:10:04.267Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.267Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.268Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "clamp", "timestamp": 1632042452166, "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=? 2021-09-19T09:10:04.272Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2efae76d-70cf-4972-9e96-3c5abac4bb4d 2021-09-19T09:10:04.272Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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 (?, ?, ?, ?, ?) 2021-09-19T09:10:04.280Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.280Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "aai-ml", "timestamp": 1632042453348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:10:04.281Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:10:04.281Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:10:04.281Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "aai-ml", "timestamp": 1632042454353, "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=? 2021-09-19T09:10:04.285Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2efae76d-70cf-4972-9e96-3c5abac4bb4d 2021-09-19T09:10:04.286Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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 (?, ?, ?, ?, ?) 2021-09-19T09:10:30.281Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:10:30.299Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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=? 2021-09-19T09:10:30.303Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:10:30.303Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-19T09:10:30.303Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-19T09:10:30.305Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-19T09:10:30.305Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:10:30.305Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:10:30.305Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:10:30.306Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:10:30.306Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:10:30.306Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:10:30.307Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:10:30.307Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-19T09:10:30.313Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-19T09:11:00.315Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d 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=? 2021-09-19T09:11:00.335Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2efae76d-70cf-4972-9e96-3c5abac4bb4d and serviceModelVersionId: 2a75a837-8a26-437e-a651-b91e109e8119 2021-09-19T09:11:00.335Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a051431-5b29-4758-b063-75efd29fd754 2021-09-19T09:11:00.337Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a051431-5b29-4758-b063-75efd29fd754/model-vers/model-ver/2a75a837-8a26-437e-a651-b91e109e8119?depth=0 2021-09-19T09:11:00.345Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-09-19T09:11:00.405Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a051431-5b29-4758-b063-75efd29fd754/model-vers/model-ver/2a75a837-8a26-437e-a651-b91e109e8119?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]} 2021-09-19T09:11:00.406Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a051431-5b29-4758-b063-75efd29fd754/model-vers/model-ver/2a75a837-8a26-437e-a651-b91e109e8119?depth=0|INFO|500||Invoke 2021-09-19T09:11:00.432Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a051431-5b29-4758-b063-75efd29fd754/model-vers/model-ver/2a75a837-8a26-437e-a651-b91e109e8119?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-19T09:11:00.983Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a051431-5b29-4758-b063-75efd29fd754/model-vers/model-ver/2a75a837-8a26-437e-a651-b91e109e8119?depth=0|INFO|500||InvokeReturn 2021-09-19T09:11:00.983Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a051431-5b29-4758-b063-75efd29fd754/model-vers/model-ver/2a75a837-8a26-437e-a651-b91e109e8119?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210919-09:11:00:425-79404], vertex-id=[520344], Content-Length=[0], Date=[Sun, 19 Sep 2021 09:11:00 GMT], Content-Type=[application/json]} 2021-09-19T09:11:00.984Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-09-19T09:11:00.984Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-19T09:11:00.984Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:11:00.990Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-19T09:11:00.991Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2efae76d-70cf-4972-9e96-3c5abac4bb4d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-19T09:11:00.992Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-19T09:11:00.993Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:11:00.996Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:11:00.996Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042660992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T09:11:01.098Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-19T09:11:01.100Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:11:01.100Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:11:01.136Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:11:01.137Z||pool-127-thread-1|||||INFO|500||cambria reply ok (38 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=? 2021-09-19T09:11:02.013Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:11:02.013Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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. 2021-09-19T09:11:02.014Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:11:03.612Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:11:03.613Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:11:03.613Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:11:04.247Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:11:04.248Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:11:04.248Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2efae76d-70cf-4972-9e96-3c5abac4bb4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632042660992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T09:11:04.249Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:11:12.390Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:11:12.391Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:11:12.392Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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. 2021-09-19T09:11:12.392Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:11:21.955Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:11:21.956Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:11:21.957Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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. 2021-09-19T09:11:21.958Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:11:31.506Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:11:31.507Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:11:31.508Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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. 2021-09-19T09:11:31.508Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:11:41.115Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:12:03.606Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:12:03.607Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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. 2021-09-19T09:12:03.607Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:12:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:12:03.613Z||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. 2021-09-19T09:12:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:12:13.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:12:13.231Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:13:03.606Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:13:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:13:03.614Z||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. 2021-09-19T09:13:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:13:03.622Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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. 2021-09-19T09:13:03.623Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:13:13.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:13:13.223Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:14:03.606Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:14:03.609Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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. 2021-09-19T09:14:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:14:03.610Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:14:03.612Z||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. 2021-09-19T09:14:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:14:13.224Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:14:13.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:15:03.606Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:15:03.609Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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. 2021-09-19T09:15:03.609Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:15:03.612Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:15:03.613Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:15:03.613Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:15:13.209Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:15:13.286Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:16:03.607Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:16:03.611Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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. 2021-09-19T09:16:03.612Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:16:03.612Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:16:03.613Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:16:03.613Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:16:13.184Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:16:13.202Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:17:03.609Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:17:03.612Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:17:03.617Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:17:03.617Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:17:03.620Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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. 2021-09-19T09:17:03.621Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:17:13.210Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:17:13.239Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:03.606Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:18:03.609Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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. 2021-09-19T09:18:03.609Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:03.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:18:03.614Z||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. 2021-09-19T09:18:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:11.219Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:11.222Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T09:18:11.223Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9867268-0acf-440b-a8b7-c2e7c2424997","serviceName":"Demo_pNF_k542v880msYCnPqbQCda","serviceVersion":"1.0","serviceUUID":"fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e","serviceDescription":"catalog service description","serviceInvariantUUID":"183a1631-7bc0-4149-9af9-cdd7e1a8ce31","resources":[{"resourceInstanceName":"pNF a4516fe5-8fb5 0","resourceName":"pNF a4516fe5-8fb5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"af77b581-6a51-409e-a7d5-d6dffac09375","resourceInvariantUUID":"fc30b101-e7c6-442d-8c8c-f560d8513571","resourceCustomizationUUID":"6b8ac2b1-5c20-4fb2-bdae-e92f805bd2d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vf-license-model.xml","artifactChecksum":"NGFiYmMwZmIxN2RmMjFhNzI3NDlmMGIxMzBlNjQ5ZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f6829f0-7b85-40aa-a34d-8b281a888fff","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/pNF.csar","artifactChecksum":"YzEzM2UzOGU1YTBkZDZhMzQyNDMwMjczMzVmOWQ1Mzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a0041e7-1c9e-4b3d-8689-88000345749d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"342b0044-b0c2-4ace-b9ff-87d6ea285a45","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vendor-license-model.xml","artifactChecksum":"Y2ZkYWUxNDQyOTU4OWZmYjAzMjIwYTYxNzYwYjk0YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4252d2f5-426f-492d-8a3e-85251aa26191","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3045e713-7448-4eaf-9aa3-84fb04199b5f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f47850e6-2202-42b1-aef9-e515a3fc1a0f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfK542v880msycnpqbqcda-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-template.yml","artifactChecksum":"NjZjOTc1NWVlYzZjMzFkMmFlNWNiMDg1ZDc2MzE1NGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa5f1caa-51a5-4fa4-9c87-e79c19fd2f79","artifactVersion":"1"},{"artifactName":"service-DemoPnfK542v880msycnpqbqcda-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar","artifactChecksum":"ZWRjOTdmZTc0ZTE3YTIxNDljYWUzMjRlMDk1YTYyZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7b4d209-f490-40a9-ac1f-ded863edd163","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-19T09:18:11.232Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:18:11.233Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:18:11.238Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:18:11.238Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:11.339Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T09:18:11.341Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:18:11.341Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:11.364Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:11.365Z||pool-128-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":6,"count":1} 2021-09-19T09:18:11.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:11.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:18:11.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:11.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:18:11.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:18:11.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "dcae-sch", "timestamp": 1632043088003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:11.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:18:11.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:18:11.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "cds", "timestamp": 1632043081945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:11.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:18:11.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:18:11.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "clamp", "timestamp": 1632043084167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:11.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:18:11.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:18:11.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043081770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:11.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:18:12.239Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:18:12.243Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:18:12.249Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:18:12.249Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:12.351Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-19T09:18:12.352Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:18:12.352Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:12.360Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:12.361Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:18:13.254Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:18:13.255Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:18:13.257Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:18:13.257Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:13.362Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-09-19T09:18:13.363Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:18:13.363Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:13.390Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:13.391Z||pool-130-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:18:14.258Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:18:14.258Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:18:14.260Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:18:14.260Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:14.361Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:18:14.362Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:18:14.362Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:14.415Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:14.416Z||pool-131-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:18:15.262Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:18:15.263Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:18:15.266Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:18:15.266Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:15.365Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T09:18:15.366Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:18:15.366Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:15.376Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:15.377Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:18:16.266Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:18:16.268Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:18:16.271Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:18:16.271Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:16.371Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T09:18:16.372Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:18:16.372Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:16.398Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:16.399Z||pool-133-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:18:17.272Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:18:17.274Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:18:17.278Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:18:17.279Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:18:17.378Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-19T09:18:17.379Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:18:17.379Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:17.387Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:17.388Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:18:18.282Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:18:18.282Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:18:18.284Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:18:18.284Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:18:18.385Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:18:18.385Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:18:18.385Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:18.393Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:18.393Z||pool-135-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:18:19.285Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "serviceName": "Demo_pNF_k542v880msYCnPqbQCda", "serviceVersion": "1.0", "serviceUUID": "fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "183a1631-7bc0-4149-9af9-cdd7e1a8ce31", "resources": [ { "resourceInstanceName": "pNF a4516fe5-8fb5 0", "resourceCustomizationUUID": "6b8ac2b1-5c20-4fb2-bdae-e92f805bd2d7", "resourceName": "pNF a4516fe5-8fb5", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "af77b581-6a51-409e-a7d5-d6dffac09375", "resourceInvariantUUID": "fc30b101-e7c6-442d-8c8c-f560d8513571", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfK542v880msycnpqbqcda-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "artifactChecksum": "ZWRjOTdmZTc0ZTE3YTIxNDljYWUzMjRlMDk1YTYyZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d7b4d209-f490-40a9-ac1f-ded863edd163" } ], "workloadContext": "Production" } 2021-09-19T09:18:19.286Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-19T09:18:19.286Z|2efae76d-70cf-4972-9e96-3c5abac4bb4d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e ASDC 2021-09-19T09:18:19.287Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:a9867268-0acf-440b-a8b7-c2e7c2424997 ServiceName:Demo_pNF_k542v880msYCnPqbQCda ServiceVersion:1.0 ServiceUUID:fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e ServiceInvariantUUID:183a1631-7bc0-4149-9af9-cdd7e1a8ce31 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfK542v880msycnpqbqcda-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar ArtifactUUID:d7b4d209-f490-40a9-ac1f-ded863edd163 ArtifactChecksum:ZWRjOTdmZTc0ZTE3YTIxNDljYWUzMjRlMDk1YTYyZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a4516fe5-8fb5 0 ResourceCustomizationUUID:6b8ac2b1-5c20-4fb2-bdae-e92f805bd2d7 ResourceInvariantUUID:fc30b101-e7c6-442d-8c8c-f560d8513571 ResourceName:pNF a4516fe5-8fb5 ResourceType:PNF ResourceUUID:af77b581-6a51-409e-a7d5-d6dffac09375 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-19T09:18:19.287Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e 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 (?, ?, ?, ?, ?) 2021-09-19T09:18:19.323Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T09:18:19.325Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-19T09:18:19.325Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-19T09:18:19.325Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d7b4d209-f490-40a9-ac1f-ded863edd163 from URL: /sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:19.325Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-19T09:18:19.325Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:21.195Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-19T09:18:21.203Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar d7b4d209-f490-40a9-ac1f-ded863edd163 82546 2021-09-19T09:18:21.203Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar ASDC sendASDCNotification 2021-09-19T09:18:21.204Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:21.204Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T09:18:21.204Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:18:21.205Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:18:21.206Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043101203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:18:21.306Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-19T09:18:21.306Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:18:21.307Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:21.332Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:21.332Z||pool-136-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:18:22.206Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T09:18:22.207Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-19T09:18:22.208Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d7b4d209-f490-40a9-ac1f-ded863edd163, URL: /sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar to file: /app/ASDC/1/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:22.208Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:22.208Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:22.209Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:22.342Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2773253836266640951/Definitions/service-DemoPnfK542v880msycnpqbqcda-template.yml 2021-09-19T09:18:23.102Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-19T09:18:23.103Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-19T09:18:23.103Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:23.103Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-19T09:18:23.103Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:23.103Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:23.104Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:23.104Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:23.104Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:23.104Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a4516fe5-8fb5 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-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:23.104Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:23.104Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-19T09:18:23.105Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:18:23.105Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k542v880msYCnPqbQCda is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:18:23.105Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Node template pNF a4516fe5-8fb5 0 is matching search criteria 2021-09-19T09:18:23.105Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-19T09:18:23.106Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a4516fe5-8fb5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T09:18:23.106Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:18:23.106Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k542v880msYCnPqbQCda is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:18:23.106Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Node template pNF a4516fe5-8fb5 0 is matching search criteria 2021-09-19T09:18:23.106Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-19T09:18:23.107Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a4516fe5-8fb5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T09:18:23.107Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:18:23.107Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k542v880msYCnPqbQCda is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:18:23.107Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:18:23.107Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k542v880msYCnPqbQCda is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:18:23.108Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:18:23.108Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k542v880msYCnPqbQCda is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:18:23.108Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:18:23.108Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k542v880msYCnPqbQCda is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:18:23.108Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:18:23.109Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k542v880msYCnPqbQCda is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:18:23.109Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_k542v880msYCnPqbQCda Description:catalog service description Model UUID:fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e Model Version:NULL Model InvariantUuid:183a1631-7bc0-4149-9af9-cdd7e1a8ce31 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-19T09:18:23.119Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: af77b581-6a51-409e-a7d5-d6dffac09375 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:18:23.127Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||pNF a4516fe5-8fb5 0 2021-09-19T09:18:23.127Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: af77b581-6a51-409e-a7d5-d6dffac09375 2021-09-19T09:18:23.128Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||No resources found for Service: fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e 2021-09-19T09:18:23.128Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e 2021-09-19T09:18:23.128Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a4516fe5-8fb5 0 af77b581-6a51-409e-a7d5-d6dffac09375 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:18:23.134Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34d7d1b7, org.onap.sdc.toscaparser.api.parameters.Input@6d0e18e6, org.onap.sdc.toscaparser.api.parameters.Input@54245d5a, org.onap.sdc.toscaparser.api.parameters.Input@4616d0ff, org.onap.sdc.toscaparser.api.parameters.Input@4c46ebe3] 2021-09-19T09:18:23.135Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:18:23.135Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k542v880msYCnPqbQCda is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:18:23.136Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e: pNF a4516fe5-8fb5 2021-09-19T09:18:23.136Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||Processing PNF resource: af77b581-6a51-409e-a7d5-d6dffac09375 2021-09-19T09:18:23.136Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:18:23.137Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k542v880msYCnPqbQCda is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:18:23.137Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||Resource customization UUID: 6b8ac2b1-5c20-4fb2-bdae-e92f805bd2d7 is the same as notified resource customizationUUID: 6b8ac2b1-5c20-4fb2-bdae-e92f805bd2d7 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-19T09:18:23.181Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a4516fe5-8fb5 af77b581-6a51-409e-a7d5-d6dffac09375 0 ASDC deployResourceStructure 2021-09-19T09:18:23.182Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar ASDC sendASDCNotification 2021-09-19T09:18:23.182Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar 2021-09-19T09:18:23.182Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T09:18:23.183Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:18:23.185Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:18:23.185Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043103182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:18:23.286Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T09:18:23.286Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:18:23.286Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:18:23.337Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:18:23.338Z||pool-137-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:18:24.186Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9867268-0acf-440b-a8b7-c2e7c2424997 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:18:24.195Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9867268-0acf-440b-a8b7-c2e7c2424997 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=? 2021-09-19T09:18:24.196Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:18:24.196Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T09:18:24.196Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T09:18:54.198Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9867268-0acf-440b-a8b7-c2e7c2424997 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:18:54.231Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9867268-0acf-440b-a8b7-c2e7c2424997 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=? 2021-09-19T09:18:54.233Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:18:54.233Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T09:18:54.233Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T09:19:03.614Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:19:03.619Z||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. 2021-09-19T09:19:03.619Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:19:03.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:19:03.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-19T09:19:03.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "ves-openapi-manager", "timestamp": 1632043090803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:19:03.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-19T09:19:24.234Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9867268-0acf-440b-a8b7-c2e7c2424997 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:19:24.245Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9867268-0acf-440b-a8b7-c2e7c2424997 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=? 2021-09-19T09:19:24.247Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:19:24.247Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T09:19:24.247Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T09:19:54.248Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9867268-0acf-440b-a8b7-c2e7c2424997 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:19:54.264Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9867268-0acf-440b-a8b7-c2e7c2424997 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=? 2021-09-19T09:19:54.265Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:19:54.265Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-19T09:19:54.265Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-19T09:20:03.613Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:20:03.617Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:20:03.617Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:20:04.166Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:20:04.169Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.170Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "dcae-sch", "timestamp": 1632043088003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.171Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "cds", "timestamp": 1632043081945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "clamp", "timestamp": 1632043084167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043081770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.173Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "ves-openapi-manager", "timestamp": 1632043090803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "cds", "timestamp": 1632043081945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.175Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043081770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.176Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.177Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.177Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "dcae-sch", "timestamp": 1632043088003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.177Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.177Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.177Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "clamp", "timestamp": 1632043084167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.177Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.178Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.178Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "aai-ml", "timestamp": 1632043092668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.178Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.178Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.178Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "ves-openapi-manager", "timestamp": 1632043090803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.178Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.178Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.179Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "cds", "timestamp": 1632043081945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.179Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.179Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.180Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "clamp", "timestamp": 1632043084167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.180Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.180Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.180Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "dcae-sch", "timestamp": 1632043088003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.181Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.181Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.181Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043081770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.181Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.182Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.182Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.182Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.183Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.183Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "aai-ml", "timestamp": 1632043092668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.183Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.183Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.184Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "ves-openapi-manager", "timestamp": 1632043090803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.184Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.184Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.185Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "multicloud-k8s-id", "timestamp": 1632043093981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.185Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.185Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.186Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "dcae-sch", "timestamp": 1632043088003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.186Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.186Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.186Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "cds", "timestamp": 1632043081945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.186Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.187Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.187Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "clamp", "timestamp": 1632043084167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.187Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.187Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.187Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.187Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.187Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.188Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043081770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.188Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.188Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.189Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "aai-ml", "timestamp": 1632043092668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.189Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.189Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.190Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "ves-openapi-manager", "timestamp": 1632043090803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.194Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.194Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.194Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "multicloud-k8s-id", "timestamp": 1632043093981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.195Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.195Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.195Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "cds", "timestamp": 1632043081945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.195Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.195Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.196Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "dcae-sch", "timestamp": 1632043088003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.196Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.196Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.197Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "clamp", "timestamp": 1632043084167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.197Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.197Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.198Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.198Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.198Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.199Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043081770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.199Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.200Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.200Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "aai-ml", "timestamp": 1632043092668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.201Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.201Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.201Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "ves-openapi-manager", "timestamp": 1632043090803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-19T09:20:04.202Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.202Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.202Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "multicloud-k8s-id", "timestamp": 1632043093981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.203Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.203Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.204Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "cds", "timestamp": 1632043081945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.204Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.204Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.204Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "clamp", "timestamp": 1632043084167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.205Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.205Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.205Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.205Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.206Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.206Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "dcae-sch", "timestamp": 1632043088003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.206Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.206Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.206Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043081770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.206Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.207Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.207Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "aai-ml", "timestamp": 1632043092668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.207Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.207Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.207Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "ves-openapi-manager", "timestamp": 1632043090803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.208Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.208Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.208Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "multicloud-k8s-id", "timestamp": 1632043093981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.209Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.209Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.209Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "cds", "timestamp": 1632043081945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:20:04.210Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.210Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.210Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "clamp", "timestamp": 1632043084167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:20:04.210Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.211Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.211Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "dcae-sch", "timestamp": 1632043088003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.211Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.211Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.211Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043083606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:20:04.211Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043081770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:20:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "aai-ml", "timestamp": 1632043092668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.212Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.213Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.213Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "ves-openapi-manager", "timestamp": 1632043090803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.214Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.214Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.214Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "multicloud-k8s-id", "timestamp": 1632043093981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.214Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.214Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.214Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "aai-ml", "timestamp": 1632043092668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.215Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.215Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.215Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "multicloud-k8s-id", "timestamp": 1632043093981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.215Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.215Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.215Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "aai-ml", "timestamp": 1632043092668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:20:04.215Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.215Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.215Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "multicloud-k8s-id", "timestamp": 1632043093981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.216Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.216Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.216Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "policy-id", "timestamp": 1632043100416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.216Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.216Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.216Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043101203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:20:04.216Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.216Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.216Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "cds", "timestamp": 1632043101272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:20:04.217Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.217Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.217Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043101409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:20:04.217Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.217Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.217Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "ves-openapi-manager", "timestamp": 1632043101416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T09:20:04.218Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.218Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.218Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "multicloud-k8s-id", "timestamp": 1632043093981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:20:04.218Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.218Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.218Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "policy-id", "timestamp": 1632043100416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.219Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.219Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.219Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "cds", "timestamp": 1632043102279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-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=? 2021-09-19T09:20:04.228Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9867268-0acf-440b-a8b7-c2e7c2424997 2021-09-19T09:20:04.229Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9867268-0acf-440b-a8b7-c2e7c2424997 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 (?, ?, ?, ?, ?) 2021-09-19T09:20:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "ves-openapi-manager", "timestamp": 1632043102651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-19T09:20:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.242Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "policy-id", "timestamp": 1632043100416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043103182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:20:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043103371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:20:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.243Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.244Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "aai-ml", "timestamp": 1632043103406, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:20:04.244Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.244Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.244Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "ves-openapi-manager", "timestamp": 1632043103670, "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=? 2021-09-19T09:20:04.250Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a9867268-0acf-440b-a8b7-c2e7c2424997 2021-09-19T09:20:04.250Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9867268-0acf-440b-a8b7-c2e7c2424997 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 (?, ?, ?, ?, ?) 2021-09-19T09:20:04.259Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.259Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "policy-id", "timestamp": 1632043100416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.259Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.259Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.259Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043104375, "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=? 2021-09-19T09:20:04.264Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9867268-0acf-440b-a8b7-c2e7c2424997 2021-09-19T09:20:04.264Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9867268-0acf-440b-a8b7-c2e7c2424997 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 (?, ?, ?, ?, ?) 2021-09-19T09:20:04.270Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.271Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "policy-id", "timestamp": 1632043100416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.271Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.271Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.271Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "clamp", "timestamp": 1632043105266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:20:04.272Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.272Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.272Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "policy-id", "timestamp": 1632043100416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/resourceInstances/pnfa4516fe58fb50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.273Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.273Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.273Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "policy-id", "timestamp": 1632043100416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:20:04.274Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.274Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.274Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "policy-id", "timestamp": 1632043100416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:20:04.274Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-19T09:20:04.274Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.275Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "clamp", "timestamp": 1632043108272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:20:04.275Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.275Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.275Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "aai-ml", "timestamp": 1632043108702, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:20:04.276Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.276Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.276Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "clamp", "timestamp": 1632043109275, "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=? 2021-09-19T09:20:04.281Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9867268-0acf-440b-a8b7-c2e7c2424997 2021-09-19T09:20:04.281Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9867268-0acf-440b-a8b7-c2e7c2424997 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 (?, ?, ?, ?, ?) 2021-09-19T09:20:04.288Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.288Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "aai-ml", "timestamp": 1632043109708, "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=? 2021-09-19T09:20:04.292Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9867268-0acf-440b-a8b7-c2e7c2424997 2021-09-19T09:20:04.292Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9867268-0acf-440b-a8b7-c2e7c2424997 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 (?, ?, ?, ?, ?) 2021-09-19T09:20:04.299Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.300Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "policy-id", "timestamp": 1632043109860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:20:04.300Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.301Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.301Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "policy-id", "timestamp": 1632043110867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfK542v880msycnpqbqcda/1.0/artifacts/service-DemoPnfK542v880msycnpqbqcda-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:20:04.301Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:20:04.302Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-19T09:20:04.302Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "policy-id", "timestamp": 1632043111870, "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=? 2021-09-19T09:20:04.308Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9867268-0acf-440b-a8b7-c2e7c2424997 2021-09-19T09:20:04.308Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9867268-0acf-440b-a8b7-c2e7c2424997 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 (?, ?, ?, ?, ?) 2021-09-19T09:20:24.266Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9867268-0acf-440b-a8b7-c2e7c2424997 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:20:24.279Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9867268-0acf-440b-a8b7-c2e7c2424997 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=? 2021-09-19T09:20:24.281Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:20:24.281Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-19T09:20:24.281Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-19T09:20:24.282Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-19T09:20:24.282Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:20:24.282Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:20:24.282Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:20:24.283Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:20:24.283Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:20:24.283Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:20:24.283Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:20:24.283Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-19T09:20:24.289Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-19T09:20:54.289Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9867268-0acf-440b-a8b7-c2e7c2424997 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=? 2021-09-19T09:20:54.299Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9867268-0acf-440b-a8b7-c2e7c2424997 and serviceModelVersionId: fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e 2021-09-19T09:20:54.299Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 183a1631-7bc0-4149-9af9-cdd7e1a8ce31 2021-09-19T09:20:54.301Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/183a1631-7bc0-4149-9af9-cdd7e1a8ce31/model-vers/model-ver/fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e?depth=0 2021-09-19T09:20:54.309Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-09-19T09:20:54.361Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/183a1631-7bc0-4149-9af9-cdd7e1a8ce31/model-vers/model-ver/fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e?depth=0|INFO|500||Invoke 2021-09-19T09:20:54.362Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/183a1631-7bc0-4149-9af9-cdd7e1a8ce31/model-vers/model-ver/fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/183a1631-7bc0-4149-9af9-cdd7e1a8ce31/model-vers/model-ver/fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9867268-0acf-440b-a8b7-c2e7c2424997], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1826d717-faf4-4ca7-8436-f94a8dac6294], X-ECOMP-RequestID=[a9867268-0acf-440b-a8b7-c2e7c2424997], X-TransactionId=[], X-ONAP-RequestID=[a9867268-0acf-440b-a8b7-c2e7c2424997], Content-Type=[application/merge-patch+json]} 2021-09-19T09:20:54.384Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/183a1631-7bc0-4149-9af9-cdd7e1a8ce31/model-vers/model-ver/fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-19T09:20:56.189Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/183a1631-7bc0-4149-9af9-cdd7e1a8ce31/model-vers/model-ver/fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/183a1631-7bc0-4149-9af9-cdd7e1a8ce31/model-vers/model-ver/fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210919-09:20:54:374-68005], vertex-id=[278584], Content-Length=[0], Date=[Sun, 19 Sep 2021 09:20:54 GMT], Content-Type=[application/json]} 2021-09-19T09:20:56.191Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/183a1631-7bc0-4149-9af9-cdd7e1a8ce31/model-vers/model-ver/fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-19T09:20:56.192Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/183a1631-7bc0-4149-9af9-cdd7e1a8ce31/model-vers/model-ver/fdf2d39a-d5a3-4572-ae6e-b96b20e7e85e?depth=0|INFO|500||InvokeReturn 2021-09-19T09:20:56.192Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-19T09:20:56.193Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:20:56.199Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-19T09:20:56.200Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9867268-0acf-440b-a8b7-c2e7c2424997 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-19T09:20:56.201Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-19T09:20:56.202Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:20:56.205Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:20:56.205Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043256200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T09:20:56.305Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:20:56.308Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:20:56.308Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:20:56.324Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:20:56.325Z||pool-138-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-19T09:20:57.221Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:20:57.222Z|a9867268-0acf-440b-a8b7-c2e7c2424997|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. 2021-09-19T09:20:57.222Z|a9867268-0acf-440b-a8b7-c2e7c2424997|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:01.545Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:01.546Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-19T09:21:01.546Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd6289dc-c7b8-4e66-81eb-753b34be2fb2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"54e5331f-6743-441a-a899-7b63c033eae9","serviceDescription":"service","serviceInvariantUUID":"5da085a3-5c52-4bf1-b2be-6267f5436070","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d357dd53-0c75-44e5-a008-da399dbc517e","resourceInvariantUUID":"48e1b463-e798-42a4-b896-7b90015da256","resourceCustomizationUUID":"12eb6b9f-f0d6-4c54-8a4f-c832cbc3b20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y0YWExNWIxODZlMjAyNjFkMjk1YTBjMzU0NTk4ZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ffb4bc4-551d-4f5a-ae7a-23a6ac99492a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eaac97d9-71f6-4f40-8361-b759fb099be3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2350e1a2-a074-4cc9-88ac-0e7821e9bdfc","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"Yzg3ODc0OWU5MTljZTRmZDI3OTJhNjI1YmU1ZTg4Yzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3b9252a2-16c7-4843-b3d3-d70e20a4d2dc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b21df9a5-245d-4ffc-a2c1-be338914aa18","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f6b8d67-6004-448b-9c2f-aaaaf3483f09","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"06edfce5-de7c-4c72-b45d-f1eb0d5382df","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YmNhMTlkOWM5ZmY1Nzg5MGIyN2M1OGI4NWQ5MjBkZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0465a17f-8d27-4a7d-a3c3-13a999788f2e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzUxYjJkZTg4MzYwMzI4NmU5Zjc4NDM0MzIxM2FmMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b04a97fe-1520-418a-95a1-3f23c5e3cd75","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-19T09:21:01.549Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:21:01.549Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:01.551Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:01.551Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:01.654Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-19T09:21:01.655Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:01.655Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:01.671Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:01.671Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:21:02.552Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:21:02.552Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:02.555Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:02.555Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:02.655Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:21:02.656Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:02.656Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:02.664Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:02.665Z||pool-140-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:21:03.556Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:21:03.558Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:03.561Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:03.561Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.614Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:21:03.615Z||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. 2021-09-19T09:21:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:03.661Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:21:03.664Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:03.664Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:03.679Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:03.680Z||pool-141-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:21:03.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:03.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043210803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1632043213981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043212668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "cds", "timestamp": 1632043216946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043220414, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1632043213981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043210803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043212668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "cds", "timestamp": 1632043216946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043220414, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1632043213981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043210803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043212668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "cds", "timestamp": 1632043216946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043220414, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043212668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043210803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1632043213981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "cds", "timestamp": 1632043216946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043220414, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043210803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043212668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1632043213981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "cds", "timestamp": 1632043216946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043220414, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043210803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043212668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1632043213981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "cds", "timestamp": 1632043216946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043220414, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043210803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-19T09:21:03.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043212668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1632043213981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "cds", "timestamp": 1632043216946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043220414, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043210803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043212668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1632043213981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "cds", "timestamp": 1632043216946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043220414, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043210803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043212668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:21:03.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1632043213981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:21:03.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "cds", "timestamp": 1632043216946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:21:03.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "dcae-sch", "timestamp": 1632043228003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043220414, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:21:03.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "dcae-sch", "timestamp": 1632043228003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "dcae-sch", "timestamp": 1632043228003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043230657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:21:03.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043230755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-19T09:21:03.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "cds", "timestamp": 1632043230775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:21:03.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043231157, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:21:03.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "dcae-sch", "timestamp": 1632043228003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043231803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-19T09:21:03.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "cds", "timestamp": 1632043232072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-19T09:21:03.804Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd6289dc-c7b8-4e66-81eb-753b34be2fb2 2021-09-19T09:21:03.804Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd6289dc-c7b8-4e66-81eb-753b34be2fb2 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 (?, ?, ?, ?, ?) 2021-09-19T09:21:03.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043232164, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:21:03.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043231762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "dcae-sch", "timestamp": 1632043228003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "ves-openapi-manager", "timestamp": 1632043232811, "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=? 2021-09-19T09:21:03.819Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of fd6289dc-c7b8-4e66-81eb-753b34be2fb2 2021-09-19T09:21:03.819Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd6289dc-c7b8-4e66-81eb-753b34be2fb2 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 (?, ?, ?, ?, ?) 2021-09-19T09:21:03.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "policy-id", "timestamp": 1632043233169, "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=? 2021-09-19T09:21:03.830Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd6289dc-c7b8-4e66-81eb-753b34be2fb2 2021-09-19T09:21:03.830Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd6289dc-c7b8-4e66-81eb-753b34be2fb2 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 (?, ?, ?, ?, ?) 2021-09-19T09:21:03.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043231762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.844Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "dcae-sch", "timestamp": 1632043228003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.844Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043231762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.844Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "dcae-sch", "timestamp": 1632043228003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.844Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043234166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043231762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "dcae-sch", "timestamp": 1632043228003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043234166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043231762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "dcae-sch", "timestamp": 1632043228003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043234166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043231762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043234166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043231762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043234166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043231762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043234166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043240304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043231762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043234166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "aai-ml", "timestamp": 1632043241308, "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=? 2021-09-19T09:21:03.853Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd6289dc-c7b8-4e66-81eb-753b34be2fb2 2021-09-19T09:21:03.853Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd6289dc-c7b8-4e66-81eb-753b34be2fb2 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 (?, ?, ?, ?, ?) 2021-09-19T09:21:03.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043234166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043234166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:21:03.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043242993, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:21:03.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043244974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:21:03.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632043245979, "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=? 2021-09-19T09:21:03.865Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd6289dc-c7b8-4e66-81eb-753b34be2fb2 2021-09-19T09:21:03.865Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd6289dc-c7b8-4e66-81eb-753b34be2fb2 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 (?, ?, ?, ?, ?) 2021-09-19T09:21:03.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9867268-0acf-440b-a8b7-c2e7c2424997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043256200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T09:21:03.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043260297, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:21:03.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043261317, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:21:03.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:21:03.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:03.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "clamp", "timestamp": 1632043262320, "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=? 2021-09-19T09:21:03.876Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fd6289dc-c7b8-4e66-81eb-753b34be2fb2 2021-09-19T09:21:03.876Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd6289dc-c7b8-4e66-81eb-753b34be2fb2 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 (?, ?, ?, ?, ?) 2021-09-19T09:21:03.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-19T09:21:03.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:03.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-19T09:21:04.562Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:21:04.563Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:04.565Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:04.565Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:04.666Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-19T09:21:04.667Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:04.667Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:04.681Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:04.681Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:21:05.565Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:21:05.566Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:05.568Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:05.568Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:05.668Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:21:05.669Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:05.669Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:05.679Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:05.679Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:21:06.569Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:21:06.570Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:06.571Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:06.572Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:06.672Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:21:06.673Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:06.673Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:06.693Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:06.694Z||pool-144-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:21:07.572Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:21:07.573Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:07.575Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:07.575Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:07.675Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:21:07.675Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:07.675Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:07.690Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:07.690Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:21:08.576Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:21:08.576Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:08.578Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:08.578Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:21:08.678Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:21:08.679Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:08.679Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:08.689Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:08.690Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:21:09.579Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-19T09:21:09.580Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:09.581Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:09.581Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:21:09.681Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:21:09.682Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:09.683Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:09.692Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:09.693Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:21:10.582Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "54e5331f-6743-441a-a899-7b63c033eae9", "serviceDescription": "service", "serviceInvariantUUID": "5da085a3-5c52-4bf1-b2be-6267f5436070", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "12eb6b9f-f0d6-4c54-8a4f-c832cbc3b20a", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d357dd53-0c75-44e5-a008-da399dbc517e", "resourceInvariantUUID": "48e1b463-e798-42a4-b896-7b90015da256", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "MzUxYjJkZTg4MzYwMzI4NmU5Zjc4NDM0MzIxM2FmMGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b04a97fe-1520-418a-95a1-3f23c5e3cd75" } ], "workloadContext": "Production" } 2021-09-19T09:21:10.583Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-19T09:21:10.583Z|a9867268-0acf-440b-a8b7-c2e7c2424997|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 54e5331f-6743-441a-a899-7b63c033eae9 ASDC 2021-09-19T09:21:10.584Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:fd6289dc-c7b8-4e66-81eb-753b34be2fb2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:54e5331f-6743-441a-a899-7b63c033eae9 ServiceInvariantUUID:5da085a3-5c52-4bf1-b2be-6267f5436070 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:b04a97fe-1520-418a-95a1-3f23c5e3cd75 ArtifactChecksum:MzUxYjJkZTg4MzYwMzI4NmU5Zjc4NDM0MzIxM2FmMGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:12eb6b9f-f0d6-4c54-8a4f-c832cbc3b20a ResourceInvariantUUID:48e1b463-e798-42a4-b896-7b90015da256 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d357dd53-0c75-44e5-a008-da399dbc517e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-19T09:21:10.584Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54e5331f-6743-441a-a899-7b63c033eae9 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=? 2021-09-19T09:21:10.608Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T09:21:10.609Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-19T09:21:10.609Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-19T09:21:10.609Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b04a97fe-1520-418a-95a1-3f23c5e3cd75 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-19T09:21:10.609Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-19T09:21:10.610Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-19T09:21:11.683Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-19T09:21:11.688Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b04a97fe-1520-418a-95a1-3f23c5e3cd75 105558 2021-09-19T09:21:11.689Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-19T09:21:11.689Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-19T09:21:11.689Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-19T09:21:11.689Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:11.691Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:11.691Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043271689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:21:11.791Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:21:11.792Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:11.792Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:11.803Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:11.803Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:21:12.691Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-19T09:21:12.693Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-19T09:21:12.693Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b04a97fe-1520-418a-95a1-3f23c5e3cd75, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-19T09:21:12.693Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-09-19T09:21:12.694Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-19T09:21:12.694Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-19T09:21:12.887Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2665030905796220612/Definitions/service-TestPnfMacro-template.yml 2021-09-19T09:21:13.667Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-19T09:21:13.667Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-19T09:21:13.668Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-19T09:21:13.668Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-19T09:21:13.668Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-19T09:21:13.668Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-19T09:21:13.668Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-19T09:21:13.668Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-19T09:21:13.668Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-19T09:21:13.669Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-19T09:21:13.669Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-19T09:21:13.669Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-19T09:21:13.669Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:21:13.669Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:21:13.670Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-19T09:21:13.670Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-19T09:21:13.670Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T09:21:13.670Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:21:13.670Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:21:13.671Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-19T09:21:13.671Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-19T09:21:13.671Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-19T09:21:13.671Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:21:13.671Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:21:13.671Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:21:13.672Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:21:13.672Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:21:13.672Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:21:13.672Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:21:13.672Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:21:13.672Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:21:13.673Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:21:13.673Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:54e5331f-6743-441a-a899-7b63c033eae9 Model Version:NULL Model InvariantUuid:5da085a3-5c52-4bf1-b2be-6267f5436070 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-19T09:21:13.678Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d357dd53-0c75-44e5-a008-da399dbc517e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:21:13.681Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||test-pnf 0 2021-09-19T09:21:13.681Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d357dd53-0c75-44e5-a008-da399dbc517e 2021-09-19T09:21:13.681Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 54e5331f-6743-441a-a899-7b63c033eae9 2021-09-19T09:21:13.681Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 54e5331f-6743-441a-a899-7b63c033eae9 2021-09-19T09:21:13.681Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d357dd53-0c75-44e5-a008-da399dbc517e ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:21:13.685Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fc2987e, org.onap.sdc.toscaparser.api.parameters.Input@30eed7a0, org.onap.sdc.toscaparser.api.parameters.Input@1fa92b89, org.onap.sdc.toscaparser.api.parameters.Input@2d2e5cb2, org.onap.sdc.toscaparser.api.parameters.Input@16943001] 2021-09-19T09:21:13.685Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:21:13.685Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:21:13.686Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 54e5331f-6743-441a-a899-7b63c033eae9: test-pnf 2021-09-19T09:21:13.686Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||Processing PNF resource: d357dd53-0c75-44e5-a008-da399dbc517e 2021-09-19T09:21:13.686Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-19T09:21:13.686Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-19T09:21:13.686Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||Resource customization UUID: 12eb6b9f-f0d6-4c54-8a4f-c832cbc3b20a is the same as notified resource customizationUUID: 12eb6b9f-f0d6-4c54-8a4f-c832cbc3b20a Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-19T09:21:13.718Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d357dd53-0c75-44e5-a008-da399dbc517e 0 ASDC deployResourceStructure 2021-09-19T09:21:13.718Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-19T09:21:13.719Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-19T09:21:13.719Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-19T09:21:13.719Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:13.720Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:13.721Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043273718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:21:13.821Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:21:13.822Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:13.822Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:13.833Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:13.834Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-19T09:21:14.721Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd6289dc-c7b8-4e66-81eb-753b34be2fb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-19T09:21:14.731Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd6289dc-c7b8-4e66-81eb-753b34be2fb2 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=? 2021-09-19T09:21:14.733Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-19T09:21:14.733Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-19T09:21:14.734Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-19T09:21:14.734Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-19T09:21:14.734Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:21:14.734Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:21:14.734Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:21:14.734Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:21:14.734Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:21:14.734Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:21:14.734Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-19T09:21:14.734Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-19T09:21:14.739Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-19T09:21:44.740Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd6289dc-c7b8-4e66-81eb-753b34be2fb2 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=? 2021-09-19T09:21:44.750Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd6289dc-c7b8-4e66-81eb-753b34be2fb2 and serviceModelVersionId: 54e5331f-6743-441a-a899-7b63c033eae9 2021-09-19T09:21:44.750Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5da085a3-5c52-4bf1-b2be-6267f5436070 2021-09-19T09:21:44.751Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5da085a3-5c52-4bf1-b2be-6267f5436070/model-vers/model-ver/54e5331f-6743-441a-a899-7b63c033eae9?depth=0 2021-09-19T09:21:44.757Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-09-19T09:21:44.805Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5da085a3-5c52-4bf1-b2be-6267f5436070/model-vers/model-ver/54e5331f-6743-441a-a899-7b63c033eae9?depth=0|INFO|500||Invoke 2021-09-19T09:21:44.806Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5da085a3-5c52-4bf1-b2be-6267f5436070/model-vers/model-ver/54e5331f-6743-441a-a899-7b63c033eae9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5da085a3-5c52-4bf1-b2be-6267f5436070/model-vers/model-ver/54e5331f-6743-441a-a899-7b63c033eae9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fd6289dc-c7b8-4e66-81eb-753b34be2fb2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f9f3829-9185-4fe6-b8b1-f0f7639921f2], X-ECOMP-RequestID=[fd6289dc-c7b8-4e66-81eb-753b34be2fb2], X-TransactionId=[], X-ONAP-RequestID=[fd6289dc-c7b8-4e66-81eb-753b34be2fb2], Content-Type=[application/merge-patch+json]} 2021-09-19T09:21:44.828Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5da085a3-5c52-4bf1-b2be-6267f5436070/model-vers/model-ver/54e5331f-6743-441a-a899-7b63c033eae9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-19T09:21:44.947Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5da085a3-5c52-4bf1-b2be-6267f5436070/model-vers/model-ver/54e5331f-6743-441a-a899-7b63c033eae9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5da085a3-5c52-4bf1-b2be-6267f5436070/model-vers/model-ver/54e5331f-6743-441a-a899-7b63c033eae9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210919-09:21:44:816-33510], vertex-id=[241808], Content-Length=[0], Date=[Sun, 19 Sep 2021 09:21:44 GMT], Content-Type=[application/json]} 2021-09-19T09:21:44.947Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5da085a3-5c52-4bf1-b2be-6267f5436070/model-vers/model-ver/54e5331f-6743-441a-a899-7b63c033eae9?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-19T09:21:44.948Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5da085a3-5c52-4bf1-b2be-6267f5436070/model-vers/model-ver/54e5331f-6743-441a-a899-7b63c033eae9?depth=0|INFO|500||InvokeReturn 2021-09-19T09:21:44.948Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-19T09:21:44.949Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-19T09:21:44.955Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-19T09:21:44.955Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd6289dc-c7b8-4e66-81eb-753b34be2fb2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-19T09:21:44.956Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-19T09:21:44.957Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-19T09:21:44.960Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-19T09:21:44.960Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043304955, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T09:21:45.060Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-19T09:21:45.061Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-19T09:21:45.062Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:45.078Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:45.079Z||pool-150-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-19T09:21:45.979Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:21:45.980Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T09:21:45.980Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:21:55.527Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:21:55.529Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:21:55.530Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T09:21:55.530Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:22:03.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:22:03.614Z||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. 2021-09-19T09:22:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:22:03.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:22:03.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T09:22:03.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-19T09:22:03.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T09:22:05.074Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:22:05.074Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:22:05.075Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T09:22:05.075Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:22:14.681Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:23:03.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:23:03.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:23:03.610Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:23:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:23:03.613Z||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. 2021-09-19T09:23:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:23:04.153Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:23:04.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T09:23:04.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-19T09:23:04.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T09:23:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T09:23:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-19T09:23:04.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T09:23:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T09:23:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:23:04.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T09:23:04.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T09:23:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-19T09:23:04.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T09:23:04.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T09:23:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-19T09:23:04.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T09:23:04.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T09:23:04.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043257221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-19T09:23:04.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-19T09:23:04.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T09:23:04.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043271689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-19T09:23:04.160Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:23:04.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T09:23:04.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043273718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-19T09:23:04.161Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:23:04.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-19T09:23:04.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd6289dc-c7b8-4e66-81eb-753b34be2fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632043304955, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-19T09:23:04.161Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-19T09:23:13.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:24:03.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:24:03.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:24:03.610Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:24:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:24:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T09:24:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:24:13.175Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:24:13.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:25:03.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:25:03.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:25:03.611Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:25:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:25:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T09:25:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:25:13.214Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:25:13.221Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:26:03.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:26:03.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:26:03.609Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:26:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:26:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T09:26:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:26:13.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:26:13.173Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:27:03.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:27:03.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:27:03.608Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:27:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:27:03.612Z||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. 2021-09-19T09:27:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:27:13.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:27:13.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:28:03.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:28:03.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:28:03.610Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:28:03.612Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:28:03.613Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:28:03.613Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:28:13.221Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:28:13.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:29:03.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:29:03.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:29:03.609Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:29:03.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:29:03.613Z||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. 2021-09-19T09:29:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:29:13.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:29:13.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:30:03.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:30:03.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:30:03.614Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:30:03.615Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:30:03.616Z||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. 2021-09-19T09:30:03.616Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:30:13.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:30:13.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:31:03.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:31:03.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:31:03.610Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:31:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:31:03.612Z||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. 2021-09-19T09:31:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:31:13.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:31:13.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:32:03.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:32:03.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:32:03.611Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:32:03.614Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:32:03.615Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T09:32:03.615Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:32:13.243Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:32:13.290Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:33:03.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:33:03.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:33:03.609Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:33:03.612Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:33:03.612Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T09:33:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:33:13.173Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:33:13.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:34:03.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:34:03.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:34:03.609Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:34:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:34:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T09:34:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:34:13.167Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:34:13.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:35:03.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:35:03.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:35:03.609Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:35:03.612Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:35:03.613Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:35:03.613Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:35:13.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:35:13.198Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:36:03.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:36:03.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-19T09:36:03.610Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ... 2021-09-19T09:36:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:36:03.612Z||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. 2021-09-19T09:36:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:36:13.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:36:13.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:37:03.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:37:03.611Z||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. 2021-09-19T09:37:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:37:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:37:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T09:37:03.614Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:37:13.255Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:37:13.257Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:38:03.606Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:38:03.609Z||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. 2021-09-19T09:38:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:38:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:38:03.612Z||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. 2021-09-19T09:38:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:38:13.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:38:13.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:39:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:39:03.609Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:39:03.609Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:39:03.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:39:03.613Z||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. 2021-09-19T09:39:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:39:13.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:39:13.184Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:40:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:40:03.611Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:40:03.611Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:40:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:40:03.612Z||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. 2021-09-19T09:40:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:40:13.188Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:40:13.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:41:03.607Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:41:03.609Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:41:03.609Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:41:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:41:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T09:41:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:41:13.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:41:13.177Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:42:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:42:03.607Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:42:03.607Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:42:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:42:03.613Z||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. 2021-09-19T09:42:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:42:13.165Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:42:13.184Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:43:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:43:03.610Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:43:03.611Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:43:03.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:43:03.613Z||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. 2021-09-19T09:43:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:43:13.153Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:43:13.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:44:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:44:03.608Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:44:03.608Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:44:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:44:03.613Z||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. 2021-09-19T09:44:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:44:13.152Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:44:13.155Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:45:03.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:45:03.608Z||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. 2021-09-19T09:45:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:45:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:45:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T09:45:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:45:13.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:45:13.157Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:46:03.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:46:03.610Z||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. 2021-09-19T09:46:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:46:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:46:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T09:46:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:46:13.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:46:13.163Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:47:03.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:47:03.610Z||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. 2021-09-19T09:47:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:47:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:47:03.613Z||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. 2021-09-19T09:47:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:47:13.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:47:13.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:48:03.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:48:03.607Z||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. 2021-09-19T09:48:03.607Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:48:03.612Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:48:03.612Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:48:03.613Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:48:13.161Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:48:13.178Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:49:03.611Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:49:03.612Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:49:03.615Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T09:49:03.615Z||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. 2021-09-19T09:49:03.616Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:49:03.616Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:49:13.166Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:49:13.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:50:03.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:50:03.609Z||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. 2021-09-19T09:50:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:50:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:50:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T09:50:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:50:13.157Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:50:13.192Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:51:03.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:51:03.626Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:51:03.627Z||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. 2021-09-19T09:51:03.627Z||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. 2021-09-19T09:51:03.627Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:51:03.627Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:51:13.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:51:13.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:52:03.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:52:03.609Z||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. 2021-09-19T09:52:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:52:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:52:03.612Z||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. 2021-09-19T09:52:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:52:13.159Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:52:13.159Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:53:03.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:53:03.607Z||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. 2021-09-19T09:53:03.607Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:53:03.614Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:53:03.614Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T09:53:03.614Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:53:13.164Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:53:13.166Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:54:03.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:54:03.608Z||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. 2021-09-19T09:54:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:54:03.612Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:54:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T09:54:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:54:13.172Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:54:13.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:55:03.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:55:03.610Z||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. 2021-09-19T09:55:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:55:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:55:03.612Z||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. 2021-09-19T09:55:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:55:13.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:55:13.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:56:03.606Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:56:03.608Z||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. 2021-09-19T09:56:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:56:03.615Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:56:03.615Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:56:03.615Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:56:13.165Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:56:13.165Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:57:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:57:03.608Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:57:03.608Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:57:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:57:03.613Z||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. 2021-09-19T09:57:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:57:13.180Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:57:13.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:58:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:58:03.609Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:58:03.609Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:58:03.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:58:03.613Z||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. 2021-09-19T09:58:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:58:13.182Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:58:13.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:59:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:59:03.608Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T09:59:03.608Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:59:03.612Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T09:59:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T09:59:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T09:59:13.199Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T09:59:13.199Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:00:03.605Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:00:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T10:00:03.607Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:00:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:00:03.614Z||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. 2021-09-19T10:00:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:00:13.160Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:00:13.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:01:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:01:03.609Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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. 2021-09-19T10:01:03.609Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:01:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:01:03.612Z||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. 2021-09-19T10:01:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:01:13.163Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:01:13.163Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:02:03.606Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:02:03.608Z||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. 2021-09-19T10:02:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:02:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:02:03.612Z||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. 2021-09-19T10:02:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:02:13.186Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:02:13.186Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:03:03.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:03:03.611Z||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. 2021-09-19T10:03:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:03:03.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:03:03.613Z||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. 2021-09-19T10:03:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:03:13.166Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:03:13.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:04:03.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:04:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:04:03.613Z||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. 2021-09-19T10:04:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:04:03.620Z||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. 2021-09-19T10:04:03.620Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:04:13.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:04:13.184Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:05:03.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:05:03.608Z||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. 2021-09-19T10:05:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:05:03.614Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:05:03.615Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T10:05:03.615Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:05:13.173Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:05:13.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:06:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:06:03.609Z||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. 2021-09-19T10:06:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:06:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:06:03.612Z||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. 2021-09-19T10:06:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:06:13.151Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:06:13.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:07:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:07:03.610Z||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. 2021-09-19T10:07:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:07:03.614Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:07:03.615Z||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. 2021-09-19T10:07:03.615Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:07:13.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:07:13.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:08:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:08:03.607Z||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. 2021-09-19T10:08:03.607Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:08:03.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:08:03.613Z||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. 2021-09-19T10:08:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:08:13.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:08:13.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:09:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:09:03.609Z||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. 2021-09-19T10:09:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:09:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:09:03.612Z||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. 2021-09-19T10:09:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:09:13.166Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:09:13.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:10:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:10:03.608Z||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. 2021-09-19T10:10:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:10:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:10:03.613Z||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. 2021-09-19T10:10:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:10:13.160Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:10:13.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:11:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:11:03.608Z||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. 2021-09-19T10:11:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:11:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:11:03.612Z||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. 2021-09-19T10:11:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:11:13.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:11:13.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:12:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:12:03.609Z||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. 2021-09-19T10:12:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:12:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:12:03.612Z||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. 2021-09-19T10:12:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:12:13.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:12:13.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:13:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:13:03.609Z||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. 2021-09-19T10:13:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:13:03.612Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:13:03.612Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T10:13:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:13:13.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:13:13.158Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:14:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:14:03.608Z||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. 2021-09-19T10:14:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:14:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:14:03.613Z||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. 2021-09-19T10:14:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:14:13.150Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:14:13.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:15:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:15:03.607Z||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. 2021-09-19T10:15:03.607Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:15:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:15:03.612Z||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. 2021-09-19T10:15:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:15:13.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:15:13.181Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:16:03.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:16:03.608Z||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. 2021-09-19T10:16:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:16:03.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:16:03.614Z||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. 2021-09-19T10:16:03.614Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:16:13.155Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:16:13.158Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:17:03.608Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:17:03.610Z||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. 2021-09-19T10:17:03.610Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:17:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:17:03.613Z||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. 2021-09-19T10:17:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:17:13.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:17:13.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:18:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:18:03.609Z||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. 2021-09-19T10:18:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:18:03.612Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:18:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T10:18:03.613Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:18:13.151Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:18:13.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:19:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:19:03.607Z||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. 2021-09-19T10:19:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:19:03.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:19:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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. 2021-09-19T10:19:03.613Z|6b4f8138-b365-47b2-870b-4f2959923636|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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:19:13.205Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:19:13.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:20:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:20:03.611Z||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. 2021-09-19T10:20:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:20:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:20:03.612Z||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. 2021-09-19T10:20:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:20:13.155Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:20:13.153Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:21:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:21:03.607Z||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. 2021-09-19T10:21:03.607Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:21:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:21:03.612Z||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. 2021-09-19T10:21:03.612Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:21:13.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:21:13.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:22:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:22:03.611Z||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. 2021-09-19T10:22:03.611Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:22:03.612Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:22:03.612Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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. 2021-09-19T10:22:03.612Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:22:13.162Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:22:13.164Z|fd6289dc-c7b8-4e66-81eb-753b34be2fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:23:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:23:03.609Z||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. 2021-09-19T10:23:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:23:03.612Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:23:03.612Z|123a7371-e52e-43b1-a343-1faaadb9d341|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. 2021-09-19T10:23:03.612Z|123a7371-e52e-43b1-a343-1faaadb9d341|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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:23:13.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:23:13.213Z|123a7371-e52e-43b1-a343-1faaadb9d341|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:24:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:24:03.609Z||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. 2021-09-19T10:24:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:24:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:24:03.612Z||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. 2021-09-19T10:24:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:24:13.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:24:13.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:25:03.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:25:03.608Z||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. 2021-09-19T10:25:03.608Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:25:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:25:03.612Z||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. 2021-09-19T10:25:03.613Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:25:13.179Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:25:13.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-19T10:26:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:26:03.609Z||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. 2021-09-19T10:26:03.609Z||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 DO82BxnE4EtfzIuv) ... 2021-09-19T10:26:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-19T10:26:03.612Z||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. 2021-09-19T10:26:03.612Z||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 DO82BxnE4EtfzIuv) ...