JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-05-08T13:01:34.982Z||main|||||INFO|500||The following profiles are active: basic 2022-05-08T13:01:44.335Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-08T13:01:44.335Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-08T13:01:44.408Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-08T13:01:46.581Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-08T13:01:46.750Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-08T13:01:47.149Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-08T13:01:47.156Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-08T13:01:47.227Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-08T13:01:47.362Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-08T13:01:47.735Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-08T13:01:48.642Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-08T13:01:50.487Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-08T13:01:50.531Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-08T13:01:50.949Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-08T13:01:51.144Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-05-08T13:01:52.195Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-08T13:01:53.099Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-08T13:01:53.114Z||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$$5205c6a0.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-05-08T13:01:53.115Z||main|||||WARN|500||The sdc end point is not alive 2022-05-08T13:01:55.683Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-05-08T13:01:58.289Z||main|||||WARN|500||--- 2022-05-08T13:01:58.290Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-08T13:01:58.290Z||main|||||WARN|500||--- 2022-05-08T13:01:58.707Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-08T13:02:03.092Z||main|||||INFO|500||Started Application in 32.611 seconds (JVM running for 33.756) 2022-05-08T13:02:03.109Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-08T13:02:03.110Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-08T13:02:03.146Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-08T13:02:03.173Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-08T13:02:03.212Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef0769ff-2768-4489-9181-4b468cf038f6 url= /sdc/v1/artifactTypes 2022-05-08T13:02:03.213Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-08T13:02:03.500Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-08T13:02:03.520Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-05-08T13:02:03.545Z||scheduling-1|||||DEBUG|500||create keys 2022-05-08T13:02:03.551Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-08T13:02:04.242Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:02:04.259Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 018f1094-75a1-4ecc-9025-b9bb2f5e6479 url= /sdc/v1/registerForDistribution 2022-05-08T13:02:04.326Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 018f1094-75a1-4ecc-9025-b9bb2f5e6479 url= /sdc/v1/registerForDistribution 2022-05-08T13:02:04.326Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-08T13:02:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:02:04.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:02:04.340Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-08T13:02:04.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:02:04.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:02:04.342Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:02:04.342Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:02:15.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:02:15.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:03:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:03:04.334Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:03:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:03:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:03:04.336Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:03:04.337Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:03:13.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:03:13.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:04:04.333Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:04:04.334Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:04:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:04:04.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:04:04.337Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:04:04.337Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:04:13.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:04:13.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:05:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:05:04.334Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:05:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:05:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:05:04.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:05:04.337Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:05:13.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:05:13.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:06:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:06:04.334Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:06:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:06:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:06:04.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:06:04.337Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:06:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:06:13.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:07:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:07:04.334Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:07:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:07:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:07:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:07:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:07:13.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:07:13.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:08:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:08:04.334Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:08:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:08:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:08:04.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:08:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:08:13.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:08:13.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:09:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:09:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:09:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:09:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:09:04.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:09:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:09:13.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:09:13.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:10:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:10:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:10:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:10:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:10:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:10:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:10:13.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:10:13.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:11:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:11:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:11:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:11:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:11:04.336Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:11:04.337Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:11:13.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:11:13.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:11:40.650Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-08T13:12:04.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:12:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:12:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:12:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:12:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:12:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:12:13.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:12:13.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:13:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:13:04.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:13:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:13:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:13:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:13:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:13:13.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:13:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:14:04.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:14:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:14:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:14:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:14:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:14:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:14:13.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:14:13.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:15:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:15:04.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:15:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:15:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:15:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:15:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:15:13.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:15:13.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:16:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:16:04.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:16:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:16:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:16:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:16:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:16:13.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:16:13.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:17:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:17:04.334Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:17:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:17:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:17:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:17:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:17:13.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:17:13.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:18:04.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:18:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:18:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:18:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:18:04.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:18:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:18:13.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:18:13.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:19:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:19:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:19:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:19:04.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:19:04.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:19:04.337Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:19:13.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:19:13.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:20:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:20:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:20:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:20:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:20:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:20:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:20:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:20:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:21:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:21:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:21:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:21:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:21:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:21:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:21:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:21:13.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:22:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:22:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:22:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:22:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:22:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:22:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:22:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:22:13.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:23:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:23:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:23:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:23:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:23:04.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:23:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:23:13.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:23:13.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:24:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:24:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:24:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:24:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:24:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:24:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:24:13.873Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:24:13.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:25:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:25:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:25:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:25:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:25:04.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:25:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:25:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:25:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:26:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:26:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:26:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:26:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:26:04.336Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:26:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:26:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:26:13.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:27:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:27:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:27:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:27:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:27:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:27:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:27:13.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:27:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:28:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:28:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:28:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:28:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:28:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:28:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:28:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:28:13.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:29:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:29:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:29:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:29:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:29:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:29:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:29:13.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:29:13.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:30:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:30:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:30:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:30:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:30:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:30:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:30:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:30:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:31:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:31:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:31:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:31:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:31:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:31:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:31:13.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:31:13.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:32:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:32:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:32:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:32:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:32:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:32:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:32:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:32:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:33:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:33:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:33:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:33:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:33:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:33:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:33:13.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:33:13.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:34:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:34:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:34:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:34:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:34:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:34:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:34:09.249Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xf4N0xe30x010xabz"0xcc0x8f0xc80xab0xd7&T0xfbY0x86h%;D0xefB_$cc0x180xc80x970x87z]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T13:34:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:34:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:35:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:35:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:35:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:35:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:35:04.336Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:35:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:35:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:35:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:36:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:36:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:36:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:36:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:36:04.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:36:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:36:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:36:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:37:04.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:37:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:37:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:37:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:37:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:37:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:37:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:37:13.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:38:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:38:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:38:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:38:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:38:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:38:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:38:13.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:38:13.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:39:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:39:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:39:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:39:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:39:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:39:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:39:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:39:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:40:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:40:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:40:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:40:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:40:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:40:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:40:13.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:40:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:41:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:41:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:41:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:41:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:41:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:41:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:41:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:41:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:42:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:42:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:42:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:42:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:42:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:42:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:42:13.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:42:13.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:43:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:43:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:43:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:43:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:43:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:43:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:43:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:43:13.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:44:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:44:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:44:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:44:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:44:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:44:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:44:13.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:44:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:45:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:45:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:45:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:45:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:45:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:45:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:45:13.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:45:13.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:46:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:46:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:46:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:46:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:46:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:46:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:46:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:46:13.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:47:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:47:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:47:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:47:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:47:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:47:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:47:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:47:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:48:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:48:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:48:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:48:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:48:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:48:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:48:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:48:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:49:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:49:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:49:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:49:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:49:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:49:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:49:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:49:13.867Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:50:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:50:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:50:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:50:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:50:04.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:50:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:50:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:50:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:51:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:51:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:51:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:51:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:51:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:51:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:51:13.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:51:13.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:52:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:52:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:52:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:52:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:52:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:52:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:52:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:52:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:53:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:53:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:53:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:53:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:53:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:53:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:53:13.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:53:13.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:54:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:54:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:54:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:54:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:54:04.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:54:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:54:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:54:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:55:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:55:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:55:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:55:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:55:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:55:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:55:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:55:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:56:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:56:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:56:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:56:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:56:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:56:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:56:13.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:56:13.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:57:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:57:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:57:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:57:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:57:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:57:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:57:13.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:57:13.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:58:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:58:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:58:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:58:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:58:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:58:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:58:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:58:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:59:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:59:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:59:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:59:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T13:59:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T13:59:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T13:59:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T13:59:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:00:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:00:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:00:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:00:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:00:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:00:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:00:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:00:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:01:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:01:04.333Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:01:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:01:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:01:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:01:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:01:13.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:01:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:02:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:02:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:02:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:02:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:02:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:02:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:02:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:02:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:03:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:03:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:03:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:03:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:03:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:03:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:03:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:03:13.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:04:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:04:04.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:04:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:04:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:04:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:04:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:04:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:04:13.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:05:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:05:04.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:05:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:05:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:05:04.336Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:05:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:05:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:05:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:06:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:06:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:06:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:06:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:06:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:06:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:06:13.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:06:13.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:07:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:07:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:07:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:07:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:07:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:07:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:07:13.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:07:13.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:08:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:08:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:08:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:08:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:08:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:08:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:08:13.866Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:08:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:09:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:09:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:09:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:09:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:09:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:09:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:09:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:09:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:10:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:10:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:10:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:10:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:10:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:10:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:10:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:10:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:11:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:11:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:11:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:11:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:11:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:11:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:11:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:11:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:12:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:12:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:12:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:12:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:12:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:12:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:12:13.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:12:13.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:13:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:13:04.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:13:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:13:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:13:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:13:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:13:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:13:13.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:14:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:14:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:14:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:14:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:14:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:14:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:14:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:14:13.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:15:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:15:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:15:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:15:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:15:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:15:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:15:13.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:15:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:16:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:16:04.333Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:16:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:16:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:16:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:16:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:16:13.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:16:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:17:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:17:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:17:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:17:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:17:04.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:17:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:17:13.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:17:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:18:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:18:04.334Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:18:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:18:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:18:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:18:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:18:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:18:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:19:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:19:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:19:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:19:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:19:04.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:19:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:19:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:19:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:20:04.332Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:20:04.333Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:20:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:20:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:20:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:20:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:20:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:20:13.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:21:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:21:04.333Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:21:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:21:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:21:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:21:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:21:13.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:21:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:22:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:22:04.333Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:22:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:22:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:22:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:22:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:22:13.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:22:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:23:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:23:04.333Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:23:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:23:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:23:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:23:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:23:13.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:23:13.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:24:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:24:04.334Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:24:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:24:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:24:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:24:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:24:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:24:13.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:25:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:25:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:25:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:25:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:25:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:25:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:25:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:25:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:26:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:26:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:26:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:26:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:26:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:26:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:26:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:26:13.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:27:04.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:27:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:27:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:27:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:27:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:27:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:27:13.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:27:13.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:28:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:28:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:28:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:28:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:28:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:28:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:28:13.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:28:13.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:29:04.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:29:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:29:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:29:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:29:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:29:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:29:13.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:29:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:30:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:30:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:30:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:30:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:30:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:30:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:30:13.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:30:13.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:31:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:31:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:31:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:31:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:31:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:31:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:31:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:31:13.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:32:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:32:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:32:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:32:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:32:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:32:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:32:13.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:32:13.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:33:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:33:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:33:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:33:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:33:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:33:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:33:13.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:33:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:34:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:34:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:34:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:34:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:34:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:34:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:34:13.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:34:13.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:35:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:35:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:35:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:35:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:35:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:35:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:35:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:35:13.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:36:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:36:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:36:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:36:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:36:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:36:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:36:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:36:13.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:37:04.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:37:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:37:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:37:04.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:37:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:37:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:37:13.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:37:13.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:38:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:38:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:38:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:38:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:38:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:38:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:38:13.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:38:13.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:39:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:39:04.334Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:39:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:39:04.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:39:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:39:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:39:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:39:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:40:04.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:40:04.334Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:40:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:40:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:40:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:40:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:40:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:40:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:41:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:41:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:41:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:41:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:41:04.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:41:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:41:13.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:41:13.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:42:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:42:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:42:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:42:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:42:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:42:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:42:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:42:13.869Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:43:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:43:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:43:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:43:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:43:04.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:43:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:43:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:43:13.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:44:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:44:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:44:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:44:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:44:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:44:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:44:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:44:13.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:45:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:45:04.334Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:45:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:45:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:45:04.336Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:45:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:45:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:45:13.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:46:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:46:04.334Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:46:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:46:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:46:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:46:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:46:13.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:46:13.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:47:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:47:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:47:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:47:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:47:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:47:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:47:13.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:47:13.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:48:04.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:48:04.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:48:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:48:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:48:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:48:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:48:13.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:48:13.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:49:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:49:04.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:49:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:49:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:49:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:49:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:49:13.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:49:13.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:50:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:50:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:50:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:50:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:50:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:50:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:50:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:50:13.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:51:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:51:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:51:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:51:04.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:51:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:51:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:51:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:51:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:52:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:52:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:52:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:52:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:52:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:52:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:52:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:52:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:53:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:53:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:53:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:53:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:53:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:53:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:53:13.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:53:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:54:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:54:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:54:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:54:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:54:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:54:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:54:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:54:13.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:55:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:55:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:55:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:55:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:55:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:55:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:55:13.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:55:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:56:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:56:04.333Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:56:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:56:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:56:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:56:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:56:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:56:13.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:57:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:57:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:57:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:57:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:57:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:57:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:57:13.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:57:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:58:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:58:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:58:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:58:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:58:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:58:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:58:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:58:13.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:59:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:59:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:59:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:59:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T14:59:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T14:59:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T14:59:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T14:59:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:00:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:00:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:00:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:00:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:00:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:00:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:00:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:00:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:01:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:01:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:01:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:01:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:01:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:01:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:01:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:01:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:02:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:02:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:02:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:02:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:02:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:02:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:02:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:02:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:03:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:03:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:03:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:03:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:03:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:03:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:03:13.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:03:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:04:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:04:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:04:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:04:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:04:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:04:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:04:13.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:04:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:05:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:05:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:05:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:05:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:05:04.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:05:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:05:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:05:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:06:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:06:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:06:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:06:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:06:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:06:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:06:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:06:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:07:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:07:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:07:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:07:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:07:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:07:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:07:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:07:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:08:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:08:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:08:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:08:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:08:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:08:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:08:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:08:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:09:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:09:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:09:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:09:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:09:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:09:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:09:13.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:09:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:10:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:10:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:10:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:10:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:10:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:10:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:10:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:10:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:11:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:11:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:11:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:11:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:11:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:11:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:11:13.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:11:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:12:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:12:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:12:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:12:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:12:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:12:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:12:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:12:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:13:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:13:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:13:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:13:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:13:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:13:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:13:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:13:13.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:14:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:14:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:14:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:14:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:14:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:14:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:14:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:14:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:15:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:15:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:15:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:15:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:15:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:15:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:15:13.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:15:13.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:16:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:16:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:16:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:16:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:16:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:16:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:16:13.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:16:13.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:17:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:17:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:17:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:17:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:17:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:17:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:17:13.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:17:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:18:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:18:04.334Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:18:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:18:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:18:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:18:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:18:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:18:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:19:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:19:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:19:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:19:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:19:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:19:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:19:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:19:13.867Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:20:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:20:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:20:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:20:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:20:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:20:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:20:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:20:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:21:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:21:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:21:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:21:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:21:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:21:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:21:13.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:21:13.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:22:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:22:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:22:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:22:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:22:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:22:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:22:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:22:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:23:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:23:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:23:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:23:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:23:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:23:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:23:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:23:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:24:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:24:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:24:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:24:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:24:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:24:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:24:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:24:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:25:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:25:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:25:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:25:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:25:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:25:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:25:13.867Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:25:13.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:26:04.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:26:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:26:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:26:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:26:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:26:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:26:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:26:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:27:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:27:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:27:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:27:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:27:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:27:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:27:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:27:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:28:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:28:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:28:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:28:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:28:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:28:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:28:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:28:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:29:04.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:29:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:29:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:29:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:29:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:29:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:29:13.867Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:29:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:30:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:30:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:30:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:30:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:30:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:30:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:30:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:30:13.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:31:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:31:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:31:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:31:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:31:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:31:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:31:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:31:13.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:32:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:32:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:32:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:32:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:32:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:32:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:32:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:32:13.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:33:04.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:33:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:33:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:33:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:33:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:33:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:33:13.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:33:13.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:34:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:34:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:34:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:34:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:34:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:34:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:34:13.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:34:13.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:35:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:35:04.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:35:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:35:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:35:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:35:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:35:13.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:35:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:36:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:36:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:36:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:36:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:36:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:36:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:36:13.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:36:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:37:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:37:04.333Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:37:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:37:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:37:04.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:37:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:37:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:37:13.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:38:04.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:38:04.333Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:38:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:38:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:38:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:38:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:38:13.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:38:13.866Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:39:04.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:39:04.333Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:39:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:39:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:39:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:39:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:39:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:39:13.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:40:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:40:04.333Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:40:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:40:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:40:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:40:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:40:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:40:13.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:41:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:41:04.333Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:41:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:41:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:41:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:41:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:41:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:41:13.868Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:42:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:42:04.333Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:42:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:42:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:42:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:42:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:42:13.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:42:13.867Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:43:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:43:04.333Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:43:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:43:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:43:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:43:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:43:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:43:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:44:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:44:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:44:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:44:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:44:04.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:44:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:44:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:44:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:45:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:45:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:45:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:45:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:45:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:45:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:45:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:45:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:46:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:46:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:46:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:46:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:46:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:46:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:46:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:46:13.867Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:47:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:47:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:47:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:47:04.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:47:04.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:47:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:47:13.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:47:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:48:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:48:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:48:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:48:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:48:04.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:48:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:48:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:48:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:49:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:49:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:49:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:49:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:49:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:49:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:49:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:49:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:50:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:50:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:50:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:50:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:50:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:50:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:50:13.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:50:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:51:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:51:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:51:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:51:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:51:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:51:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:51:13.867Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:51:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:52:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:52:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:52:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:52:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:52:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:52:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:52:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:52:13.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:53:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:53:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:53:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:53:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:53:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:53:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:53:13.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:53:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:54:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:54:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:54:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:54:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:54:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:54:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:54:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:54:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:55:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:55:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:55:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:55:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:55:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:55:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:55:13.866Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:55:13.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:56:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:56:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:56:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:56:04.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:56:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:56:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:56:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:56:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:57:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:57:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:57:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:57:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:57:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:57:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:57:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:57:13.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:58:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:58:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:58:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:58:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:58:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:58:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:58:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:58:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:59:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:59:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:59:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:59:04.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T15:59:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T15:59:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T15:59:13.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T15:59:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:00:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:00:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:00:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:00:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:00:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:00:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:00:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:00:13.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:01:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:01:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:01:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:01:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:01:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:01:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:01:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:01:13.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:02:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:02:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:02:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:02:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:02:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:02:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:02:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:02:13.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:03:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:03:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:03:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:03:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:03:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:03:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:03:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:03:13.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:04:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:04:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:04:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:04:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:04:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:04:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:04:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:04:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:05:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:05:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:05:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:05:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:05:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:05:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:05:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:05:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:06:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:06:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:06:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:06:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:06:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:06:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:06:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:06:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:07:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:07:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:07:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:07:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:07:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:07:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:07:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:07:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:08:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:08:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:08:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:08:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:08:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:08:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:08:13.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:08:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:09:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:09:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:09:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:09:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:09:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:09:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:09:13.868Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:09:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:10:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:10:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:10:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:10:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:10:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:10:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:10:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:10:13.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:11:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:11:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:11:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:11:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:11:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:11:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:11:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:11:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:12:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:12:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:12:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:12:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:12:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:12:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:12:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:12:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:13:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:13:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:13:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:13:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:13:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:13:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:13:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:13:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:14:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:14:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:14:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:14:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:14:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:14:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:14:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:14:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:15:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:15:04.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:15:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:15:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:15:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:15:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:15:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:15:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:16:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:16:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:16:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:16:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:16:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:16:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:16:13.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:16:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:17:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:17:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:17:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:17:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:17:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:17:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:17:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:17:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:18:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:18:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:18:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:18:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:18:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:18:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:18:13.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:18:13.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:19:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:19:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:19:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:19:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:19:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:19:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:19:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:19:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:20:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:20:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:20:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:20:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:20:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:20:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:20:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:20:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:21:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:21:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:21:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:21:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:21:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:21:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:21:13.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:21:13.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:22:04.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:22:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:22:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:22:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:22:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:22:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:22:13.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:22:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:23:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:23:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:23:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:23:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:23:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:23:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:23:13.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:23:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:24:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:24:04.334Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:24:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:24:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:24:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:24:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:24:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:24:13.871Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:25:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:25:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:25:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:25:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:25:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:25:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:25:13.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:25:13.869Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:26:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:26:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:26:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:26:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:26:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:26:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:26:13.866Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:26:13.866Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:27:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:27:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:27:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:27:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:27:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:27:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:27:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:27:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:28:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:28:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:28:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:28:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:28:04.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:28:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:28:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:28:13.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:29:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:29:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:29:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:29:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:29:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:29:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:29:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:29:13.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:30:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:30:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:30:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:30:04.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:30:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:30:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:30:13.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:30:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:31:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:31:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:31:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:31:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:31:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:31:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:31:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:31:13.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:32:04.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:32:04.334Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:32:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:32:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:32:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:32:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:32:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:32:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:33:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:33:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:33:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:33:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:33:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:33:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:33:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:33:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:34:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:34:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:34:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:34:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:34:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:34:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:34:13.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:34:13.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:35:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:35:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:35:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:35:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:35:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:35:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:35:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:35:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:36:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:36:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:36:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:36:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:36:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:36:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:36:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:36:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:37:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:37:04.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:37:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:37:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:37:04.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:37:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:37:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:37:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:38:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:38:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:38:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:38:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:38:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:38:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:38:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:38:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:39:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:39:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:39:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:39:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:39:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:39:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:39:13.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:39:13.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:40:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:40:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:40:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:40:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:40:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:40:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:40:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:40:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:41:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:41:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:41:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:41:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:41:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:41:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:41:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:41:13.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:42:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:42:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:42:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:42:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:42:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:42:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:42:13.866Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:42:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:43:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:43:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:43:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:43:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:43:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:43:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:43:13.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:43:13.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:44:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:44:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:44:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:44:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:44:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:44:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:44:13.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:44:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:45:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:45:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:45:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:45:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:45:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:45:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:45:13.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:45:13.866Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:46:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:46:04.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:46:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:46:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:46:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:46:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:46:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:46:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:47:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:47:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:47:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:47:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:47:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:47:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:47:13.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:47:13.869Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:48:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:48:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:48:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:48:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:48:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:48:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:48:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:48:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:49:04.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:49:04.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:49:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:49:04.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:49:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:49:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:49:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:49:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:50:04.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:50:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:50:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:50:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:50:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:50:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:50:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:50:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:51:04.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:51:04.333Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:51:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:51:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:51:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:51:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:51:13.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:51:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:52:04.334Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:52:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:52:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:52:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:04.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:04.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:04.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"54145ce6-ceb1-43aa-ae1b-396eedcb79e3","serviceName":"vFW 2022-05-08 16-48-59","serviceVersion":"1.0","serviceUUID":"0d384b98-7064-4f80-9547-f6d5afdc7fb0","serviceDescription":"catalog service description","serviceInvariantUUID":"984d3014-6239-4ed6-80e8-c5162f0df239","resources":[{"resourceInstanceName":"vFW 7cec1a02-4531 0","resourceName":"vFW 7cec1a02-4531","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afec89fe-4933-471f-9a38-a28c6c1c6119","resourceInvariantUUID":"c3648aec-f688-40b5-a86f-7a2e7048dbe7","resourceCustomizationUUID":"71a4c21e-fb87-4794-8ca7-7318b6f36143","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml","artifactChecksum":"NmJjZDdmZWM4N2UxZGQ4NDRjZDUxOWVkZDVlYjU5YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e87661d-bb70-4e84-8600-f9f68e507071","artifactVersion":"1"},{"artifactName":"vfw7cec1a0245310_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json","artifactChecksum":"ZWFkMzNhNTk4ZTViMTU1YTNiYTJjNzdkOTA3NjkwOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3fe809a9-0852-4841-a1cf-2a3168949d93","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4ac668d8-bec8-4440-8066-1de227b63a40","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml","artifactChecksum":"NDZhZDFlYmQ0MzExNjUwYTBlZmEzN2NkYTdiMTc2OTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a59afda-a641-4a60-a530-061c7f910a9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd","artifactVersion":"2","generatedFromUUID":"4ac668d8-bec8-4440-8066-1de227b63a40"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220508164859-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml","artifactChecksum":"MDg2NmVjZmFiMjQ5ODkxM2U2MjY2NGExZjMwNzdiZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c07bfdc5-ad8c-4bfb-9726-43f1db1c123d","artifactVersion":"1"},{"artifactName":"service-Vfw20220508164859-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar","artifactChecksum":"NWQ4ZDU0ZjZmMzlmMzE1OTc3OWNmNDM5MzdlZWZlMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f827296-ee1d-4264-998f-865a8120bf6a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T16:52:04.968Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:52:04.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "cds", "timestamp": 1652028683875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.972Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:04.980Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:04.981Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "ves-openapi-manager", "timestamp": 1652028682226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028678581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "policy-id", "timestamp": 1652028680419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028685477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "clamp", "timestamp": 1652028688786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "cds", "timestamp": 1652028683875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "ves-openapi-manager", "timestamp": 1652028682226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028678581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "policy-id", "timestamp": 1652028680419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028685477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "NOTIFIED" } 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "clamp", "timestamp": 1652028688786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "NOTIFIED" } 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "cds", "timestamp": 1652028683875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "ves-openapi-manager", "timestamp": 1652028682226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028678581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "policy-id", "timestamp": 1652028680419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-08T16:52:04.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028685477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "clamp", "timestamp": 1652028688786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "cds", "timestamp": 1652028683875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "ves-openapi-manager", "timestamp": 1652028682226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "policy-id", "timestamp": 1652028680419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028678581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028685477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "cds", "timestamp": 1652028683875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "clamp", "timestamp": 1652028688786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "ves-openapi-manager", "timestamp": 1652028682226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028678581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "policy-id", "timestamp": 1652028680419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028685477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "clamp", "timestamp": 1652028688786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "cds", "timestamp": 1652028683875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "ves-openapi-manager", "timestamp": 1652028682226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "policy-id", "timestamp": 1652028680419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028678581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "aai-ml", "timestamp": 1652028692838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028685477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "clamp", "timestamp": 1652028688786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "cds", "timestamp": 1652028683875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "ves-openapi-manager", "timestamp": 1652028682226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "policy-id", "timestamp": 1652028680419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028678581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "aai-ml", "timestamp": 1652028692838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028685477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "clamp", "timestamp": 1652028688786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "aai-ml", "timestamp": 1652028692838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028695672, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "cds", "timestamp": 1652028695696, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028695708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "policy-id", "timestamp": 1652028695684, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "aai-ml", "timestamp": 1652028692838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "cds", "timestamp": 1652028696712, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:52:05.081Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-08T16:52:05.085Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:05.085Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:52:05.095Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:05.096Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:52:05.132Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 2022-05-08T16:52:05.146Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:52:05.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "policy-id", "timestamp": 1652028696693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:52:05.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028696737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:05.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "aai-ml", "timestamp": 1652028692838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:05.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "policy-id", "timestamp": 1652028697697, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:52:05.181Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 2022-05-08T16:52:05.181Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:52:05.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028697787, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:05.191Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:05.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "aai-ml", "timestamp": 1652028692838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:05.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:05.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028699487, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:52:05.199Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 2022-05-08T16:52:05.199Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T16:52:05.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "aai-ml", "timestamp": 1652028692838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:52:05.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T16:52:05.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "multicloud-k8s-id", "timestamp": 1652028700491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "DEPLOY_OK" } 2022-05-08T16:52:05.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:05.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "aai-ml", "timestamp": 1652028700627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:05.210Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:05.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028700886, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:52:05.210Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:05.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028701891, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:52:05.216Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 2022-05-08T16:52:05.217Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:52:05.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "clamp", "timestamp": 1652028712393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:05.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:05.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "clamp", "timestamp": 1652028714406, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:52:05.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:05.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "clamp", "timestamp": 1652028715410, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:52:05.233Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 2022-05-08T16:52:05.233Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:52:05.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "aai-ml", "timestamp": 1652028716477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:52:05.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:52:05.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T16:52:05.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "aai-ml", "timestamp": 1652028717482, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:52:05.248Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 2022-05-08T16:52:05.248Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:52:05.986Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:52:05.986Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:05.988Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:05.989Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "NOTIFIED" } 2022-05-08T16:52:06.089Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:52:06.090Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:06.090Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:06.100Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:06.101Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:06.989Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:52:06.990Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:06.992Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:06.992Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-08T16:52:07.092Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:52:07.093Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:07.093Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:07.104Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:07.105Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:07.992Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:52:07.993Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:07.995Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:07.995Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:08.095Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:52:08.096Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:08.096Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:08.106Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:08.107Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:08.996Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:52:08.997Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:08.999Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:08.999Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-08T16:52:09.099Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:52:09.100Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:09.100Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:09.109Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:09.110Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:10.000Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:52:10.001Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:10.003Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:10.003Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:52:10.103Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:52:10.104Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:10.104Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:10.113Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:10.114Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:11.004Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:52:11.005Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:11.007Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:11.007Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:52:11.107Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:52:11.108Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:11.108Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:11.119Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:11.119Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:12.009Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "serviceName": "vFW 2022-05-08 16-48-59", "serviceVersion": "1.0", "serviceUUID": "0d384b98-7064-4f80-9547-f6d5afdc7fb0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "984d3014-6239-4ed6-80e8-c5162f0df239", "resources": [ { "resourceInstanceName": "vFW 7cec1a02-4531 0", "resourceCustomizationUUID": "71a4c21e-fb87-4794-8ca7-7318b6f36143", "resourceName": "vFW 7cec1a02-4531", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "afec89fe-4933-471f-9a38-a28c6c1c6119", "resourceInvariantUUID": "c3648aec-f688-40b5-a86f-7a2e7048dbe7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7cec1a0245310_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "artifactChecksum": "ZWFkMzNhNTk4ZTViMTU1YTNiYTJjNzdkOTA3NjkwOGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3fe809a9-0852-4841-a1cf-2a3168949d93", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4ac668d8-bec8-4440-8066-1de227b63a40", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd", "generatedFromUUID": "4ac668d8-bec8-4440-8066-1de227b63a40" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220508164859-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "artifactChecksum": "NWQ4ZDU0ZjZmMzlmMzE1OTc3OWNmNDM5MzdlZWZlMGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f827296-ee1d-4264-998f-865a8120bf6a" } ], "workloadContext": "Production" } 2022-05-08T16:52:12.009Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T16:52:12.010Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d384b98-7064-4f80-9547-f6d5afdc7fb0 ASDC 2022-05-08T16:52:12.083Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:54145ce6-ceb1-43aa-ae1b-396eedcb79e3 ServiceName:vFW 2022-05-08 16-48-59 ServiceVersion:1.0 ServiceUUID:0d384b98-7064-4f80-9547-f6d5afdc7fb0 ServiceInvariantUUID:984d3014-6239-4ed6-80e8-c5162f0df239 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220508164859-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar ArtifactUUID:9f827296-ee1d-4264-998f-865a8120bf6a ArtifactChecksum:NWQ4ZDU0ZjZmMzlmMzE1OTc3OWNmNDM5MzdlZWZlMGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7cec1a02-4531 0 ResourceCustomizationUUID:71a4c21e-fb87-4794-8ca7-7318b6f36143 ResourceInvariantUUID:c3648aec-f688-40b5-a86f-7a2e7048dbe7 ResourceName:vFW 7cec1a02-4531 ResourceType:VF ResourceUUID:afec89fe-4933-471f-9a38-a28c6c1c6119 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7cec1a0245310_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json ArtifactUUID:3fe809a9-0852-4841-a1cf-2a3168949d93 ArtifactChecksum:ZWFkMzNhNTk4ZTViMTU1YTNiYTJjNzdkOTA3NjkwOGY= 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/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml ArtifactUUID:4ac668d8-bec8-4440-8066-1de227b63a40 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/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env ArtifactUUID:38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd 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/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env ArtifactUUID:38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T16:52:12.083Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d384b98-7064-4f80-9547-f6d5afdc7fb0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T16:52:12.142Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T16:52:12.143Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-08T16:52:12.144Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-08T16:52:12.144Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9f827296-ee1d-4264-998f-865a8120bf6a from URL: /sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:12.144Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-08T16:52:12.146Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:12.239Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-08T16:52:12.257Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar 9f827296-ee1d-4264-998f-865a8120bf6a 99038 2022-05-08T16:52:12.258Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar ASDC sendASDCNotification 2022-05-08T16:52:12.258Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:12.259Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T16:52:12.260Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:12.261Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:12.261Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028732257, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:12.361Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:52:12.362Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:12.362Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:12.374Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:12.374Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:13.262Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T16:52:13.265Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-08T16:52:13.265Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9f827296-ee1d-4264-998f-865a8120bf6a, URL: /sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar to file: /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:13.266Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220508164859-csar.csar 2022-05-08T16:52:13.319Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:13.320Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:13.978Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10604405523088883649/Definitions/service-Vfw20220508164859-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-05-08T16:52:16.368Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T16:52:16.372Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-08T16:52:16.372Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.372Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-08T16:52:16.372Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||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-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||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-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||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-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7cec1a02-4531 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-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-08T16:52:16.378Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.379Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:16.382Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria 2022-05-08T16:52:16.382Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-08T16:52:16.383Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T16:52:16.384Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.384Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:16.384Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria 2022-05-08T16:52:16.384Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-08T16:52:16.385Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T16:52:16.385Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.385Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria 2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.390Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T16:52:16.390Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.390Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria 2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria 2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria 2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria 2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2fa99c07-c689-4438-a42a-f9327c3296d8 2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria 2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=51fd0604-b9e2-40ad-b125-59f38df0d93a 2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria 2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=950b97ad-766c-4b48-8084-4ee724779015 2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:16.397Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.397Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:16.397Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:16.397Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:16.397Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-08 16-48-59 Description:catalog service description Model UUID:0d384b98-7064-4f80-9547-f6d5afdc7fb0 Model Version:NULL Model InvariantUuid:984d3014-6239-4ed6-80e8-c5162f0df239 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7cec1a02-4531 Model UUID:547af1a6-c5a0-4d2f-b9f5-c76b10cd3f85 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:c3648aec-f688-40b5-a86f-7a2e7048dbe7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:71a4c21e-fb87-4794-8ca7-7318b6f36143 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f176bbac-a0fa-4a39-be4f-c17f4fbc10fd ModelName:Vfw7cec1a024531..base_vfw..module-0 ModelUuid:2ff8764f-228b-429b-84fd-dfa9ce0e176f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2fa99c07-c689-4438-a42a-f9327c3296d8 ModelInvariantUuid:b3e29d50-5207-4745-8876-5be5d4d8e1d4 ModelName:vFW 7cec1a02-4531-nodes.vfwCvfc ModelUuid:ef40dddd-2054-4871-91ec-6885fe47171f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b45cae13-99b5-497d-b2b8-dd41dcd0b521 ModelInvariantUuid:6225fd59-da9a-43a8-b529-35a70b4b8823 ModelName:Vfw7cec1a024531.compute.nodes.heat.vfw ModelUuid:9b276864-8a69-4b96-afd9-04210478a7a4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:51fd0604-b9e2-40ad-b125-59f38df0d93a ModelInvariantUuid:86767fed-7fb6-440d-bef6-2a391ba03d42 ModelName:vFW 7cec1a02-4531-nodes.vsnCvfc ModelUuid:0f755c7e-19cb-4238-a408-6600b7d96631 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:3f319bd7-afb0-479a-9c50-8384c0a287dd ModelInvariantUuid:826882c1-5c35-470d-86ff-632c3d13523c ModelName:Vfw7cec1a024531.compute.nodes.heat.vsn ModelUuid:45ce5742-d7bc-4e3d-ac17-214a18c3c351 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:950b97ad-766c-4b48-8084-4ee724779015 ModelInvariantUuid:966aeb6d-6d28-4699-9b45-25025dc961d0 ModelName:vFW 7cec1a02-4531-nodes.vpgCvfc ModelUuid:9ad82b4d-0357-4cb8-800e-abfc588e8053 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:224ac424-654f-4e0e-8cf4-4bae461a5d59 ModelInvariantUuid:b5a9c2c4-0cec-4dc0-bd4b-004b48985adf ModelName:Vfw7cec1a024531.compute.nodes.heat.vpg ModelUuid:5bea0887-ba3e-42db-92f7-58497fedda6b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T16:52:16.410Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: afec89fe-4933-471f-9a38-a28c6c1c6119 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T16:52:16.515Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||vFW 7cec1a02-4531 0 2022-05-08T16:52:16.522Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afec89fe-4933-471f-9a38-a28c6c1c6119 2022-05-08T16:52:16.522Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3fe809a9-0852-4841-a1cf-2a3168949d93 from URL: /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json 2022-05-08T16:52:16.522Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-08T16:52:16.522Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json 2022-05-08T16:52:16.871Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-08T16:52:16.872Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json 3fe809a9-0852-4841-a1cf-2a3168949d93 785 2022-05-08T16:52:16.872Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json ASDC sendASDCNotification 2022-05-08T16:52:16.872Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json 2022-05-08T16:52:16.872Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T16:52:16.873Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:16.875Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:16.875Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028736872, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:16.975Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:52:16.978Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:16.978Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:16.989Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:16.989Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:17.879Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7cec1a024531..base_vfw..module-0", "vfModuleModelInvariantUUID": "f176bbac-a0fa-4a39-be4f-c17f4fbc10fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ff8764f-228b-429b-84fd-dfa9ce0e176f", "vfModuleModelCustomizationUUID": "bd4d1ed8-586a-4fe8-a409-bdeee8c02d22", "isBase": true, "artifacts": [ "4ac668d8-bec8-4440-8066-1de227b63a40", "38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T16:52:17.896Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7cec1a024531..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ff8764f-228b-429b-84fd-dfa9ce0e176f VfModuleModelInvariantUUID:f176bbac-a0fa-4a39-be4f-c17f4fbc10fd VfModuleModelDescription:NULL Artifacts UUID List:{ 4ac668d8-bec8-4440-8066-1de227b63a40 , 38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T16:52:17.899Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7cec1a024531..base_vfw..module-0", "vfModuleModelInvariantUUID": "f176bbac-a0fa-4a39-be4f-c17f4fbc10fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ff8764f-228b-429b-84fd-dfa9ce0e176f", "vfModuleModelCustomizationUUID": "bd4d1ed8-586a-4fe8-a409-bdeee8c02d22", "isBase": true, "artifacts": [ "4ac668d8-bec8-4440-8066-1de227b63a40", "38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T16:52:17.899Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7cec1a024531..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ff8764f-228b-429b-84fd-dfa9ce0e176f VfModuleModelInvariantUUID:f176bbac-a0fa-4a39-be4f-c17f4fbc10fd VfModuleModelDescription:NULL Artifacts UUID List:{ 4ac668d8-bec8-4440-8066-1de227b63a40 , 38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T16:52:17.900Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4ac668d8-bec8-4440-8066-1de227b63a40 from URL: /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml 2022-05-08T16:52:17.900Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-08T16:52:17.900Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml 2022-05-08T16:52:18.291Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-08T16:52:18.292Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml 4ac668d8-bec8-4440-8066-1de227b63a40 20368 2022-05-08T16:52:18.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-08T16:52:18.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml 2022-05-08T16:52:18.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T16:52:18.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:18.295Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:18.295Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028738293, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:18.395Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:52:18.396Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:18.396Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:18.406Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:18.406Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:19.296Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd from URL: /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env 2022-05-08T16:52:19.297Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-08T16:52:19.297Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env 2022-05-08T16:52:19.869Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-08T16:52:19.869Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env 38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd 2098 2022-05-08T16:52:19.870Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-08T16:52:19.870Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env 2022-05-08T16:52:19.870Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T16:52:19.870Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:19.872Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:19.873Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028739869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-08T16:52:19.973Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:52:19.973Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:19.974Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:19.983Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:19.983Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:20.874Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0d384b98-7064-4f80-9547-f6d5afdc7fb0 2022-05-08T16:52:20.875Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7cec1a02-4531 0 afec89fe-4933-471f-9a38-a28c6c1c6119 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T16:52:20.912Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c3697f8, org.onap.sdc.toscaparser.api.parameters.Input@5e242ae6, org.onap.sdc.toscaparser.api.parameters.Input@6d9c249, org.onap.sdc.toscaparser.api.parameters.Input@32604343, org.onap.sdc.toscaparser.api.parameters.Input@ad18ba0] 2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 71a4c21e-fb87-4794-8ca7-7318b6f36143 2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71a4c21e-fb87-4794-8ca7-7318b6f36143 matches Tosca VF Customization UUID: 71a4c21e-fb87-4794-8ca7-7318b6f36143 2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 71a4c21e-fb87-4794-8ca7-7318b6f36143 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T16:52:20.921Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.921Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:20.922Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 71a4c21e-fb87-4794-8ca7-7318b6f36143: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-05-08T16:52:20.922Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31c34252 2022-05-08T16:52:20.922Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.923Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T16:52:20.923Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd4d1ed8-586a-4fe8-a409-bdeee8c02d22 2022-05-08T16:52:20.923Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd4d1ed8-586a-4fe8-a409-bdeee8c02d22 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T16:52:20.928Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.928Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria 2022-05-08T16:52:20.929Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:52:20.929Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.929Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria 2022-05-08T16:52:20.929Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria 2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2fa99c07-c689-4438-a42a-f9327c3296d8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T16:52:20.938Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.938Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria 2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria 2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T16:52:20.941Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=51fd0604-b9e2-40ad-b125-59f38df0d93a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T16:52:20.943Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.943Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria 2022-05-08T16:52:20.943Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:52:20.945Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria 2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-08T16:52:20.947Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-08T16:52:20.947Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-08T16:52:20.947Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-08T16:52:20.947Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=950b97ad-766c-4b48-8084-4ee724779015 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T16:52:20.949Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.949Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria 2022-05-08T16:52:20.949Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:52:20.949Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.950Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria 2022-05-08T16:52:20.950Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=71a4c21e-fb87-4794-8ca7-7318b6f36143 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0d384b98-7064-4f80-9547-f6d5afdc7fb0: vFW 7cec1a02-4531 2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-05-08 16-48-59 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:52:21.276Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7cec1a02-4531 afec89fe-4933-471f-9a38-a28c6c1c6119 1 ASDC deployResourceStructure 2022-05-08T16:52:21.277Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json ASDC sendASDCNotification 2022-05-08T16:52:21.277Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json 2022-05-08T16:52:21.277Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T16:52:21.277Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:21.278Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:21.279Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028741277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "DEPLOY_OK" } 2022-05-08T16:52:21.379Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:52:21.380Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:21.380Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:21.391Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:21.391Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-08T16:52:22.280Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-08T16:52:22.281Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml 2022-05-08T16:52:22.281Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T16:52:22.281Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:22.284Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:22.284Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028742280, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-08T16:52:22.384Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T16:52:22.385Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:22.385Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:22.396Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:22.396Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:23.288Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-08T16:52:23.289Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env 2022-05-08T16:52:23.289Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T16:52:23.289Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:23.291Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:23.291Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028743288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-08T16:52:23.392Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T16:52:23.393Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:23.393Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:23.405Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:23.406Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-08T16:52:24.292Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar ASDC sendASDCNotification 2022-05-08T16:52:24.292Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar 2022-05-08T16:52:24.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T16:52:24.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:52:24.294Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:52:24.294Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028744292, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:52:24.395Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T16:52:24.395Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:52:24.395Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:52:24.405Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:52:24.406Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:52:25.296Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T16:52:25.312Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T16:52:25.315Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:52:25.322Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T16:52:55.323Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T16:52:55.334Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 and serviceModelVersionId: 0d384b98-7064-4f80-9547-f6d5afdc7fb0 2022-05-08T16:52:55.334Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 984d3014-6239-4ed6-80e8-c5162f0df239 2022-05-08T16:53:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:53:04.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:53:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:53:04.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:53:04.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T16:53:04.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:53:04.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T16:53:06.778Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0 2022-05-08T16:53:06.867Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T16:53:07.278Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0|INFO|500||Invoke 2022-05-08T16:53:07.285Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54145ce6-ceb1-43aa-ae1b-396eedcb79e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44f5ba2f-6534-4ae2-9cad-494c630300cc], X-ECOMP-RequestID=[54145ce6-ceb1-43aa-ae1b-396eedcb79e3], X-TransactionId=[], X-ONAP-RequestID=[54145ce6-ceb1-43aa-ae1b-396eedcb79e3], Content-Type=[application/merge-patch+json]} 2022-05-08T16:53:07.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T16:53:07.525Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-16:53:07:401-28439], vertex-id=[159896], Content-Length=[0], Date=[Sun, 08 May 2022 16:53:07 GMT], Content-Type=[application/json]} 2022-05-08T16:53:07.527Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-08T16:53:07.527Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0|INFO|500||InvokeReturn 2022-05-08T16:53:07.529Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T16:53:07.530Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T16:53:07.534Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T16:53:07.539Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T16:53:07.540Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T16:53:07.540Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:53:07.542Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:53:07.542Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028787539, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T16:53:07.642Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:53:07.643Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:53:07.644Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:53:07.655Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:53:07.655Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T16:53:08.559Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:53:08.559Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:53:08.560Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:53:18.088Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:04.332Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:54:04.333Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:54:04.333Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:54:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:54:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:04.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:04.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "NOTIFIED" } 2022-05-08T16:54:04.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:54:04.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-08T16:54:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:54:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:54:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:54:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-08T16:54:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:54:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:54:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:54:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028724333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:54:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:54:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028732257, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:54:04.367Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:54:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028736872, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T16:54:04.367Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:54:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028738293, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T16:54:04.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:54:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028739869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-08T16:54:04.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:54:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028741277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json", "status": "DEPLOY_OK" } 2022-05-08T16:54:04.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:54:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028742280, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-08T16:54:04.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:54:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028743288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-08T16:54:04.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:54:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028744292, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:54:04.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:54:04.957Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:04.958Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T16:54:04.958Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a738eaf-75d3-4b84-b01d-ffd6533f4198","serviceName":"basic_onboard_PSphTT","serviceVersion":"1.0","serviceUUID":"cb870215-5271-4e4f-b57a-dff552890002","serviceDescription":"service","serviceInvariantUUID":"0ab32948-98ca-4c0e-9dc0-7473ff806da0","resources":[{"resourceInstanceName":"basic_onboard_PSphTT 0","resourceName":"basic_onboard_PSphTT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c096c28-a76c-489a-8642-48a58a2ac026","resourceInvariantUUID":"4402856a-d7cd-49b0-a226-f610c97078d7","resourceCustomizationUUID":"8ddf992d-92a8-4fc1-b593-5bddb48e0770","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml","artifactChecksum":"ZmViZDUwYWY3Y2VlZTMwNDAzYTkzYjgxNDZhMDkyODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff1beee7-664d-4a44-9f7c-d74d673350bd","artifactVersion":"1"},{"artifactName":"basic_onboard_psphtt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json","artifactChecksum":"MjI4YjU3MDY1NzllYTdlZDI0ZmQzNzgyZjUyMzRmYzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"00aba2d1-afc6-4b41-9d1c-c143f09f3499","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a057ff5-a630-453f-be63-8c6a0807c4c3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3eb5febe-bf6c-4723-844f-8d4ce26b3a8c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62","artifactVersion":"2","generatedFromUUID":"7a057ff5-a630-453f-be63-8c6a0807c4c3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPsphtt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml","artifactChecksum":"YjlkMDNlZDk3NDFlYjVmNGM2YzYxMjdlNjg3OGZlYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cb06233-40aa-4777-9f24-f0e080a870a4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPsphtt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar","artifactChecksum":"YmNmZmU1YWI3NmIwNjA4YWYwYjkwNjBmZmNmMDI1Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4309dc78-28e7-4660-a75a-dcb53b56da25","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T16:54:04.961Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:54:04.961Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:04.964Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:04.964Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:54:05.064Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:05.065Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:05.065Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:05.078Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:05.078Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:54:05.964Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:54:05.965Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:05.967Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:05.967Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "NOTIFIED" } 2022-05-08T16:54:06.067Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:06.068Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:06.068Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:06.079Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:06.079Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:54:06.967Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:54:06.968Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:06.971Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:06.971Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T16:54:07.071Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:07.072Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:07.072Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:07.082Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:07.083Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:54:07.971Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:54:07.973Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:07.975Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:07.975Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:54:08.076Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T16:54:08.078Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:08.078Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:08.089Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:08.090Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:54:08.976Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:54:08.977Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:08.978Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:08.979Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-08T16:54:09.079Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:09.080Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:09.080Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:09.089Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:09.089Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:54:09.979Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:54:09.980Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:09.982Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:09.983Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:54:10.083Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:10.084Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:10.084Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:10.093Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:10.093Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:54:10.983Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T16:54:10.984Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:10.986Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:10.986Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:54:11.086Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:11.087Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:11.088Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:11.115Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:11.116Z||pool-25-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-05-08T16:54:11.988Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "serviceName": "basic_onboard_PSphTT", "serviceVersion": "1.0", "serviceUUID": "cb870215-5271-4e4f-b57a-dff552890002", "serviceDescription": "service", "serviceInvariantUUID": "0ab32948-98ca-4c0e-9dc0-7473ff806da0", "resources": [ { "resourceInstanceName": "basic_onboard_PSphTT 0", "resourceCustomizationUUID": "8ddf992d-92a8-4fc1-b593-5bddb48e0770", "resourceName": "basic_onboard_PSphTT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7c096c28-a76c-489a-8642-48a58a2ac026", "resourceInvariantUUID": "4402856a-d7cd-49b0-a226-f610c97078d7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_psphtt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "artifactChecksum": "MjI4YjU3MDY1NzllYTdlZDI0ZmQzNzgyZjUyMzRmYzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "00aba2d1-afc6-4b41-9d1c-c143f09f3499", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7a057ff5-a630-453f-be63-8c6a0807c4c3", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62", "generatedFromUUID": "7a057ff5-a630-453f-be63-8c6a0807c4c3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPsphtt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "artifactChecksum": "YmNmZmU1YWI3NmIwNjA4YWYwYjkwNjBmZmNmMDI1Yzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4309dc78-28e7-4660-a75a-dcb53b56da25" } ], "workloadContext": "Production" } 2022-05-08T16:54:11.988Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T16:54:11.988Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb870215-5271-4e4f-b57a-dff552890002 ASDC 2022-05-08T16:54:11.989Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:8a738eaf-75d3-4b84-b01d-ffd6533f4198 ServiceName:basic_onboard_PSphTT ServiceVersion:1.0 ServiceUUID:cb870215-5271-4e4f-b57a-dff552890002 ServiceInvariantUUID:0ab32948-98ca-4c0e-9dc0-7473ff806da0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPsphtt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar ArtifactUUID:4309dc78-28e7-4660-a75a-dcb53b56da25 ArtifactChecksum:YmNmZmU1YWI3NmIwNjA4YWYwYjkwNjBmZmNmMDI1Yzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_PSphTT 0 ResourceCustomizationUUID:8ddf992d-92a8-4fc1-b593-5bddb48e0770 ResourceInvariantUUID:4402856a-d7cd-49b0-a226-f610c97078d7 ResourceName:basic_onboard_PSphTT ResourceType:VF ResourceUUID:7c096c28-a76c-489a-8642-48a58a2ac026 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_psphtt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json ArtifactUUID:00aba2d1-afc6-4b41-9d1c-c143f09f3499 ArtifactChecksum:MjI4YjU3MDY1NzllYTdlZDI0ZmQzNzgyZjUyMzRmYzM= 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/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml ArtifactUUID:7a057ff5-a630-453f-be63-8c6a0807c4c3 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/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env ArtifactUUID:eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62 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/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env ArtifactUUID:eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T16:54:11.989Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb870215-5271-4e4f-b57a-dff552890002 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:54:12.024Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T16:54:12.025Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-08T16:54:12.025Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-08T16:54:12.025Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4309dc78-28e7-4660-a75a-dcb53b56da25 from URL: /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:12.025Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-08T16:54:12.026Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:12.080Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-08T16:54:12.084Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar 4309dc78-28e7-4660-a75a-dcb53b56da25 71579 2022-05-08T16:54:12.084Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar ASDC sendASDCNotification 2022-05-08T16:54:12.085Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:12.085Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T16:54:12.085Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:12.087Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:12.087Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028852084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:54:12.188Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:12.189Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:12.189Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:12.199Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:12.199Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-08T16:54:13.088Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T16:54:13.089Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-08T16:54:13.090Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4309dc78-28e7-4660-a75a-dcb53b56da25, URL: /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar to file: /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:13.090Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:13.091Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:13.091Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:13.194Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8998351786161045151/Definitions/service-BasicOnboardPsphtt-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-08T16:54:14.200Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T16:54:14.200Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-08T16:54:14.200Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||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-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PSphTT 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-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria 2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria 2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is not matching search criteria 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria 2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria 2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria 2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is not matching search criteria 2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2ddd1240-c1aa-40de-96a2-6c496d363996 2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:14.206Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_PSphTT Description:service Model UUID:cb870215-5271-4e4f-b57a-dff552890002 Model Version:NULL Model InvariantUuid:0ab32948-98ca-4c0e-9dc0-7473ff806da0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_PSphTT Model UUID:78fd5d90-316a-436b-a014-c15df787b76f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4402856a-d7cd-49b0-a226-f610c97078d7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8ddf992d-92a8-4fc1-b593-5bddb48e0770 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ab823c7c-d1ec-4930-ab2a-2c6c27381545 ModelName:BasicOnboardPsphtt..base_ubuntu18..module-0 ModelUuid:f0c7c571-e9c8-4dba-8c20-55eb89a07a12 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2ddd1240-c1aa-40de-96a2-6c496d363996 ModelInvariantUuid:cdecd806-f587-403e-99c1-f0a5c626e84c ModelName:basic_onboard_PSphTT-nodes.ubuntu18Cvfc ModelUuid:50ba0ec0-3d1d-485e-aee1-efac71552937 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:93e80a5e-28b6-45c4-a90c-e00a080aa4b6 ModelInvariantUuid:39389764-bf78-4453-9d40-a1531d79a3a9 ModelName:BasicOnboardPsphtt.compute.nodes.heat.ubuntu18 ModelUuid:70437b4b-9789-41e8-94ed-324f759c9a22 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T16:54:14.214Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c096c28-a76c-489a-8642-48a58a2ac026 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T16:54:14.217Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||basic_onboard_PSphTT 0 2022-05-08T16:54:14.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c096c28-a76c-489a-8642-48a58a2ac026 2022-05-08T16:54:14.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 00aba2d1-afc6-4b41-9d1c-c143f09f3499 from URL: /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json 2022-05-08T16:54:14.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-08T16:54:14.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json 2022-05-08T16:54:14.468Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-08T16:54:14.469Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json 00aba2d1-afc6-4b41-9d1c-c143f09f3499 798 2022-05-08T16:54:14.469Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json ASDC sendASDCNotification 2022-05-08T16:54:14.469Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json 2022-05-08T16:54:14.469Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T16:54:14.470Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:14.472Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:14.472Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028854469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T16:54:14.572Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:14.573Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:14.573Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:14.583Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:14.583Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:54:15.473Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPsphtt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ab823c7c-d1ec-4930-ab2a-2c6c27381545", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f0c7c571-e9c8-4dba-8c20-55eb89a07a12", "vfModuleModelCustomizationUUID": "4a29d5d2-af77-4998-9805-fe0dacf70034", "isBase": true, "artifacts": [ "7a057ff5-a630-453f-be63-8c6a0807c4c3", "eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T16:54:15.476Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPsphtt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f0c7c571-e9c8-4dba-8c20-55eb89a07a12 VfModuleModelInvariantUUID:ab823c7c-d1ec-4930-ab2a-2c6c27381545 VfModuleModelDescription:NULL Artifacts UUID List:{ 7a057ff5-a630-453f-be63-8c6a0807c4c3 , eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T16:54:15.479Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPsphtt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ab823c7c-d1ec-4930-ab2a-2c6c27381545", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f0c7c571-e9c8-4dba-8c20-55eb89a07a12", "vfModuleModelCustomizationUUID": "4a29d5d2-af77-4998-9805-fe0dacf70034", "isBase": true, "artifacts": [ "7a057ff5-a630-453f-be63-8c6a0807c4c3", "eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T16:54:15.480Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPsphtt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f0c7c571-e9c8-4dba-8c20-55eb89a07a12 VfModuleModelInvariantUUID:ab823c7c-d1ec-4930-ab2a-2c6c27381545 VfModuleModelDescription:NULL Artifacts UUID List:{ 7a057ff5-a630-453f-be63-8c6a0807c4c3 , eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T16:54:15.480Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7a057ff5-a630-453f-be63-8c6a0807c4c3 from URL: /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml 2022-05-08T16:54:15.480Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-08T16:54:15.480Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml 2022-05-08T16:54:15.771Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-08T16:54:15.772Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml 7a057ff5-a630-453f-be63-8c6a0807c4c3 5033 2022-05-08T16:54:15.772Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-08T16:54:15.772Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml 2022-05-08T16:54:15.773Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T16:54:15.773Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:15.775Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:15.775Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028855772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T16:54:15.875Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T16:54:15.876Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:15.876Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:15.886Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:15.886Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:54:16.776Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62 from URL: /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env 2022-05-08T16:54:16.777Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-08T16:54:16.777Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env 2022-05-08T16:54:17.194Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-08T16:54:17.195Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62 909 2022-05-08T16:54:17.195Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-08T16:54:17.195Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env 2022-05-08T16:54:17.195Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T16:54:17.195Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:17.198Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:17.198Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028857195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-08T16:54:17.298Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:17.299Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:17.299Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:17.311Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:17.311Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:54:18.198Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cb870215-5271-4e4f-b57a-dff552890002 2022-05-08T16:54:18.199Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PSphTT 0 7c096c28-a76c-489a-8642-48a58a2ac026 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T16:54:18.216Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65ef2374, org.onap.sdc.toscaparser.api.parameters.Input@829fa52, org.onap.sdc.toscaparser.api.parameters.Input@5fed684b, org.onap.sdc.toscaparser.api.parameters.Input@2679063e, org.onap.sdc.toscaparser.api.parameters.Input@3a917506] 2022-05-08T16:54:18.217Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:18.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-05-08T16:54:18.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8ddf992d-92a8-4fc1-b593-5bddb48e0770 2022-05-08T16:54:18.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ddf992d-92a8-4fc1-b593-5bddb48e0770 matches Tosca VF Customization UUID: 8ddf992d-92a8-4fc1-b593-5bddb48e0770 2022-05-08T16:54:18.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8ddf992d-92a8-4fc1-b593-5bddb48e0770 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T16:54:18.221Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.221Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8ddf992d-92a8-4fc1-b593-5bddb48e0770: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2790d45c 2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4a29d5d2-af77-4998-9805-fe0dacf70034 2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4a29d5d2-af77-4998-9805-fe0dacf70034 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T16:54:18.224Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.225Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria 2022-05-08T16:54:18.225Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:54:18.225Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.226Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria 2022-05-08T16:54:18.226Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:54:18.226Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.226Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is not matching search criteria 2022-05-08T16:54:18.227Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-08T16:54:18.227Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-08T16:54:18.227Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2ddd1240-c1aa-40de-96a2-6c496d363996 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T16:54:18.229Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.230Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria 2022-05-08T16:54:18.230Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T16:54:18.230Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.231Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria 2022-05-08T16:54:18.231Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=8ddf992d-92a8-4fc1-b593-5bddb48e0770 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T16:54:18.233Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.233Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:18.233Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cb870215-5271-4e4f-b57a-dff552890002: basic_onboard_PSphTT 2022-05-08T16:54:18.234Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.234Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:18.234Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.234Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:18.234Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_PSphTT Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:54:18.320Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PSphTT 7c096c28-a76c-489a-8642-48a58a2ac026 1 ASDC deployResourceStructure 2022-05-08T16:54:18.320Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json ASDC sendASDCNotification 2022-05-08T16:54:18.321Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json 2022-05-08T16:54:18.321Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T16:54:18.321Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:18.323Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:18.323Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028858320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T16:54:18.423Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:18.424Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:18.424Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:18.435Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:18.435Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-08T16:54:19.324Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-08T16:54:19.324Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml 2022-05-08T16:54:19.325Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T16:54:19.325Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:19.327Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:19.327Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028859324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-08T16:54:19.429Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T16:54:19.430Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:19.430Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:19.440Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:19.440Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-08T16:54:20.328Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-08T16:54:20.329Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env 2022-05-08T16:54:20.329Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T16:54:20.329Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:20.332Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:20.332Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028860328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-08T16:54:20.432Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:20.433Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:20.433Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:20.443Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:20.443Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:54:21.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar ASDC sendASDCNotification 2022-05-08T16:54:21.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar 2022-05-08T16:54:21.336Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T16:54:21.336Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:54:21.338Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:54:21.338Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028861335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:54:21.438Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:54:21.439Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:54:21.439Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:54:21.450Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:54:21.451Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T16:54:22.338Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T16:54:22.348Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T16:54:22.351Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T16:54:22.351Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T16:54:22.351Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T16:54:52.351Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T16:54:52.362Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T16:54:52.365Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T16:54:52.365Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T16:54:52.365Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T16:55:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:55:04.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:55:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:55:04.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:55:04.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028787539, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T16:55:04.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "clamp", "timestamp": 1652028808787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "aai-ml", "timestamp": 1652028812838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "clamp", "timestamp": 1652028808787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "NOTIFIED" } 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "aai-ml", "timestamp": 1652028812838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "clamp", "timestamp": 1652028808787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "aai-ml", "timestamp": 1652028812838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "cds", "timestamp": 1652028818875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "clamp", "timestamp": 1652028808787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "aai-ml", "timestamp": 1652028812838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "cds", "timestamp": 1652028818875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "policy-id", "timestamp": 1652028820419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "clamp", "timestamp": 1652028808787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "aai-ml", "timestamp": 1652028812838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "cds", "timestamp": 1652028818875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "policy-id", "timestamp": 1652028820419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "clamp", "timestamp": 1652028808787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "aai-ml", "timestamp": 1652028812838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "cds", "timestamp": 1652028818875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "ves-openapi-manager", "timestamp": 1652028822226, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "policy-id", "timestamp": 1652028820419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "clamp", "timestamp": 1652028808787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:55:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "aai-ml", "timestamp": 1652028812838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "cds", "timestamp": 1652028818875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "ves-openapi-manager", "timestamp": 1652028822226, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "policy-id", "timestamp": 1652028820419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "cds", "timestamp": 1652028818875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "ves-openapi-manager", "timestamp": 1652028822226, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "aai-ml", "timestamp": 1652028824880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "policy-id", "timestamp": 1652028820419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "cds", "timestamp": 1652028818875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "ves-openapi-manager", "timestamp": 1652028822226, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "policy-id", "timestamp": 1652028820419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028825477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "ves-openapi-manager", "timestamp": 1652028822226, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "cds", "timestamp": 1652028827076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "policy-id", "timestamp": 1652028820419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028825477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "NOTIFIED" } 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "ves-openapi-manager", "timestamp": 1652028822226, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "cds", "timestamp": 1652028828081, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:55:04.383Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198 2022-05-08T16:55:04.383Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:55:04.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028825477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T16:55:04.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "policy-id", "timestamp": 1652028828382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:55:04.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "ves-openapi-manager", "timestamp": 1652028822226, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028825477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028828581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "policy-id", "timestamp": 1652028829386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028825477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028828581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "policy-id", "timestamp": 1652028830389, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:55:04.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198 2022-05-08T16:55:04.402Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:55:04.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028825477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028828581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028825477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:55:04.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028828581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028828581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028833389, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T16:55:04.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "clamp", "timestamp": 1652028833405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:55:04.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "aai-ml", "timestamp": 1652028833497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:55:04.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028828581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:55:04.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "aai-ml", "timestamp": 1652028834501, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:55:04.425Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198 2022-05-08T16:55:04.425Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:55:04.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028834662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T16:55:04.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028828581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:55:04.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-08T16:55:04.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "clamp", "timestamp": 1652028835414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:55:04.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028835966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-08T16:55:04.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028836379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:55:04.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "clamp", "timestamp": 1652028836416, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:55:04.445Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198 2022-05-08T16:55:04.445Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:55:04.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028836990, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:55:04.462Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198 2022-05-08T16:55:04.462Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T16:55:04.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "multicloud-k8s-id", "timestamp": 1652028837995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T16:55:04.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028838624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:55:04.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:55:04.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T16:55:04.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652028839628, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:55:04.477Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198 2022-05-08T16:55:04.477Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T16:55:22.365Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T16:55:22.378Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T16:55:22.387Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T16:55:52.387Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T16:55:52.393Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198 and serviceModelVersionId: cb870215-5271-4e4f-b57a-dff552890002 2022-05-08T16:55:52.393Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ab32948-98ca-4c0e-9dc0-7473ff806da0 2022-05-08T16:55:52.394Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0 2022-05-08T16:55:52.399Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T16:55:52.435Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0|INFO|500||Invoke 2022-05-08T16:55:52.435Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a738eaf-75d3-4b84-b01d-ffd6533f4198], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa8fd483-124f-46de-8005-ab6a1070bfd9], X-ECOMP-RequestID=[8a738eaf-75d3-4b84-b01d-ffd6533f4198], X-TransactionId=[], X-ONAP-RequestID=[8a738eaf-75d3-4b84-b01d-ffd6533f4198], Content-Type=[application/merge-patch+json]} 2022-05-08T16:55:52.465Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T16:55:53.374Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-16:55:52:470-66289], vertex-id=[159984], Content-Length=[0], Date=[Sun, 08 May 2022 16:55:52 GMT], Content-Type=[application/json]} 2022-05-08T16:55:53.374Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-08T16:55:53.375Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0|INFO|500||InvokeReturn 2022-05-08T16:55:53.375Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T16:55:53.375Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T16:55:53.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T16:55:53.382Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a738eaf-75d3-4b84-b01d-ffd6533f4198 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T16:55:53.382Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T16:55:53.382Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-08T16:55:53.384Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T16:55:53.384Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028953382, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T16:55:53.484Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T16:55:53.485Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T16:55:53.485Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T16:55:53.500Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:55:53.501Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T16:55:54.397Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:55:54.398Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:55:54.398Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:56:03.930Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:56:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:56:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:56:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:56:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:56:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:56:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:56:04.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:56:04.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:56:04.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "NOTIFIED" } 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028844332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "NOTIFIED" } 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028852084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028854469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028855772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028857195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028858320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028859324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028860328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-08T16:56:04.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:56:04.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T16:56:04.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028861335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T16:56:04.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:56:13.864Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:57:04.332Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:57:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:57:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:57:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:57:04.335Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:57:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:57:04.853Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:57:04.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T16:57:04.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652028953382, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T16:57:04.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T16:57:13.870Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:58:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:58:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:58:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:58:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:58:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:58:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:58:13.866Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:58:13.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:59:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:59:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:59:04.334Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:59:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T16:59:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T16:59:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T16:59:13.874Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T16:59:13.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:00:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:00:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:00:04.334Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:00:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:00:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:00:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:00:13.871Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:00:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:01:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:01:04.334Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:01:04.334Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:01:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:01:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:01:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:01:13.872Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:01:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:02:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:02:04.334Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:02:04.334Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:02:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:02:04.336Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:02:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:02:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:02:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:03:04.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:03:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:03:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:03:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:03:04.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:03:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:03:13.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:03:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:04:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:04:04.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:04:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:04:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:04:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:04:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:04:04.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:04:04.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:04:04.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b15f8dd-1b2a-4f20-9ae8-52202fa01161","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2967d830-4c01-4cbb-839b-aa14f26a93f4","serviceDescription":"service","serviceInvariantUUID":"e722215d-7149-49fc-98b4-a9c00c38e8a4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2d0d4fc4-2175-4aa5-976a-5363736bf53d","resourceInvariantUUID":"596a18e7-149b-4e44-8d46-79200e200d15","resourceCustomizationUUID":"867df13c-d170-4af1-a06f-d56816a4f494","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":"YTFlNDE1YTNkMDgwOTY4ZWNjNDczMmE4NmRkNzBkMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f999c9d-e5c5-4029-9cfd-1037754959ba","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2UzMWE3MDQ0MTM4ODQ5YmFmYjM4MjJhNTRhY2VlZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T17:04:04.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "clamp", "timestamp": 1652029408786, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:04:04.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:04.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "aai-ml", "timestamp": 1652029412838, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:04:04.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:04.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "clamp", "timestamp": 1652029408786, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:04:04.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "aai-ml", "timestamp": 1652029412838, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:04:04.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "aai-ml", "timestamp": 1652029417962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:04:04.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "clamp", "timestamp": 1652029419505, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:04:04.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "cds", "timestamp": 1652029418875, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "cds", "timestamp": 1652029418875, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "aai-ml", "timestamp": 1652029420969, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "policy-id", "timestamp": 1652029420419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:04:04.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "clamp", "timestamp": 1652029421515, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:04:04.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "cds", "timestamp": 1652029421565, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:04:04.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "aai-ml", "timestamp": 1652029421972, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2022-05-08T17:04:04.965Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:04:04.965Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:04:04.967Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:04:04.967Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029444333, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:04:04.986Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 2022-05-08T17:04:04.986Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:04:04.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "policy-id", "timestamp": 1652029420419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:04:04.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:04.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:04.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "clamp", "timestamp": 1652029422519, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:04:05.004Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 2022-05-08T17:04:05.004Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:04:05.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "cds", "timestamp": 1652029422569, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:04:05.022Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 2022-05-08T17:04:05.022Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:04:05.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "ves-openapi-manager", "timestamp": 1652029422225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:04:05.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "policy-id", "timestamp": 1652029423100, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:04:05.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "ves-openapi-manager", "timestamp": 1652029422225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:04:05.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "policy-id", "timestamp": 1652029424103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:04:05.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:04:05.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "policy-id", "timestamp": 1652029425106, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:04:05.040Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 2022-05-08T17:04:05.040Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "multicloud-k8s-id", "timestamp": 1652029425477, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:04:05.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "multicloud-k8s-id", "timestamp": 1652029425477, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:04:05.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029428580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029428580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029431375, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029432942, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029433946, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:04:05.056Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 2022-05-08T17:04:05.057Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:04:05.068Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:04:05.068Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:04:05.068Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:04:05.077Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:04:05.077Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:04:05.968Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:04:05.969Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:04:05.970Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:04:05.970Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029444333, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:04:06.071Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:04:06.071Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:04:06.071Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:04:06.083Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:04:06.083Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-08T17:04:06.971Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2967d830-4c01-4cbb-839b-aa14f26a93f4", "serviceDescription": "service", "serviceInvariantUUID": "e722215d-7149-49fc-98b4-a9c00c38e8a4", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "867df13c-d170-4af1-a06f-d56816a4f494", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "2d0d4fc4-2175-4aa5-976a-5363736bf53d", "resourceInvariantUUID": "596a18e7-149b-4e44-8d46-79200e200d15", "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": "M2UzMWE3MDQ0MTM4ODQ5YmFmYjM4MjJhNTRhY2VlZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b" } ], "workloadContext": "Production" } 2022-05-08T17:04:06.972Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T17:04:06.972Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2967d830-4c01-4cbb-839b-aa14f26a93f4 ASDC 2022-05-08T17:04:06.972Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:3b15f8dd-1b2a-4f20-9ae8-52202fa01161 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2967d830-4c01-4cbb-839b-aa14f26a93f4 ServiceInvariantUUID:e722215d-7149-49fc-98b4-a9c00c38e8a4 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:7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b ArtifactChecksum:M2UzMWE3MDQ0MTM4ODQ5YmFmYjM4MjJhNTRhY2VlZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:867df13c-d170-4af1-a06f-d56816a4f494 ResourceInvariantUUID:596a18e7-149b-4e44-8d46-79200e200d15 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:2d0d4fc4-2175-4aa5-976a-5363736bf53d ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-08T17:04:06.972Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2967d830-4c01-4cbb-839b-aa14f26a93f4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T17:04:07.001Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:04:07.002Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:04:07.003Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:04:07.003Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-08T17:04:07.003Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:04:07.004Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-08T17:04:07.063Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:04:07.068Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b 52507 2022-05-08T17:04:07.069Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-08T17:04:07.069Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-08T17:04:07.069Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:04:07.070Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:04:07.073Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:04:07.073Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029447069, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:04:07.173Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:04:07.174Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:04:07.174Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:04:07.184Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:04:07.184Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:04:08.073Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:04:08.075Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:04:08.075Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.075Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-08T17:04:08.075Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.076Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.195Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7741744763691041284/Definitions/service-BasicNetwork-template.yml 2022-05-08T17:04:08.560Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.564Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.564Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.564Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.564Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.564Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2967d830-4c01-4cbb-839b-aa14f26a93f4 Model Version:NULL Model InvariantUuid:e722215d-7149-49fc-98b4-a9c00c38e8a4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:596a18e7-149b-4e44-8d46-79200e200d15 Model UUID:5c1bbd7d-acb3-4d09-917d-28c51e302e5d Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:867df13c-d170-4af1-a06f-d56816a4f494 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T17:04:08.574Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 2d0d4fc4-2175-4aa5-976a-5363736bf53d 2022-05-08T17:04:08.574Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||No resources found for Service: 2967d830-4c01-4cbb-839b-aa14f26a93f4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:04:08.579Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500|| 2022-05-08T17:04:08.579Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-08T17:04:08.580Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2967d830-4c01-4cbb-839b-aa14f26a93f4 2022-05-08T17:04:08.580Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2967d830-4c01-4cbb-839b-aa14f26a93f4 2022-05-08T17:04:08.581Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-08T17:04:08.581Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:04:08.587Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1467e13, org.onap.sdc.toscaparser.api.parameters.Input@744f0234, org.onap.sdc.toscaparser.api.parameters.Input@78f12165, org.onap.sdc.toscaparser.api.parameters.Input@5c1c9034, org.onap.sdc.toscaparser.api.parameters.Input@6e18db42] 2022-05-08T17:04:08.588Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2967d830-4c01-4cbb-839b-aa14f26a93f4: Generic NeutronNet 2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-05-08T17:04:08.630Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.631Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.631Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.631Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.631Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:04:08.631Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:04:08.632Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-08T17:04:08.723Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-08T17:04:08.723Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-08T17:04:08.723Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-08T17:04:08.724Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:04:08.724Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:04:08.726Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:04:08.727Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029448723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:04:08.827Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:04:08.828Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:04:08.828Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:04:08.839Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:04:08.839Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:04:09.727Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:04:09.744Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:04:09.747Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:04:09.749Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:04:09.749Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:04:09.754Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T17:04:39.755Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T17:04:39.763Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 and serviceModelVersionId: 2967d830-4c01-4cbb-839b-aa14f26a93f4 2022-05-08T17:04:39.763Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e722215d-7149-49fc-98b4-a9c00c38e8a4 2022-05-08T17:04:39.764Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?depth=0 2022-05-08T17:04:39.768Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T17:04:39.801Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-08T17:04:39.801Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?depth=0|INFO|500||Invoke 2022-05-08T17:04:39.827Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T17:04:39.933Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?depth=0|INFO|500||InvokeReturn 2022-05-08T17:04:39.934Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-17:04:39:832-37360], vertex-id=[172184], Content-Length=[0], Date=[Sun, 08 May 2022 17:04:39 GMT], Content-Type=[application/json]} 2022-05-08T17:04:39.934Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-05-08T17:04:39.935Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T17:04:39.935Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:04:39.942Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T17:04:39.943Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T17:04:39.943Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T17:04:39.943Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:04:39.946Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:04:39.946Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029479943, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:04:40.046Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:04:40.047Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:04:40.047Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:04:40.060Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:04:40.061Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T17:05:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:05:04.334Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:05:04.334Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:05:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:05:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:05:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:05:04.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:05:04.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:05:04.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029444333, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:05:04.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:05:13.871Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:06:04.332Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:06:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:06:04.334Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:06:04.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:06:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:06:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:06:04.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:06:04.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:06:04.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029444333, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:06:04.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:06:04.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:06:04.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029447069, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:06:04.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:06:04.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:06:04.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029448723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:06:04.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:06:04.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:06:04.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029479943, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:06:04.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:06:13.867Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:07:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:07:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:07:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:07:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:07:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:07:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:07:13.868Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:07:13.869Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:08:04.334Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:08:04.334Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:04.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:08:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:08:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:04.956Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:04.957Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.957Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0fc69adf-4a58-44b7-b0d8-4f0795390884","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dca2e61a-796d-4997-871d-7c26d4fa5db0","serviceDescription":"service","serviceInvariantUUID":"c125b2ce-9435-4008-b60a-26998fb4fbd2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eba47b43-705d-4d35-af92-f48273843ef2","resourceInvariantUUID":"289edc48-f90a-406f-a88c-bb9069bfa7ee","resourceCustomizationUUID":"0d992dc6-c8eb-4d67-ae66-3b4e350aadfd","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":"MTIxZWJkYTlkOWM4YTYwYzU2ZTliNTMwMzY5Y2Y2Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"890ee7dc-6058-4039-a1d5-afa5afdd93b4","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":"NzdlOTJjZDM4OTEwOTQwNTBkN2Q5ODBmMmJmZDc4YTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce061568-adb8-4171-88b6-b1e25c92cacf","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":"3f1b77c7-464d-45c4-a312-864c3a9c6661","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":"9a7506b5-52bb-4b4e-83ba-91599923f3d5","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":"58067162-e890-4ea4-b48f-342649957a01","artifactVersion":"2","generatedFromUUID":"3f1b77c7-464d-45c4-a312-864c3a9c6661"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzEzMWMyMDAyMmExNDRiYTk5ZmE4NzMyNDE0OWJlZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ef2af5c-dab8-42a9-ae57-cf92a73421d8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjI0OTExMjAyNjBiYjFiN2NmZDk3OTk0ZTE0NWQ5MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f16a9a20-a59c-49cc-b458-730f28d5ba38","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T17:08:04.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:04.960Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:08:04.961Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:04.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029638582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "ves-openapi-manager", "timestamp": 1652029642226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "policy-id", "timestamp": 1652029640419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "cds", "timestamp": 1652029643875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.963Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:04.963Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "ves-openapi-manager", "timestamp": 1652029642226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029638582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "policy-id", "timestamp": 1652029640419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "cds", "timestamp": 1652029643875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029638582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "ves-openapi-manager", "timestamp": 1652029642226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "policy-id", "timestamp": 1652029640419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029645477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "cds", "timestamp": 1652029643875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029638582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "ves-openapi-manager", "timestamp": 1652029642226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "policy-id", "timestamp": 1652029640419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029645477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "cds", "timestamp": 1652029643875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "ves-openapi-manager", "timestamp": 1652029642226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029638582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "policy-id", "timestamp": 1652029640419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029645477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "cds", "timestamp": 1652029643875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "ves-openapi-manager", "timestamp": 1652029642226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029638582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "policy-id", "timestamp": 1652029640419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029645477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "clamp", "timestamp": 1652029648787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "cds", "timestamp": 1652029643875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "ves-openapi-manager", "timestamp": 1652029642226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029638582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "policy-id", "timestamp": 1652029640419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029645477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "clamp", "timestamp": 1652029648787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "cds", "timestamp": 1652029643875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029650691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "policy-id", "timestamp": 1652029650691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029645477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "clamp", "timestamp": 1652029648787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "cds", "timestamp": 1652029651579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "policy-id", "timestamp": 1652029651695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029645477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "clamp", "timestamp": 1652029648787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "cds", "timestamp": 1652029652583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:08:04.992Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884 2022-05-08T17:08:04.992Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:08:05.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "policy-id", "timestamp": 1652029652698, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:08:05.008Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884 2022-05-08T17:08:05.009Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:08:05.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029653055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:08:05.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:05.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029653184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:05.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "clamp", "timestamp": 1652029648787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:05.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "aai-ml", "timestamp": 1652029652838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:05.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029654058, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:08:05.025Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884 2022-05-08T17:08:05.025Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029654233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:05.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "clamp", "timestamp": 1652029648787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:05.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "aai-ml", "timestamp": 1652029652838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:05.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029655278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:05.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "clamp", "timestamp": 1652029648787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:08:05.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "aai-ml", "timestamp": 1652029652838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:05.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029656302, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:08:05.040Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884 2022-05-08T17:08:05.040Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T17:08:05.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "aai-ml", "timestamp": 1652029652838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:05.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:05.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "multicloud-k8s-id", "timestamp": 1652029657305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "aai-ml", "timestamp": 1652029652838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "aai-ml", "timestamp": 1652029652838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "aai-ml", "timestamp": 1652029652838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "aai-ml", "timestamp": 1652029660547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "clamp", "timestamp": 1652029661547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:05.049Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:05.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "clamp", "timestamp": 1652029663557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:08:05.049Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:05.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "clamp", "timestamp": 1652029664560, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:08:05.054Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884 2022-05-08T17:08:05.054Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:08:05.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "aai-ml", "timestamp": 1652029671294, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:08:05.063Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:05.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:08:05.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:08:05.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "aai-ml", "timestamp": 1652029672299, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2022-05-08T17:08:05.064Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:05.064Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:08:05.068Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884 2022-05-08T17:08:05.068Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:08:05.073Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:05.073Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:05.963Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:08:05.964Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:05.966Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:05.967Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:08:06.067Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:06.067Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:06.068Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:06.077Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:06.078Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:06.967Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:08:06.968Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:06.971Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:06.971Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T17:08:07.071Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:07.072Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:07.072Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:07.081Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:07.082Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:07.971Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:08:07.972Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:07.975Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:07.975Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:08.075Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:08.076Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:08.076Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:08.086Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:08.086Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:08.975Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:08:08.976Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:08.978Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:08.978Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T17:08:09.079Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:08:09.079Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:09.080Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:09.095Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:09.096Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:09.979Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:08:09.980Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:09.982Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:09.983Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:08:10.082Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T17:08:10.083Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:10.083Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:10.096Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:10.097Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:10.983Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:08:10.984Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:10.986Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:10.987Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:08:11.087Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:11.087Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:11.087Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:11.096Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:11.096Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:11.988Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "dca2e61a-796d-4997-871d-7c26d4fa5db0", "serviceDescription": "service", "serviceInvariantUUID": "c125b2ce-9435-4008-b60a-26998fb4fbd2", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "0d992dc6-c8eb-4d67-ae66-3b4e350aadfd", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "eba47b43-705d-4d35-af92-f48273843ef2", "resourceInvariantUUID": "289edc48-f90a-406f-a88c-bb9069bfa7ee", "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": "NzdlOTJjZDM4OTEwOTQwNTBkN2Q5ODBmMmJmZDc4YTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce061568-adb8-4171-88b6-b1e25c92cacf", "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": "3f1b77c7-464d-45c4-a312-864c3a9c6661", "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": "58067162-e890-4ea4-b48f-342649957a01", "generatedFromUUID": "3f1b77c7-464d-45c4-a312-864c3a9c6661" }, "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": "58067162-e890-4ea4-b48f-342649957a01", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MjI0OTExMjAyNjBiYjFiN2NmZDk3OTk0ZTE0NWQ5MGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f16a9a20-a59c-49cc-b458-730f28d5ba38" } ], "workloadContext": "Production" } 2022-05-08T17:08:11.989Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T17:08:11.989Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dca2e61a-796d-4997-871d-7c26d4fa5db0 ASDC 2022-05-08T17:08:11.989Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:0fc69adf-4a58-44b7-b0d8-4f0795390884 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:dca2e61a-796d-4997-871d-7c26d4fa5db0 ServiceInvariantUUID:c125b2ce-9435-4008-b60a-26998fb4fbd2 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:f16a9a20-a59c-49cc-b458-730f28d5ba38 ArtifactChecksum:MjI0OTExMjAyNjBiYjFiN2NmZDk3OTk0ZTE0NWQ5MGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:0d992dc6-c8eb-4d67-ae66-3b4e350aadfd ResourceInvariantUUID:289edc48-f90a-406f-a88c-bb9069bfa7ee ResourceName:basic_vm ResourceType:VF ResourceUUID:eba47b43-705d-4d35-af92-f48273843ef2 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:ce061568-adb8-4171-88b6-b1e25c92cacf ArtifactChecksum:NzdlOTJjZDM4OTEwOTQwNTBkN2Q5ODBmMmJmZDc4YTM= 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:3f1b77c7-464d-45c4-a312-864c3a9c6661 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:58067162-e890-4ea4-b48f-342649957a01 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:58067162-e890-4ea4-b48f-342649957a01 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T17:08:11.989Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dca2e61a-796d-4997-871d-7c26d4fa5db0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T17:08:12.022Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:08:12.023Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:08:12.023Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:08:12.023Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f16a9a20-a59c-49cc-b458-730f28d5ba38 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-08T17:08:12.023Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:08:12.023Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-08T17:08:12.074Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:08:12.080Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f16a9a20-a59c-49cc-b458-730f28d5ba38 71070 2022-05-08T17:08:12.080Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-08T17:08:12.080Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-08T17:08:12.080Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:08:12.081Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:12.083Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:12.083Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029692080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:12.184Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:12.185Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:12.185Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:12.195Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:12.195Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:13.084Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:08:13.085Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:08:13.086Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f16a9a20-a59c-49cc-b458-730f28d5ba38, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:13.086Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-08T17:08:13.086Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:13.086Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:13.259Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3992090911328643823/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=148ded1d-edb9-4cf4-931a-7aef711b278e 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:14.101Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:dca2e61a-796d-4997-871d-7c26d4fa5db0 Model Version:NULL Model InvariantUuid:c125b2ce-9435-4008-b60a-26998fb4fbd2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:914a3fdb-8f72-45aa-ae19-069d4873f751 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:289edc48-f90a-406f-a88c-bb9069bfa7ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0d992dc6-c8eb-4d67-ae66-3b4e350aadfd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bf0ec5cb-9008-49f7-ad54-1d940bd37ff5 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d590148b-c3f8-407b-b4be-c056c3e7bf52 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:148ded1d-edb9-4cf4-931a-7aef711b278e ModelInvariantUuid:9bb7e936-d76d-4c5e-bf13-6851e29c4282 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:fcb053fe-7ee0-48f2-b935-704a87ac4439 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d0713f47-7fd1-46c1-b748-dcc13c5eb89d ModelInvariantUuid:8bab0ff1-aa25-45f4-a7d5-d0679416f0cb ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:55a3420e-d256-47c6-bc2a-58987d8caaee ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T17:08:14.110Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: eba47b43-705d-4d35-af92-f48273843ef2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:08:14.113Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-05-08T17:08:14.113Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eba47b43-705d-4d35-af92-f48273843ef2 2022-05-08T17:08:14.113Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ce061568-adb8-4171-88b6-b1e25c92cacf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-08T17:08:14.113Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:08:14.113Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-08T17:08:14.466Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:08:14.467Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ce061568-adb8-4171-88b6-b1e25c92cacf 787 2022-05-08T17:08:14.467Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-08T17:08:14.467Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-08T17:08:14.467Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:08:14.467Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:14.469Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:14.469Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029694467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:14.569Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:14.570Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:14.570Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:14.580Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:14.580Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:15.469Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bf0ec5cb-9008-49f7-ad54-1d940bd37ff5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d590148b-c3f8-407b-b4be-c056c3e7bf52", "vfModuleModelCustomizationUUID": "ac460d91-f9c5-4915-b7f6-fe54901c61ae", "isBase": true, "artifacts": [ "3f1b77c7-464d-45c4-a312-864c3a9c6661", "58067162-e890-4ea4-b48f-342649957a01" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T17:08:15.473Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d590148b-c3f8-407b-b4be-c056c3e7bf52 VfModuleModelInvariantUUID:bf0ec5cb-9008-49f7-ad54-1d940bd37ff5 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f1b77c7-464d-45c4-a312-864c3a9c6661 , 58067162-e890-4ea4-b48f-342649957a01 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T17:08:15.475Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bf0ec5cb-9008-49f7-ad54-1d940bd37ff5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d590148b-c3f8-407b-b4be-c056c3e7bf52", "vfModuleModelCustomizationUUID": "ac460d91-f9c5-4915-b7f6-fe54901c61ae", "isBase": true, "artifacts": [ "3f1b77c7-464d-45c4-a312-864c3a9c6661", "58067162-e890-4ea4-b48f-342649957a01" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T17:08:15.475Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d590148b-c3f8-407b-b4be-c056c3e7bf52 VfModuleModelInvariantUUID:bf0ec5cb-9008-49f7-ad54-1d940bd37ff5 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f1b77c7-464d-45c4-a312-864c3a9c6661 , 58067162-e890-4ea4-b48f-342649957a01 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T17:08:15.475Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f1b77c7-464d-45c4-a312-864c3a9c6661 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-08T17:08:15.475Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:08:15.475Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-08T17:08:16.089Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:08:16.090Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3f1b77c7-464d-45c4-a312-864c3a9c6661 5033 2022-05-08T17:08:16.090Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-08T17:08:16.090Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-08T17:08:16.090Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:08:16.091Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:16.093Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:16.093Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029696090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:16.193Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:16.194Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:16.194Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:16.204Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:16.204Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:17.094Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58067162-e890-4ea4-b48f-342649957a01 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-08T17:08:17.095Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:08:17.095Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-08T17:08:17.294Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:08:17.294Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 58067162-e890-4ea4-b48f-342649957a01 903 2022-05-08T17:08:17.295Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-08T17:08:17.295Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-08T17:08:17.295Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:08:17.295Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:17.297Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:17.297Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029697295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:08:17.397Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:17.398Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:17.398Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:17.409Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:17.409Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:18.297Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dca2e61a-796d-4997-871d-7c26d4fa5db0 2022-05-08T17:08:18.298Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 eba47b43-705d-4d35-af92-f48273843ef2 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:08:18.314Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ae68a76, org.onap.sdc.toscaparser.api.parameters.Input@6af44fad, org.onap.sdc.toscaparser.api.parameters.Input@2b0e9ea0, org.onap.sdc.toscaparser.api.parameters.Input@7f7b7524, org.onap.sdc.toscaparser.api.parameters.Input@71c0e587] 2022-05-08T17:08:18.315Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.315Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:18.315Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-05-08T17:08:18.315Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0d992dc6-c8eb-4d67-ae66-3b4e350aadfd 2022-05-08T17:08:18.316Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0d992dc6-c8eb-4d67-ae66-3b4e350aadfd matches Tosca VF Customization UUID: 0d992dc6-c8eb-4d67-ae66-3b4e350aadfd 2022-05-08T17:08:18.316Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0d992dc6-c8eb-4d67-ae66-3b4e350aadfd matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T17:08:18.318Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.318Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:18.319Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0d992dc6-c8eb-4d67-ae66-3b4e350aadfd: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-05-08T17:08:18.319Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42d3ac9e 2022-05-08T17:08:18.319Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.319Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T17:08:18.319Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac460d91-f9c5-4915-b7f6-fe54901c61ae 2022-05-08T17:08:18.319Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac460d91-f9c5-4915-b7f6-fe54901c61ae Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T17:08:18.321Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.322Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T17:08:18.322Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:08:18.322Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.322Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T17:08:18.322Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:08:18.323Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.323Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-08T17:08:18.323Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-08T17:08:18.323Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T17:08:18.323Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=148ded1d-edb9-4cf4-931a-7aef711b278e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T17:08:18.326Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.326Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T17:08:18.326Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:08:18.326Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.327Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T17:08:18.327Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0d992dc6-c8eb-4d67-ae66-3b4e350aadfd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:08:18.329Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.329Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:18.329Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dca2e61a-796d-4997-871d-7c26d4fa5db0: basic_vm 2022-05-08T17:08:18.329Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.329Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:18.329Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.329Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:18.329Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.329Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:18.330Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.330Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:18.330Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:08:18.330Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:08:18.330Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:08:18.422Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm eba47b43-705d-4d35-af92-f48273843ef2 1 ASDC deployResourceStructure 2022-05-08T17:08:18.422Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-08T17:08:18.422Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-08T17:08:18.423Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:08:18.423Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:18.424Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:18.424Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029698422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:08:18.525Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:08:18.525Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:18.525Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:18.535Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:18.535Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:19.426Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-08T17:08:19.426Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-08T17:08:19.427Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:08:19.427Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:19.430Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:19.430Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029699426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:08:19.530Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:19.530Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:19.530Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:19.539Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:19.539Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:20.431Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-08T17:08:20.431Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-08T17:08:20.432Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:08:20.432Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:20.435Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:20.435Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029700431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-08T17:08:20.535Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:20.536Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:20.537Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:20.545Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:20.545Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:21.436Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-08T17:08:21.437Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-08T17:08:21.437Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:08:21.437Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:21.439Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:21.439Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029701436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:08:21.540Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:08:21.540Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:21.540Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:21.550Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:21.550Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:08:22.440Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fc69adf-4a58-44b7-b0d8-4f0795390884 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:08:22.451Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fc69adf-4a58-44b7-b0d8-4f0795390884 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:08:22.453Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:08:22.453Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T17:08:22.453Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T17:08:22.453Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T17:08:22.454Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:08:22.454Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:08:22.454Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:08:22.454Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:08:22.454Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:08:22.454Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:08:22.454Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:08:22.459Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T17:08:52.460Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0fc69adf-4a58-44b7-b0d8-4f0795390884 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T17:08:52.465Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0fc69adf-4a58-44b7-b0d8-4f0795390884 and serviceModelVersionId: dca2e61a-796d-4997-871d-7c26d4fa5db0 2022-05-08T17:08:52.465Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c125b2ce-9435-4008-b60a-26998fb4fbd2 2022-05-08T17:08:52.465Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c125b2ce-9435-4008-b60a-26998fb4fbd2/model-vers/model-ver/dca2e61a-796d-4997-871d-7c26d4fa5db0?depth=0 2022-05-08T17:08:52.470Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T17:08:52.507Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c125b2ce-9435-4008-b60a-26998fb4fbd2/model-vers/model-ver/dca2e61a-796d-4997-871d-7c26d4fa5db0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-08T17:08:52.508Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c125b2ce-9435-4008-b60a-26998fb4fbd2/model-vers/model-ver/dca2e61a-796d-4997-871d-7c26d4fa5db0?depth=0|INFO|500||Invoke 2022-05-08T17:08:52.531Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c125b2ce-9435-4008-b60a-26998fb4fbd2/model-vers/model-ver/dca2e61a-796d-4997-871d-7c26d4fa5db0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T17:08:53.492Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c125b2ce-9435-4008-b60a-26998fb4fbd2/model-vers/model-ver/dca2e61a-796d-4997-871d-7c26d4fa5db0?depth=0|INFO|500||InvokeReturn 2022-05-08T17:08:53.492Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c125b2ce-9435-4008-b60a-26998fb4fbd2/model-vers/model-ver/dca2e61a-796d-4997-871d-7c26d4fa5db0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220508-17:08:52:536-99848], vertex-id=[450576], Content-Length=[0], Date=[Sun, 08 May 2022 17:08:52 GMT], Content-Type=[application/json]} 2022-05-08T17:08:53.493Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-05-08T17:08:53.493Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T17:08:53.493Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:08:53.498Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T17:08:53.499Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0fc69adf-4a58-44b7-b0d8-4f0795390884 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T17:08:53.499Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T17:08:53.499Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:08:53.500Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:08:53.500Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029733499, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:08:53.601Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:08:53.601Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:08:53.602Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:08:53.616Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:08:53.617Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T17:09:04.333Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:09:04.333Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:09:04.333Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:09:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:09:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:04.449Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:04.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:09:04.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:09:04.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:09:04.948Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:04.949Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:09:04.949Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b70aed8-ebee-4847-b67f-48f55f8000b7","serviceName":"Demo_pNF_eKEjaxhvohjDCnMyRQuF","serviceVersion":"1.0","serviceUUID":"dc98b95e-c7c1-4595-af23-f094c65c5a2d","serviceDescription":"catalog service description","serviceInvariantUUID":"2a57b0aa-b950-425b-a6ce-af44ce646e71","resources":[{"resourceInstanceName":"pNF 8a27e853-9311 0","resourceName":"pNF 8a27e853-9311","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"afbd496a-03b7-4115-b969-2fed1cbef0c6","resourceInvariantUUID":"9e8bb14b-e08b-4747-aa03-5dbb2a435fbe","resourceCustomizationUUID":"009fa8a6-dc72-458b-8a63-a40c3cf69e37","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vf-license-model.xml","artifactChecksum":"YjIzMWM4YTU2NGQxMzNjOTQ0MGYxNjgwY2Q5ODFjZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59a0b362-2891-4891-bd76-7c12b5c8e306","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/pNF.csar","artifactChecksum":"ZGJiZWU4YjBhMTFmZTE4M2ZjMmVjOGEzMmFjZDYwZGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2353521-d1d7-48d7-806f-66fdb93a0261","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ef8213c6-7521-4343-acc7-f062dc233731","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vendor-license-model.xml","artifactChecksum":"YmRjYWU0M2EwODZlNjU5NTc0YzhmOTdiMzhhOTE2MDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8d023b88-f2ab-4484-94f2-622ced86e3c7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ccec9df-e52c-4a01-ba46-2dabbe1e0706","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b0b7e14-f2cb-4772-bdcc-1cf4e83658ce","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml","artifactChecksum":"NjM2YWUyZjFhOTkwMWY0MmE4YzI5MzJmODQ1NGUxMDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df02c6bc-2b40-465d-b2db-aba225ec4d99","artifactVersion":"1"},{"artifactName":"service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar","artifactChecksum":"NmIxMjI0OWM0ZTczODE4ZDc2ZmI0OTU2NzZkY2ExYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67e971a3-ccda-4b06-872e-02181b31a8cd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T17:09:04.951Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:09:04.952Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:09:04.953Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:09:04.953Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:09:05.053Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:09:05.054Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:09:05.054Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:05.064Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:05.064Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:09:05.954Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:09:05.954Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:09:05.956Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:09:05.956Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:09:06.056Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:09:06.057Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:09:06.057Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:06.068Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:06.069Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:09:06.957Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:09:06.958Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:09:06.960Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:09:06.960Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:09:07.060Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:09:07.061Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:09:07.061Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:07.071Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:07.072Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-08T17:09:07.961Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:09:07.962Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:09:07.963Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:09:07.964Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:09:08.064Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:09:08.065Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:09:08.065Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:08.077Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:08.077Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:09:08.964Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:09:08.965Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:09:08.967Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:09:08.968Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:09:09.068Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:09:09.068Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:09:09.069Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:09.079Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:09.080Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-08T17:09:09.968Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:09:09.969Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:09:09.971Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:09:09.971Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:09:10.072Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:09:10.072Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:09:10.073Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:10.082Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:10.083Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:09:10.972Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:09:10.973Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:09:10.975Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:09:10.975Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:09:11.075Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:09:11.076Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:09:11.076Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:11.085Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:11.085Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-08T17:09:11.975Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:09:11.976Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:09:11.977Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:09:11.977Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:09:12.078Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:09:12.079Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:09:12.079Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:12.087Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:12.088Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:09:12.978Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "serviceName": "Demo_pNF_eKEjaxhvohjDCnMyRQuF", "serviceVersion": "1.0", "serviceUUID": "dc98b95e-c7c1-4595-af23-f094c65c5a2d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2a57b0aa-b950-425b-a6ce-af44ce646e71", "resources": [ { "resourceInstanceName": "pNF 8a27e853-9311 0", "resourceCustomizationUUID": "009fa8a6-dc72-458b-8a63-a40c3cf69e37", "resourceName": "pNF 8a27e853-9311", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "afbd496a-03b7-4115-b969-2fed1cbef0c6", "resourceInvariantUUID": "9e8bb14b-e08b-4747-aa03-5dbb2a435fbe", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "artifactChecksum": "NmIxMjI0OWM0ZTczODE4ZDc2ZmI0OTU2NzZkY2ExYmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "67e971a3-ccda-4b06-872e-02181b31a8cd" } ], "workloadContext": "Production" } 2022-05-08T17:09:12.979Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T17:09:12.979Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dc98b95e-c7c1-4595-af23-f094c65c5a2d ASDC 2022-05-08T17:09:12.979Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:1b70aed8-ebee-4847-b67f-48f55f8000b7 ServiceName:Demo_pNF_eKEjaxhvohjDCnMyRQuF ServiceVersion:1.0 ServiceUUID:dc98b95e-c7c1-4595-af23-f094c65c5a2d ServiceInvariantUUID:2a57b0aa-b950-425b-a6ce-af44ce646e71 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar ArtifactUUID:67e971a3-ccda-4b06-872e-02181b31a8cd ArtifactChecksum:NmIxMjI0OWM0ZTczODE4ZDc2ZmI0OTU2NzZkY2ExYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 8a27e853-9311 0 ResourceCustomizationUUID:009fa8a6-dc72-458b-8a63-a40c3cf69e37 ResourceInvariantUUID:9e8bb14b-e08b-4747-aa03-5dbb2a435fbe ResourceName:pNF 8a27e853-9311 ResourceType:PNF ResourceUUID:afbd496a-03b7-4115-b969-2fed1cbef0c6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-08T17:09:12.979Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc98b95e-c7c1-4595-af23-f094c65c5a2d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:09:13.009Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:09:13.009Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:09:13.009Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:09:13.009Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 67e971a3-ccda-4b06-872e-02181b31a8cd from URL: /sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:13.010Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:09:13.010Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:13.096Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:09:13.101Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 67e971a3-ccda-4b06-872e-02181b31a8cd 82638 2022-05-08T17:09:13.101Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar ASDC sendASDCNotification 2022-05-08T17:09:13.102Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:13.102Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:09:13.102Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:09:13.103Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:09:13.103Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029753101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:09:13.203Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:09:13.204Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:09:13.204Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:13.214Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:13.214Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:09:14.104Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:09:14.105Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:09:14.105Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 67e971a3-ccda-4b06-872e-02181b31a8cd, URL: /sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar to file: /app/ASDC/1/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.105Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.106Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.106Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.235Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3855477847651614261/Definitions/service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml 2022-05-08T17:09:14.799Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|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-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|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-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8a27e853-9311 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-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|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-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_eKEjaxhvohjDCnMyRQuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Node template pNF 8a27e853-9311 0 is matching search criteria 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T17:09:14.800Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8a27e853-9311 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_eKEjaxhvohjDCnMyRQuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Node template pNF 8a27e853-9311 0 is matching search criteria 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8a27e853-9311 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_eKEjaxhvohjDCnMyRQuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_eKEjaxhvohjDCnMyRQuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_eKEjaxhvohjDCnMyRQuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:09:14.801Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:09:14.802Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_eKEjaxhvohjDCnMyRQuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:09:14.802Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:09:14.802Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_eKEjaxhvohjDCnMyRQuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:09:14.802Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_eKEjaxhvohjDCnMyRQuF Description:catalog service description Model UUID:dc98b95e-c7c1-4595-af23-f094c65c5a2d Model Version:NULL Model InvariantUuid:2a57b0aa-b950-425b-a6ce-af44ce646e71 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T17:09:14.811Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: afbd496a-03b7-4115-b969-2fed1cbef0c6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:09:14.813Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||pNF 8a27e853-9311 0 2022-05-08T17:09:14.813Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: afbd496a-03b7-4115-b969-2fed1cbef0c6 2022-05-08T17:09:14.813Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||No resources found for Service: dc98b95e-c7c1-4595-af23-f094c65c5a2d 2022-05-08T17:09:14.813Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dc98b95e-c7c1-4595-af23-f094c65c5a2d 2022-05-08T17:09:14.814Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8a27e853-9311 0 afbd496a-03b7-4115-b969-2fed1cbef0c6 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:09:14.819Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f17c14e, org.onap.sdc.toscaparser.api.parameters.Input@36c8440, org.onap.sdc.toscaparser.api.parameters.Input@26ce95b7, org.onap.sdc.toscaparser.api.parameters.Input@12803027, org.onap.sdc.toscaparser.api.parameters.Input@232c8e88] 2022-05-08T17:09:14.819Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:09:14.819Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_eKEjaxhvohjDCnMyRQuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:09:14.820Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dc98b95e-c7c1-4595-af23-f094c65c5a2d: pNF 8a27e853-9311 2022-05-08T17:09:14.820Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||Processing PNF resource: afbd496a-03b7-4115-b969-2fed1cbef0c6 2022-05-08T17:09:14.820Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:09:14.820Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_eKEjaxhvohjDCnMyRQuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:09:14.820Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||Resource customization UUID: 009fa8a6-dc72-458b-8a63-a40c3cf69e37 is the same as notified resource customizationUUID: 009fa8a6-dc72-458b-8a63-a40c3cf69e37 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-08T17:09:14.896Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8a27e853-9311 afbd496a-03b7-4115-b969-2fed1cbef0c6 0 ASDC deployResourceStructure 2022-05-08T17:09:14.896Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar ASDC sendASDCNotification 2022-05-08T17:09:14.896Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar 2022-05-08T17:09:14.896Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:09:14.896Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:09:14.898Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:09:14.898Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029754896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:09:14.998Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:09:14.999Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:09:14.999Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:09:15.010Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:09:15.010Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:09:15.899Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:09:15.914Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:09:15.916Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:09:15.917Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:09:15.917Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:09:45.917Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:09:45.927Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:09:45.931Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:09:45.931Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:09:45.931Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:10:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:10:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:10:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:10:04.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:10:04.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:10:04.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T17:10:04.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:10:04.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T17:10:04.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029684333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029692080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029694467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029696090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029697295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029698422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029699426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029700431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029701436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029733499, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "cds", "timestamp": 1652029733875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "policy-id", "timestamp": 1652029740419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "clamp", "timestamp": 1652029738786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "ves-openapi-manager", "timestamp": 1652029742225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "cds", "timestamp": 1652029733875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "policy-id", "timestamp": 1652029740419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "clamp", "timestamp": 1652029738786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "aai-ml", "timestamp": 1652029742838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "ves-openapi-manager", "timestamp": 1652029742225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:10:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:10:15.931Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:10:15.943Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:10:15.945Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:10:15.946Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:10:15.946Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:10:45.946Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:10:45.957Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:10:45.960Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:10:45.960Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:10:45.960Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:11:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:11:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:11:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:11:04.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:11:04.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:11:04.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "cds", "timestamp": 1652029733875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:11:04.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:11:15.960Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:11:15.972Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:11:15.976Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:11:15.977Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:11:15.977Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:11:45.977Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:11:45.987Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:11:45.989Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:11:45.989Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:11:45.989Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:12:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:12:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:12:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:12:04.357Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:12:04.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "policy-id", "timestamp": 1652029740419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "clamp", "timestamp": 1652029738786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "aai-ml", "timestamp": 1652029742838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "ves-openapi-manager", "timestamp": 1652029742225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "cds", "timestamp": 1652029733875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "policy-id", "timestamp": 1652029740419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "clamp", "timestamp": 1652029738786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "aai-ml", "timestamp": 1652029742838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "ves-openapi-manager", "timestamp": 1652029742225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "multicloud-k8s-id", "timestamp": 1652029745477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "cds", "timestamp": 1652029733875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "policy-id", "timestamp": 1652029740419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "clamp", "timestamp": 1652029738786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "aai-ml", "timestamp": 1652029742838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "ves-openapi-manager", "timestamp": 1652029742225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "multicloud-k8s-id", "timestamp": 1652029745477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "cds", "timestamp": 1652029733875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "policy-id", "timestamp": 1652029740419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "clamp", "timestamp": 1652029738786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "aai-ml", "timestamp": 1652029742838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "ves-openapi-manager", "timestamp": 1652029742225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "multicloud-k8s-id", "timestamp": 1652029745477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "cds", "timestamp": 1652029733875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "policy-id", "timestamp": 1652029740419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "clamp", "timestamp": 1652029738786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "aai-ml", "timestamp": 1652029742838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "ves-openapi-manager", "timestamp": 1652029742225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "multicloud-k8s-id", "timestamp": 1652029745477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "cds", "timestamp": 1652029733875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:12:04.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "policy-id", "timestamp": 1652029740419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "clamp", "timestamp": 1652029738786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "aai-ml", "timestamp": 1652029742838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "ves-openapi-manager", "timestamp": 1652029742225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "multicloud-k8s-id", "timestamp": 1652029745477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "cds", "timestamp": 1652029750397, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "policy-id", "timestamp": 1652029750403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:12:04.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "aai-ml", "timestamp": 1652029742838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "ves-openapi-manager", "timestamp": 1652029750964, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "multicloud-k8s-id", "timestamp": 1652029745477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "cds", "timestamp": 1652029751404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:12:04.376Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b70aed8-ebee-4847-b67f-48f55f8000b7 2022-05-08T17:12:04.377Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b70aed8-ebee-4847-b67f-48f55f8000b7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:12:04.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "policy-id", "timestamp": 1652029751406, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:12:04.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "aai-ml", "timestamp": 1652029751543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:12:04.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029744332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:12:04.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "multicloud-k8s-id", "timestamp": 1652029745477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "ves-openapi-manager", "timestamp": 1652029752368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:12:04.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "policy-id", "timestamp": 1652029752409, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:12:04.394Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b70aed8-ebee-4847-b67f-48f55f8000b7 2022-05-08T17:12:04.395Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b70aed8-ebee-4847-b67f-48f55f8000b7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:12:04.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029753101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:12:04.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "multicloud-k8s-id", "timestamp": 1652029745477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:12:04.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "ves-openapi-manager", "timestamp": 1652029753371, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:12:04.412Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1b70aed8-ebee-4847-b67f-48f55f8000b7 2022-05-08T17:12:04.412Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b70aed8-ebee-4847-b67f-48f55f8000b7 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:12:04.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "clamp", "timestamp": 1652029754563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029754896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "clamp", "timestamp": 1652029756570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "aai-ml", "timestamp": 1652029756671, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "clamp", "timestamp": 1652029757573, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:12:04.425Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b70aed8-ebee-4847-b67f-48f55f8000b7 2022-05-08T17:12:04.425Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b70aed8-ebee-4847-b67f-48f55f8000b7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:12:04.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "aai-ml", "timestamp": 1652029757675, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:12:04.440Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b70aed8-ebee-4847-b67f-48f55f8000b7 2022-05-08T17:12:04.441Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b70aed8-ebee-4847-b67f-48f55f8000b7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:12:04.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029758581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029758581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029758581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029758581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029758581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029758581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/resourceInstances/pnf8a27e85393110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029758581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:04.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029758581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:12:04.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:12:04.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029767372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:12:04.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029769098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkejaxhvohjdcnmyrquf/1.0/artifacts/service-DemoPnfEkejaxhvohjdcnmyrquf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:12:04.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:12:04.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:12:04.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029770102, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:12:04.460Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b70aed8-ebee-4847-b67f-48f55f8000b7 2022-05-08T17:12:04.460Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b70aed8-ebee-4847-b67f-48f55f8000b7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:12:15.990Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:12:16.003Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:12:16.006Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:12:16.006Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T17:12:16.006Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T17:12:16.006Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T17:12:16.006Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:12:16.007Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:12:16.007Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:12:16.007Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:12:16.007Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:12:16.007Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:12:16.007Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:12:16.007Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:12:16.012Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T17:12:46.012Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T17:12:46.018Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b70aed8-ebee-4847-b67f-48f55f8000b7 and serviceModelVersionId: dc98b95e-c7c1-4595-af23-f094c65c5a2d 2022-05-08T17:12:46.018Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a57b0aa-b950-425b-a6ce-af44ce646e71 2022-05-08T17:12:46.019Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a57b0aa-b950-425b-a6ce-af44ce646e71/model-vers/model-ver/dc98b95e-c7c1-4595-af23-f094c65c5a2d?depth=0 2022-05-08T17:12:46.025Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T17:12:46.054Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a57b0aa-b950-425b-a6ce-af44ce646e71/model-vers/model-ver/dc98b95e-c7c1-4595-af23-f094c65c5a2d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-08T17:12:46.055Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a57b0aa-b950-425b-a6ce-af44ce646e71/model-vers/model-ver/dc98b95e-c7c1-4595-af23-f094c65c5a2d?depth=0|INFO|500||Invoke 2022-05-08T17:12:46.074Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a57b0aa-b950-425b-a6ce-af44ce646e71/model-vers/model-ver/dc98b95e-c7c1-4595-af23-f094c65c5a2d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T17:12:46.869Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a57b0aa-b950-425b-a6ce-af44ce646e71/model-vers/model-ver/dc98b95e-c7c1-4595-af23-f094c65c5a2d?depth=0|INFO|500||InvokeReturn 2022-05-08T17:12:46.870Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a57b0aa-b950-425b-a6ce-af44ce646e71/model-vers/model-ver/dc98b95e-c7c1-4595-af23-f094c65c5a2d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-17:12:46:078-8675], vertex-id=[213176], Content-Length=[0], Date=[Sun, 08 May 2022 17:12:46 GMT], Content-Type=[application/json]} 2022-05-08T17:12:46.870Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-05-08T17:12:46.870Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T17:12:46.871Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:12:46.876Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T17:12:46.877Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b70aed8-ebee-4847-b67f-48f55f8000b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T17:12:46.877Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T17:12:46.877Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:12:46.880Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:12:46.880Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029966877, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:12:46.980Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:12:46.981Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:12:46.981Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:12:46.995Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:12:46.996Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T17:12:47.894Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:12:47.895Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:12:47.895Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:12:52.465Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:12:52.466Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:12:52.466Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbb5ca99-5970-4538-b696-0a96597cda74","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1dafd950-dd74-450b-af7c-00e2e417fb31","serviceDescription":"service","serviceInvariantUUID":"90ea1deb-814a-4288-8ed4-d2cb09f7c931","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"078c076f-4623-42a5-9590-9605433441f7","resourceInvariantUUID":"1c731507-b465-4800-a075-709d95ec0f25","resourceCustomizationUUID":"36321d87-a360-41fa-80b6-1ae169992c44","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":"ODAzZTUzOGRjNmRjOTQyNmUxNjJjMmVjMzI1ZmYyNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62a5e9f6-2b9e-4262-b169-3b8830739663","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":"f99277ff-2f4a-4500-819f-9ab0bf3d2235","artifactVersion":"2","generatedFromUUID":"7b8cacf3-7fcf-4b89-98d9-6b8524589a11"},{"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":"7b8cacf3-7fcf-4b89-98d9-6b8524589a11","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":"YmY5NDVlMjkyYzQ1MTQ5MDEwMDc2ODkyNzBkZjIzMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6be0654b-6b3e-4c3d-a1f9-edf0df004134","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":"4947b0a0-1e11-4d21-aa6e-67abe3e8c195","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":"874116db-8f6c-4379-9aba-d21860053ee2","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":"4a8bec07-5a0a-44fa-b0cf-7ffe71052bdb","artifactVersion":"2","generatedFromUUID":"4947b0a0-1e11-4d21-aa6e-67abe3e8c195"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZGQxMjE2NzAxMTIyNjlmY2JiMGEzZTI4NTQ0ZDE1ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"148b9215-b2aa-4f5a-86b3-30f20d8b8e1a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTgzOTk4OTEwODVhYWE0YTY5ODUxYmRkNmU5ZGNjZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65045ace-e072-45f4-a0ce-941f32594de1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T17:12:52.468Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:12:52.468Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:12:52.470Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:12:52.470Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:52.571Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:12:52.572Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:12:52.572Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:12:52.582Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:12:52.583Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:12:53.471Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:12:53.472Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:12:53.474Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:12:53.474Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-08T17:12:53.574Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:12:53.575Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:12:53.575Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:12:53.586Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:12:53.587Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:12:54.474Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:12:54.475Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:12:54.477Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:12:54.477Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-08T17:12:54.577Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:12:54.578Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:12:54.578Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:12:54.588Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:12:54.588Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:12:55.478Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:12:55.478Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:12:55.480Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:12:55.480Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:12:55.580Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:12:55.581Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:12:55.581Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:12:55.592Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:12:55.592Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-08T17:12:56.480Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:12:56.481Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:12:56.483Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:12:56.483Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-08T17:12:56.584Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:12:56.584Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:12:56.584Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:12:56.594Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:12:56.594Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:12:57.484Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:12:57.485Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:12:57.487Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:12:57.488Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:57.588Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:12:57.588Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:12:57.588Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:12:57.598Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:12:57.598Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:12:58.488Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:12:58.489Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:12:58.491Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:12:58.491Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-08T17:12:58.592Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:12:58.592Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:12:58.593Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:12:58.603Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:12:58.603Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:12:59.492Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:12:59.493Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:12:59.495Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:12:59.495Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:12:59.596Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:12:59.596Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:12:59.596Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:12:59.607Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:12:59.607Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:00.496Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:13:00.497Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:00.499Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:00.500Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:13:00.600Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:00.600Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:00.600Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:00.611Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:00.611Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:01.501Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "1dafd950-dd74-450b-af7c-00e2e417fb31", "serviceDescription": "service", "serviceInvariantUUID": "90ea1deb-814a-4288-8ed4-d2cb09f7c931", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "36321d87-a360-41fa-80b6-1ae169992c44", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "078c076f-4623-42a5-9590-9605433441f7", "resourceInvariantUUID": "1c731507-b465-4800-a075-709d95ec0f25", "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": "f99277ff-2f4a-4500-819f-9ab0bf3d2235", "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": "7b8cacf3-7fcf-4b89-98d9-6b8524589a11", "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": "YmY5NDVlMjkyYzQ1MTQ5MDEwMDc2ODkyNzBkZjIzMjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6be0654b-6b3e-4c3d-a1f9-edf0df004134", "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": "4947b0a0-1e11-4d21-aa6e-67abe3e8c195", "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": "4a8bec07-5a0a-44fa-b0cf-7ffe71052bdb", "generatedFromUUID": "4947b0a0-1e11-4d21-aa6e-67abe3e8c195" }, "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": "4a8bec07-5a0a-44fa-b0cf-7ffe71052bdb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YTgzOTk4OTEwODVhYWE0YTY5ODUxYmRkNmU5ZGNjZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65045ace-e072-45f4-a0ce-941f32594de1" } ], "workloadContext": "Production" } 2022-05-08T17:13:01.501Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T17:13:01.501Z|1b70aed8-ebee-4847-b67f-48f55f8000b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1dafd950-dd74-450b-af7c-00e2e417fb31 ASDC 2022-05-08T17:13:01.502Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:fbb5ca99-5970-4538-b696-0a96597cda74 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:1dafd950-dd74-450b-af7c-00e2e417fb31 ServiceInvariantUUID:90ea1deb-814a-4288-8ed4-d2cb09f7c931 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:65045ace-e072-45f4-a0ce-941f32594de1 ArtifactChecksum:YTgzOTk4OTEwODVhYWE0YTY5ODUxYmRkNmU5ZGNjZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:36321d87-a360-41fa-80b6-1ae169992c44 ResourceInvariantUUID:1c731507-b465-4800-a075-709d95ec0f25 ResourceName:basic_cnf ResourceType:VF ResourceUUID:078c076f-4623-42a5-9590-9605433441f7 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:f99277ff-2f4a-4500-819f-9ab0bf3d2235 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:7b8cacf3-7fcf-4b89-98d9-6b8524589a11 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:6be0654b-6b3e-4c3d-a1f9-edf0df004134 ArtifactChecksum:YmY5NDVlMjkyYzQ1MTQ5MDEwMDc2ODkyNzBkZjIzMjc= 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:4947b0a0-1e11-4d21-aa6e-67abe3e8c195 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:4a8bec07-5a0a-44fa-b0cf-7ffe71052bdb 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:4a8bec07-5a0a-44fa-b0cf-7ffe71052bdb ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T17:13:01.502Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1dafd950-dd74-450b-af7c-00e2e417fb31 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:13:01.539Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:13:01.540Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:13:01.540Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:13:01.540Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 65045ace-e072-45f4-a0ce-941f32594de1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-08T17:13:01.540Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:13:01.540Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-08T17:13:01.597Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:13:01.603Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 65045ace-e072-45f4-a0ce-941f32594de1 68958 2022-05-08T17:13:01.603Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-08T17:13:01.603Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-08T17:13:01.604Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:13:01.604Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:01.606Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:01.606Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029981603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:13:01.706Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:01.707Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:01.707Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:01.717Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:01.718Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:02.607Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:13:02.608Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T17:13:02.608Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 65045ace-e072-45f4-a0ce-941f32594de1, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T17:13:02.608Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-08T17:13:02.608Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T17:13:02.609Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T17:13:02.789Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6532097486169992170/Definitions/service-BasicCnf-template.yml 2022-05-08T17:13:03.599Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T17:13:03.599Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T17:13:03.599Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T17:13:03.599Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-08T17:13:03.599Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T17:13:03.600Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T17:13:03.601Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=449c5e95-2e0e-4309-946a-cab59b8243e0 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.602Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:03.603Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.603Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:03.603Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.603Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:03.603Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:03.603Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:03.603Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:1dafd950-dd74-450b-af7c-00e2e417fb31 Model Version:NULL Model InvariantUuid:90ea1deb-814a-4288-8ed4-d2cb09f7c931 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:d6591732-6fdb-4fb3-98c4-b165b4a31328 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1c731507-b465-4800-a075-709d95ec0f25 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:36321d87-a360-41fa-80b6-1ae169992c44 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e7b0cf5f-35bd-4fcf-94ba-8495fce5146e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:43900941-910a-41a6-b81c-09718af344c9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:449c5e95-2e0e-4309-946a-cab59b8243e0 ModelInvariantUuid:f726d51e-99a2-4fe6-b51b-4f905b3916a1 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:90f0965a-7066-406d-90cb-c33985ede779 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:02584e3c-ca8e-4940-99ba-1027d36eab00 ModelInvariantUuid:7b05b8b1-d90e-4aef-9767-ca0c9312a881 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:f0415923-94f8-4659-982f-fe1e2f52febe ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T17:13:03.610Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 078c076f-4623-42a5-9590-9605433441f7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:13:03.613Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-05-08T17:13:03.613Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 078c076f-4623-42a5-9590-9605433441f7 2022-05-08T17:13:03.613Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f99277ff-2f4a-4500-819f-9ab0bf3d2235 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-08T17:13:03.613Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:13:03.613Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-08T17:13:03.652Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:13:03.653Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f99277ff-2f4a-4500-819f-9ab0bf3d2235 12 2022-05-08T17:13:03.653Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-08T17:13:03.653Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-08T17:13:03.653Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:13:03.653Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:03.655Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:03.655Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029983653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:13:03.755Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:03.756Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:03.756Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:03.767Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:03.768Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:13:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:13:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:04.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:04.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029908581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "ves-openapi-manager", "timestamp": 1652029902226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029905477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "ves-openapi-manager", "timestamp": 1652029902226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029908581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029905477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029908581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "ves-openapi-manager", "timestamp": 1652029902226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029905477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-08T17:13:04.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "cds", "timestamp": 1652029913875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "ves-openapi-manager", "timestamp": 1652029902226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029908581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029905477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:13:04.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "cds", "timestamp": 1652029913875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "ves-openapi-manager", "timestamp": 1652029902226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029908581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029905477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-08T17:13:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "cds", "timestamp": 1652029913875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029908581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "ves-openapi-manager", "timestamp": 1652029902226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029905477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "cds", "timestamp": 1652029913875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029908581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "ves-openapi-manager", "timestamp": 1652029902226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029905477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "cds", "timestamp": 1652029913875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029908581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "ves-openapi-manager", "timestamp": 1652029902226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029905477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029918786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "cds", "timestamp": 1652029913875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029908581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:13:04.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "ves-openapi-manager", "timestamp": 1652029902226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029905477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029918786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "cds", "timestamp": 1652029913875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029920419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029921137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029921191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029918786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "cds", "timestamp": 1652029913875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029920419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029922235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029918786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "cds", "timestamp": 1652029913875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029920419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029923171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029923277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029918786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029922838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "cds", "timestamp": 1652029923580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:13:04.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:13:04.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029920419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:13:04.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:13:04.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:13:04.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652029924174, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:13:04.376Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbb5ca99-5970-4538-b696-0a96597cda74 2022-05-08T17:13:04.376Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb5ca99-5970-4538-b696-0a96597cda74 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:13:04.655Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7b8cacf3-7fcf-4b89-98d9-6b8524589a11 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-08T17:13:04.656Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:13:04.656Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-08T17:13:04.695Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:13:04.696Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7b8cacf3-7fcf-4b89-98d9-6b8524589a11 2688 2022-05-08T17:13:04.696Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-08T17:13:04.696Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-08T17:13:04.697Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:13:04.697Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:04.699Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:04.700Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029984696, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T17:13:04.800Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:04.800Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:04.800Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:04.810Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:04.811Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:05.701Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6be0654b-6b3e-4c3d-a1f9-edf0df004134 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-08T17:13:05.701Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:13:05.701Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-08T17:13:05.742Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:13:05.743Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6be0654b-6b3e-4c3d-a1f9-edf0df004134 828 2022-05-08T17:13:05.743Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-08T17:13:05.743Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-08T17:13:05.743Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:13:05.744Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:05.746Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:05.746Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029985743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:13:05.846Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:05.847Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:05.847Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:05.857Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:05.857Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:06.747Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e7b0cf5f-35bd-4fcf-94ba-8495fce5146e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43900941-910a-41a6-b81c-09718af344c9", "vfModuleModelCustomizationUUID": "80a08dc1-269d-4bcc-b2df-259a134b80a6", "isBase": true, "artifacts": [ "4947b0a0-1e11-4d21-aa6e-67abe3e8c195", "7b8cacf3-7fcf-4b89-98d9-6b8524589a11", "4a8bec07-5a0a-44fa-b0cf-7ffe71052bdb" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T17:13:06.751Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43900941-910a-41a6-b81c-09718af344c9 VfModuleModelInvariantUUID:e7b0cf5f-35bd-4fcf-94ba-8495fce5146e VfModuleModelDescription:NULL Artifacts UUID List:{ 4947b0a0-1e11-4d21-aa6e-67abe3e8c195 , 7b8cacf3-7fcf-4b89-98d9-6b8524589a11 , 4a8bec07-5a0a-44fa-b0cf-7ffe71052bdb } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T17:13:06.754Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e7b0cf5f-35bd-4fcf-94ba-8495fce5146e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43900941-910a-41a6-b81c-09718af344c9", "vfModuleModelCustomizationUUID": "80a08dc1-269d-4bcc-b2df-259a134b80a6", "isBase": true, "artifacts": [ "4947b0a0-1e11-4d21-aa6e-67abe3e8c195", "7b8cacf3-7fcf-4b89-98d9-6b8524589a11", "4a8bec07-5a0a-44fa-b0cf-7ffe71052bdb" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T17:13:06.754Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43900941-910a-41a6-b81c-09718af344c9 VfModuleModelInvariantUUID:e7b0cf5f-35bd-4fcf-94ba-8495fce5146e VfModuleModelDescription:NULL Artifacts UUID List:{ 4947b0a0-1e11-4d21-aa6e-67abe3e8c195 , 7b8cacf3-7fcf-4b89-98d9-6b8524589a11 , 4a8bec07-5a0a-44fa-b0cf-7ffe71052bdb } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T17:13:06.754Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4947b0a0-1e11-4d21-aa6e-67abe3e8c195 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-08T17:13:06.754Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:13:06.755Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-08T17:13:06.809Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:13:06.809Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4947b0a0-1e11-4d21-aa6e-67abe3e8c195 1164 2022-05-08T17:13:06.810Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-08T17:13:06.810Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-08T17:13:06.810Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:13:06.810Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:06.811Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:06.811Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029986810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:13:06.912Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:13:06.912Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:06.912Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:06.922Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:06.923Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:07.812Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4a8bec07-5a0a-44fa-b0cf-7ffe71052bdb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-08T17:13:07.813Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T17:13:07.813Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-08T17:13:07.851Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T17:13:07.852Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4a8bec07-5a0a-44fa-b0cf-7ffe71052bdb 200 2022-05-08T17:13:07.852Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-08T17:13:07.852Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-08T17:13:07.852Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:13:07.853Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:07.854Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:07.855Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029987852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:13:07.955Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:07.955Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:07.956Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:07.967Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:07.967Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:08.855Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 1dafd950-dd74-450b-af7c-00e2e417fb31 2022-05-08T17:13:08.856Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 078c076f-4623-42a5-9590-9605433441f7 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-05-08T17:13:08.870Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:13:08.878Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a96a300, org.onap.sdc.toscaparser.api.parameters.Input@379a260a, org.onap.sdc.toscaparser.api.parameters.Input@25197619, org.onap.sdc.toscaparser.api.parameters.Input@7aabd866, org.onap.sdc.toscaparser.api.parameters.Input@356aea90] 2022-05-08T17:13:08.879Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.879Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:08.879Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-05-08T17:13:08.879Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 36321d87-a360-41fa-80b6-1ae169992c44 2022-05-08T17:13:08.879Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36321d87-a360-41fa-80b6-1ae169992c44 matches Tosca VF Customization UUID: 36321d87-a360-41fa-80b6-1ae169992c44 2022-05-08T17:13:08.880Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 36321d87-a360-41fa-80b6-1ae169992c44 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T17:13:08.882Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.882Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:08.883Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 36321d87-a360-41fa-80b6-1ae169992c44: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-05-08T17:13:08.883Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@192dbab0 2022-05-08T17:13:08.883Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.883Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T17:13:08.883Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80a08dc1-269d-4bcc-b2df-259a134b80a6 2022-05-08T17:13:08.883Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80a08dc1-269d-4bcc-b2df-259a134b80a6 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T17:13:08.885Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.885Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T17:13:08.886Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:13:08.886Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.886Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T17:13:08.886Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:13:08.886Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.886Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-08T17:13:08.887Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-08T17:13:08.887Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=449c5e95-2e0e-4309-946a-cab59b8243e0 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T17:13:08.889Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.889Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T17:13:08.889Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:13:08.889Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.889Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T17:13:08.889Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=36321d87-a360-41fa-80b6-1ae169992c44 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:13:08.891Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.892Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:08.892Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 1dafd950-dd74-450b-af7c-00e2e417fb31: basic_cnf 2022-05-08T17:13:08.892Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.892Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:08.892Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.892Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:08.892Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.893Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:08.893Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.893Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:08.893Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:13:08.893Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:13:08.893Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:13:08.966Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 078c076f-4623-42a5-9590-9605433441f7 1 ASDC deployResourceStructure 2022-05-08T17:13:08.967Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-08T17:13:08.967Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-05-08T17:13:08.967Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-08T17:13:08.967Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:08.969Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:08.969Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029988966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T17:13:09.069Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:09.070Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:09.070Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:09.081Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:09.082Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:09.969Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-08T17:13:09.970Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-08T17:13:09.970Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-08T17:13:09.970Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:09.972Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:09.972Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029989969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T17:13:10.072Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:10.073Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:10.073Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:10.083Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:10.083Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-08T17:13:10.973Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-08T17:13:10.974Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-08T17:13:10.974Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:13:10.974Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:10.976Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:10.976Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029990973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:13:11.076Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:11.077Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:11.077Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:11.087Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:11.087Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:11.976Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-08T17:13:11.977Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-08T17:13:11.977Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:13:11.977Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:11.979Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:11.980Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029991976, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:13:12.080Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:12.081Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:12.081Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:12.091Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:12.091Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:12.981Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-08T17:13:12.981Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-08T17:13:12.981Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:13:12.982Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:12.983Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:12.984Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029992980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-08T17:13:13.084Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:13.085Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:13.085Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:13.095Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:13.096Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:13.984Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-08T17:13:13.985Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-08T17:13:13.985Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:13:13.985Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:13:13.987Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:13:13.987Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029993984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:13:14.087Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:13:14.088Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:13:14.088Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:13:14.099Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:13:14.100Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:13:14.988Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbb5ca99-5970-4538-b696-0a96597cda74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:13:15.000Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbb5ca99-5970-4538-b696-0a96597cda74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:13:15.001Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:13:15.002Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:13:15.002Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:13:45.002Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbb5ca99-5970-4538-b696-0a96597cda74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:13:45.014Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbb5ca99-5970-4538-b696-0a96597cda74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:13:45.017Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:13:45.017Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:13:45.018Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:14:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:14:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:14:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:14:04.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:14:04.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:14:04.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029924319, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:14:04.353Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:14:15.018Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbb5ca99-5970-4538-b696-0a96597cda74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:14:15.096Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbb5ca99-5970-4538-b696-0a96597cda74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:14:15.099Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:14:15.099Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:14:15.099Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:14:45.099Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbb5ca99-5970-4538-b696-0a96597cda74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:14:45.110Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbb5ca99-5970-4538-b696-0a96597cda74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:14:45.113Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:14:45.113Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:14:45.113Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:15:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:15:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:15:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:15:04.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:15:04.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029918786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029922838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "cds", "timestamp": 1652029924584, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:15:04.365Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbb5ca99-5970-4538-b696-0a96597cda74 2022-05-08T17:15:04.365Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb5ca99-5970-4538-b696-0a96597cda74 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:15:04.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029920419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-08T17:15:04.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029925367, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:15:04.381Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbb5ca99-5970-4538-b696-0a96597cda74 2022-05-08T17:15:04.381Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb5ca99-5970-4538-b696-0a96597cda74 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:15:04.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029918786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029922838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029920419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "multicloud-k8s-id", "timestamp": 1652029926369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029918786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029922838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029920419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029918786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029922838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029920419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029922838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029920419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029922838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029930157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029922838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029931160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029922838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:15:04.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "policy-id", "timestamp": 1652029932164, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:15:04.401Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbb5ca99-5970-4538-b696-0a96597cda74 2022-05-08T17:15:04.401Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb5ca99-5970-4538-b696-0a96597cda74 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T17:15:04.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029932559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:15:04.410Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:15:04.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029938591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:15:04.410Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:15:04.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029940599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:15:04.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:15:04.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029941467, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:15:04.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:15:04.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "clamp", "timestamp": 1652029941602, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:15:04.418Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fbb5ca99-5970-4538-b696-0a96597cda74 2022-05-08T17:15:04.418Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb5ca99-5970-4538-b696-0a96597cda74 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:15:04.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "aai-ml", "timestamp": 1652029942471, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:15:04.435Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbb5ca99-5970-4538-b696-0a96597cda74 2022-05-08T17:15:04.435Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb5ca99-5970-4538-b696-0a96597cda74 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:15:04.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b70aed8-ebee-4847-b67f-48f55f8000b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029966877, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:15:04.445Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:15:04.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-08T17:15:04.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-08T17:15:04.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:15:04.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-08T17:15:04.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-08T17:15:04.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:15:04.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029967894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:15:04.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-08T17:15:04.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029981603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:15:04.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:15:04.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-08T17:15:04.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029983653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:15:04.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:15:15.114Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbb5ca99-5970-4538-b696-0a96597cda74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:15:15.127Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbb5ca99-5970-4538-b696-0a96597cda74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:15:15.130Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:15:15.130Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T17:15:15.130Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T17:15:15.130Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T17:15:15.130Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:15:15.130Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:15:15.130Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:15:15.131Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:15:15.131Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:15:15.131Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:15:15.131Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:15:15.137Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T17:15:45.137Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbb5ca99-5970-4538-b696-0a96597cda74 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T17:15:45.142Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbb5ca99-5970-4538-b696-0a96597cda74 and serviceModelVersionId: 1dafd950-dd74-450b-af7c-00e2e417fb31 2022-05-08T17:15:45.142Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90ea1deb-814a-4288-8ed4-d2cb09f7c931 2022-05-08T17:15:45.143Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90ea1deb-814a-4288-8ed4-d2cb09f7c931/model-vers/model-ver/1dafd950-dd74-450b-af7c-00e2e417fb31?depth=0 2022-05-08T17:15:45.147Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T17:15:45.178Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ea1deb-814a-4288-8ed4-d2cb09f7c931/model-vers/model-ver/1dafd950-dd74-450b-af7c-00e2e417fb31?depth=0|INFO|500||Invoke 2022-05-08T17:15:45.178Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ea1deb-814a-4288-8ed4-d2cb09f7c931/model-vers/model-ver/1dafd950-dd74-450b-af7c-00e2e417fb31?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ea1deb-814a-4288-8ed4-d2cb09f7c931/model-vers/model-ver/1dafd950-dd74-450b-af7c-00e2e417fb31?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbb5ca99-5970-4538-b696-0a96597cda74], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acfeabc2-e9af-4456-b631-0dd2f689034a], X-ECOMP-RequestID=[fbb5ca99-5970-4538-b696-0a96597cda74], X-TransactionId=[], X-ONAP-RequestID=[fbb5ca99-5970-4538-b696-0a96597cda74], Content-Type=[application/merge-patch+json]} 2022-05-08T17:15:45.196Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ea1deb-814a-4288-8ed4-d2cb09f7c931/model-vers/model-ver/1dafd950-dd74-450b-af7c-00e2e417fb31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T17:15:45.868Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ea1deb-814a-4288-8ed4-d2cb09f7c931/model-vers/model-ver/1dafd950-dd74-450b-af7c-00e2e417fb31?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ea1deb-814a-4288-8ed4-d2cb09f7c931/model-vers/model-ver/1dafd950-dd74-450b-af7c-00e2e417fb31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-17:15:45:200-69753], vertex-id=[237632], Content-Length=[0], Date=[Sun, 08 May 2022 17:15:45 GMT], Content-Type=[application/json]} 2022-05-08T17:15:45.868Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ea1deb-814a-4288-8ed4-d2cb09f7c931/model-vers/model-ver/1dafd950-dd74-450b-af7c-00e2e417fb31?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-08T17:15:45.869Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ea1deb-814a-4288-8ed4-d2cb09f7c931/model-vers/model-ver/1dafd950-dd74-450b-af7c-00e2e417fb31?depth=0|INFO|500||InvokeReturn 2022-05-08T17:15:45.869Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T17:15:45.869Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:15:45.875Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T17:15:45.876Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbb5ca99-5970-4538-b696-0a96597cda74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T17:15:45.876Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T17:15:45.876Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:15:45.878Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:15:45.878Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030145876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:15:45.978Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:15:45.979Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:15:45.979Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:15:45.993Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:15:45.993Z||pool-88-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=? 2022-05-08T17:15:46.894Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:15:46.895Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:15:46.895Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:15:57.145Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:15:57.145Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:15:57.146Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:15:57.146Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:16:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:16:04.336Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:16:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:16:04.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:16:04.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T17:16:04.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029984696, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T17:16:04.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:16:04.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T17:16:04.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029985743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:16:04.357Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:16:04.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T17:16:04.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029986810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:16:04.357Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:16:04.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T17:16:04.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029987852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:16:04.357Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:16:04.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T17:16:04.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029988966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T17:16:04.358Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:16:04.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T17:16:04.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029989969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T17:16:04.358Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:16:04.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T17:16:04.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029990973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:16:04.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:16:04.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T17:16:04.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029991976, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:16:04.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:16:04.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T17:16:04.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029992980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-08T17:16:04.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:16:04.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-08T17:16:04.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652029993984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:16:04.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:16:06.674Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:16:06.674Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:16:06.675Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:16:06.675Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:16:16.205Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:16:16.206Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:16:16.207Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:16:16.207Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:16:25.735Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:16:25.736Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:16:25.736Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:16:25.736Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:16:35.261Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:16:35.262Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:16:35.262Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:16:35.262Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:16:44.789Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:17:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:17:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:17:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:17:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:17:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:17:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:17:04.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:17:04.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T17:17:04.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb5ca99-5970-4538-b696-0a96597cda74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030145876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:17:04.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:17:13.862Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:18:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:18:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:18:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:18:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:18:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:18:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:18:13.865Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:18:13.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:19:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:19:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:19:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:19:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:19:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:19:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:19:13.869Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:19:13.873Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:20:04.332Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:20:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:20:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:20:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:20:04.335Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:20:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:20:13.865Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:20:13.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:21:04.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:21:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:21:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:21:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:21:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:21:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:21:13.863Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:21:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:22:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:22:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:22:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:22:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:22:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:22:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:22:13.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:22:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:23:04.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:23:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:23:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:23:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:04.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:04.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "cds", "timestamp": 1652030558875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "aai-ml", "timestamp": 1652030552838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "ves-openapi-manager", "timestamp": 1652030562225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "policy-id", "timestamp": 1652030560419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "ves-openapi-manager", "timestamp": 1652030562225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "cds", "timestamp": 1652030558875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "aai-ml", "timestamp": 1652030552838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "policy-id", "timestamp": 1652030560419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "ves-openapi-manager", "timestamp": 1652030562225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "cds", "timestamp": 1652030558875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "aai-ml", "timestamp": 1652030552838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "policy-id", "timestamp": 1652030560419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "ves-openapi-manager", "timestamp": 1652030562225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "aai-ml", "timestamp": 1652030552838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "cds", "timestamp": 1652030558875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "policy-id", "timestamp": 1652030560419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030565477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "ves-openapi-manager", "timestamp": 1652030562225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "aai-ml", "timestamp": 1652030552838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "cds", "timestamp": 1652030558875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "policy-id", "timestamp": 1652030560419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030565477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "ves-openapi-manager", "timestamp": 1652030562225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "aai-ml", "timestamp": 1652030552838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "cds", "timestamp": 1652030558875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "policy-id", "timestamp": 1652030560419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030565477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "ves-openapi-manager", "timestamp": 1652030562225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "aai-ml", "timestamp": 1652030552838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "cds", "timestamp": 1652030558875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "policy-id", "timestamp": 1652030560419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030565477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030568584, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "ves-openapi-manager", "timestamp": 1652030562225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "aai-ml", "timestamp": 1652030552838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "cds", "timestamp": 1652030558875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "policy-id", "timestamp": 1652030560419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030565477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030568584, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030565477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030568584, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "cds", "timestamp": 1652030571677, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "aai-ml", "timestamp": 1652030571694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "policy-id", "timestamp": 1652030571706, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:04.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030565477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030568584, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "cds", "timestamp": 1652030572682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:23:04.574Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6888f613-4fe3-40df-80fb-fc12a7a02f25 2022-05-08T17:23:04.574Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6888f613-4fe3-40df-80fb-fc12a7a02f25 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:23:04.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "policy-id", "timestamp": 1652030572709, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:23:04.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030565477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:23:04.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030568584, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "policy-id", "timestamp": 1652030573711, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:23:04.591Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6888f613-4fe3-40df-80fb-fc12a7a02f25 2022-05-08T17:23:04.592Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6888f613-4fe3-40df-80fb-fc12a7a02f25 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:23:04.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030568584, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "cds", "timestamp": 1652030573875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030574563, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:04.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030568584, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "cds", "timestamp": 1652030573875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030575868, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030568584, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "cds", "timestamp": 1652030573875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030577071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030577381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:04.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "cds", "timestamp": 1652030573875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030578095, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:23:04.609Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6888f613-4fe3-40df-80fb-fc12a7a02f25 2022-05-08T17:23:04.609Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6888f613-4fe3-40df-80fb-fc12a7a02f25 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T17:23:04.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "cds", "timestamp": 1652030573875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "aai-ml", "timestamp": 1652030578793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:23:04.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "multicloud-k8s-id", "timestamp": 1652030579098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:23:04.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030579455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:23:04.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "cds", "timestamp": 1652030573875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "aai-ml", "timestamp": 1652030579797, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:23:04.622Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6888f613-4fe3-40df-80fb-fc12a7a02f25 2022-05-08T17:23:04.622Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6888f613-4fe3-40df-80fb-fc12a7a02f25 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:23:04.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030580459, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:23:04.635Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6888f613-4fe3-40df-80fb-fc12a7a02f25 2022-05-08T17:23:04.635Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6888f613-4fe3-40df-80fb-fc12a7a02f25 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "cds", "timestamp": 1652030573875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "policy-id", "timestamp": 1652030580419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "cds", "timestamp": 1652030573875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:23:04.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "policy-id", "timestamp": 1652030580419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "cds", "timestamp": 1652030582583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "ves-openapi-manager", "timestamp": 1652030582226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "policy-id", "timestamp": 1652030580419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "aai-ml", "timestamp": 1652030582838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "ves-openapi-manager", "timestamp": 1652030582226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "policy-id", "timestamp": 1652030580419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:04.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:23:04.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:04.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T17:23:04.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6888f613-4fe3-40df-80fb-fc12a7a02f25","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"80862dba-26f6-4c16-a4b1-7149311fdb24","serviceDescription":"service","serviceInvariantUUID":"c7682b79-7b0d-465b-bb29-e2155adc9007","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1480cae2-99fa-402f-ba4c-11ddf860bee3","resourceInvariantUUID":"4d174f52-f535-4f41-8e57-db2523949e98","resourceCustomizationUUID":"e5353724-4b5b-462c-a23e-0d1af60aefce","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":"b18e1a26-66c7-4279-88b6-4b3e1b8a42af","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":"YzEwOGMxMDI3MzQyMGY3MzZhZDc2MTM1MzU4ODhkN2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ac26d72-7fb3-40ca-ad4e-76fce1376bf6","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":"ZTFkZmNlZDIyMWY5NDE4ZjhmMGMwMmMzNDZlMmVhMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"321654c4-8858-4612-8ed3-c3cb7bc27367","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":"e7a5db9d-eee1-4b9e-84ad-1139c8eff8c8","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":"52aa6af5-18aa-476d-adea-f2ece2ab22f5","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":"9ca222b0-28cd-4105-84fc-5cebb4ad2188","artifactVersion":"2","generatedFromUUID":"e7a5db9d-eee1-4b9e-84ad-1139c8eff8c8"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzBhMjVmNmI4MmQ1NWI5NDY4MWY3YmFjYjQzNjRiZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be379ea3-62d4-4118-b15a-fdee427bee68","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OGUzMzQwZjhjZTJiZDhhN2M5NjMxODUzZjcwZTMyNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d8b08582-bd05-4da7-b924-9fd568fe4800","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T17:23:04.959Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:04.959Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:04.961Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:04.961Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:05.061Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:05.062Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:05.062Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:05.072Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:05.072Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:05.961Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:05.962Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:05.964Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:05.964Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:06.064Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:06.065Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:06.065Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:06.076Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:06.076Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:06.964Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:06.965Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:06.967Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:06.968Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:23:07.068Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:07.068Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:07.068Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:07.079Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:07.079Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:07.968Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:07.969Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:07.971Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:07.971Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T17:23:08.071Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:08.072Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:08.072Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:08.082Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:08.083Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:08.972Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:08.973Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:08.975Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:08.975Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:09.075Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:09.076Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:09.076Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:09.086Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:09.086Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-08T17:23:09.976Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:09.977Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:09.979Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:09.979Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-08T17:23:10.079Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:10.080Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:10.080Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:10.091Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:10.091Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:10.979Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:10.980Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:10.981Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:10.981Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:11.082Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:23:11.082Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:11.083Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:11.092Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:11.093Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:11.982Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:11.983Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:11.985Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:11.985Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:23:12.085Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:12.086Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:12.086Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:12.096Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:12.096Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:12.986Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "80862dba-26f6-4c16-a4b1-7149311fdb24", "serviceDescription": "service", "serviceInvariantUUID": "c7682b79-7b0d-465b-bb29-e2155adc9007", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "e5353724-4b5b-462c-a23e-0d1af60aefce", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1480cae2-99fa-402f-ba4c-11ddf860bee3", "resourceInvariantUUID": "4d174f52-f535-4f41-8e57-db2523949e98", "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": "ZTFkZmNlZDIyMWY5NDE4ZjhmMGMwMmMzNDZlMmVhMmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "321654c4-8858-4612-8ed3-c3cb7bc27367", "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": "e7a5db9d-eee1-4b9e-84ad-1139c8eff8c8", "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": "9ca222b0-28cd-4105-84fc-5cebb4ad2188", "generatedFromUUID": "e7a5db9d-eee1-4b9e-84ad-1139c8eff8c8" }, "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": "9ca222b0-28cd-4105-84fc-5cebb4ad2188", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "OGUzMzQwZjhjZTJiZDhhN2M5NjMxODUzZjcwZTMyNzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d8b08582-bd05-4da7-b924-9fd568fe4800" } ], "workloadContext": "Production" } 2022-05-08T17:23:12.986Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T17:23:12.987Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 80862dba-26f6-4c16-a4b1-7149311fdb24 ASDC 2022-05-08T17:23:12.987Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:6888f613-4fe3-40df-80fb-fc12a7a02f25 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:80862dba-26f6-4c16-a4b1-7149311fdb24 ServiceInvariantUUID:c7682b79-7b0d-465b-bb29-e2155adc9007 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:d8b08582-bd05-4da7-b924-9fd568fe4800 ArtifactChecksum:OGUzMzQwZjhjZTJiZDhhN2M5NjMxODUzZjcwZTMyNzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:e5353724-4b5b-462c-a23e-0d1af60aefce ResourceInvariantUUID:4d174f52-f535-4f41-8e57-db2523949e98 ResourceName:basicclamp ResourceType:VF ResourceUUID:1480cae2-99fa-402f-ba4c-11ddf860bee3 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:321654c4-8858-4612-8ed3-c3cb7bc27367 ArtifactChecksum:ZTFkZmNlZDIyMWY5NDE4ZjhmMGMwMmMzNDZlMmVhMmY= 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:e7a5db9d-eee1-4b9e-84ad-1139c8eff8c8 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:9ca222b0-28cd-4105-84fc-5cebb4ad2188 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:9ca222b0-28cd-4105-84fc-5cebb4ad2188 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T17:23:12.987Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80862dba-26f6-4c16-a4b1-7149311fdb24 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T17:23:13.022Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:23:13.023Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:23:13.023Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:23:13.024Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d8b08582-bd05-4da7-b924-9fd568fe4800 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-08T17:23:13.024Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:23:13.024Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-08T17:23:13.094Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:23:13.098Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar d8b08582-bd05-4da7-b924-9fd568fe4800 73682 2022-05-08T17:23:13.098Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-08T17:23:13.099Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-08T17:23:13.099Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:23:13.099Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:13.101Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:13.101Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030593098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:13.201Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:13.202Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:13.202Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:13.212Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:13.212Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:14.101Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:23:14.102Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:23:14.103Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d8b08582-bd05-4da7-b924-9fd568fe4800, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:14.103Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-05-08T17:23:14.104Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:14.104Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:14.185Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7296816279654951645/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-08T17:23:15.079Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T17:23:15.079Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-08T17:23:15.080Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:15.080Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-08T17:23:15.080Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:15.080Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:15.080Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:15.080Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:15.080Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:15.080Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:15.080Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:15.080Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:15.081Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-08T17:23:15.081Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-08T17:23:15.081Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.081Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:15.081Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-08T17:23:15.081Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-08T17:23:15.081Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:23:15.082Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.082Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:15.082Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-08T17:23:15.082Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-08T17:23:15.082Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:23:15.082Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.083Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:15.083Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.083Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-08T17:23:15.083Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-08T17:23:15.083Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-08T17:23:15.083Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-08T17:23:15.083Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-08T17:23:15.083Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T17:23:15.084Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.084Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T17:23:15.084Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.084Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-08T17:23:15.084Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:23:15.084Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.084Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-08T17:23:15.084Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:23:15.085Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.085Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-08T17:23:15.085Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:23:15.085Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.085Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-08T17:23:15.085Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-08T17:23:15.085Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-08T17:23:15.085Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=622888a3-a086-4899-903f-e874eb602f4c 2022-05-08T17:23:15.086Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.086Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:15.086Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.086Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:15.086Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.086Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:15.086Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:15.087Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:15.087Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:80862dba-26f6-4c16-a4b1-7149311fdb24 Model Version:NULL Model InvariantUuid:c7682b79-7b0d-465b-bb29-e2155adc9007 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:75a76b18-cea7-4bb4-a0ca-2afc41487484 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4d174f52-f535-4f41-8e57-db2523949e98 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e5353724-4b5b-462c-a23e-0d1af60aefce NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f579c623-4e25-4f7b-96af-54e4b9259295 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:47c5f410-07d7-482a-a21e-1a37bc8ffc46 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:622888a3-a086-4899-903f-e874eb602f4c ModelInvariantUuid:43a1b21a-4bfd-44c9-8350-098546c448e2 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:da80cf08-b00a-4ef9-a3de-606a837ae006 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a03e6de1-7905-415a-ba90-cb267c7ab6f7 ModelInvariantUuid:9ce76bfd-7e80-463b-994b-2558dc348cef ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:4b80ca17-20fe-458e-a071-a1596143c87f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T17:23:15.095Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1480cae2-99fa-402f-ba4c-11ddf860bee3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:23:15.098Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||basicclamp 0 2022-05-08T17:23:15.098Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1480cae2-99fa-402f-ba4c-11ddf860bee3 2022-05-08T17:23:15.098Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 321654c4-8858-4612-8ed3-c3cb7bc27367 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-08T17:23:15.098Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:23:15.098Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-08T17:23:15.471Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:23:15.471Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 321654c4-8858-4612-8ed3-c3cb7bc27367 790 2022-05-08T17:23:15.471Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-08T17:23:15.472Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-08T17:23:15.472Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:23:15.472Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:15.474Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:15.474Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030595471, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:15.574Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:15.575Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:15.575Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:15.584Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:15.585Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-08T17:23:16.475Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f579c623-4e25-4f7b-96af-54e4b9259295", "vfModuleModelVersion": "1", "vfModuleModelUUID": "47c5f410-07d7-482a-a21e-1a37bc8ffc46", "vfModuleModelCustomizationUUID": "dd29f3e5-dd7d-4497-9723-afbc6265a5af", "isBase": true, "artifacts": [ "e7a5db9d-eee1-4b9e-84ad-1139c8eff8c8", "9ca222b0-28cd-4105-84fc-5cebb4ad2188" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T17:23:16.478Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:47c5f410-07d7-482a-a21e-1a37bc8ffc46 VfModuleModelInvariantUUID:f579c623-4e25-4f7b-96af-54e4b9259295 VfModuleModelDescription:NULL Artifacts UUID List:{ e7a5db9d-eee1-4b9e-84ad-1139c8eff8c8 , 9ca222b0-28cd-4105-84fc-5cebb4ad2188 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T17:23:16.480Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f579c623-4e25-4f7b-96af-54e4b9259295", "vfModuleModelVersion": "1", "vfModuleModelUUID": "47c5f410-07d7-482a-a21e-1a37bc8ffc46", "vfModuleModelCustomizationUUID": "dd29f3e5-dd7d-4497-9723-afbc6265a5af", "isBase": true, "artifacts": [ "e7a5db9d-eee1-4b9e-84ad-1139c8eff8c8", "9ca222b0-28cd-4105-84fc-5cebb4ad2188" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T17:23:16.480Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:47c5f410-07d7-482a-a21e-1a37bc8ffc46 VfModuleModelInvariantUUID:f579c623-4e25-4f7b-96af-54e4b9259295 VfModuleModelDescription:NULL Artifacts UUID List:{ e7a5db9d-eee1-4b9e-84ad-1139c8eff8c8 , 9ca222b0-28cd-4105-84fc-5cebb4ad2188 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T17:23:16.480Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e7a5db9d-eee1-4b9e-84ad-1139c8eff8c8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-08T17:23:16.481Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:23:16.481Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-08T17:23:16.696Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:23:16.696Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e7a5db9d-eee1-4b9e-84ad-1139c8eff8c8 5033 2022-05-08T17:23:16.697Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-08T17:23:16.697Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-08T17:23:16.697Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:23:16.697Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:16.699Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:16.699Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030596697, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:16.800Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:23:16.800Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:16.800Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:16.811Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:16.811Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:17.700Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9ca222b0-28cd-4105-84fc-5cebb4ad2188 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-08T17:23:17.700Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:23:17.701Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-08T17:23:18.089Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:23:18.090Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9ca222b0-28cd-4105-84fc-5cebb4ad2188 909 2022-05-08T17:23:18.091Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-08T17:23:18.091Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-08T17:23:18.091Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:23:18.091Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:18.093Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:18.094Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030598090, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:23:18.194Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:18.195Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:18.195Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:18.205Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:18.205Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-08T17:23:19.094Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 80862dba-26f6-4c16-a4b1-7149311fdb24 2022-05-08T17:23:19.095Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 1480cae2-99fa-402f-ba4c-11ddf860bee3 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:23:19.110Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@720eb32b, org.onap.sdc.toscaparser.api.parameters.Input@562969a8, org.onap.sdc.toscaparser.api.parameters.Input@390c067, org.onap.sdc.toscaparser.api.parameters.Input@2b85f65b, org.onap.sdc.toscaparser.api.parameters.Input@2c958feb] 2022-05-08T17:23:19.111Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.111Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:19.111Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-05-08T17:23:19.112Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e5353724-4b5b-462c-a23e-0d1af60aefce 2022-05-08T17:23:19.112Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5353724-4b5b-462c-a23e-0d1af60aefce matches Tosca VF Customization UUID: e5353724-4b5b-462c-a23e-0d1af60aefce 2022-05-08T17:23:19.112Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e5353724-4b5b-462c-a23e-0d1af60aefce matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T17:23:19.114Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.114Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:19.114Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e5353724-4b5b-462c-a23e-0d1af60aefce: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-08T17:23:19.115Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3049a5a0 2022-05-08T17:23:19.115Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.115Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T17:23:19.115Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd29f3e5-dd7d-4497-9723-afbc6265a5af 2022-05-08T17:23:19.115Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd29f3e5-dd7d-4497-9723-afbc6265a5af Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T17:23:19.117Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.118Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-08T17:23:19.118Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:23:19.118Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.118Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-08T17:23:19.118Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:23:19.118Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.119Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-08T17:23:19.119Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-08T17:23:19.119Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-08T17:23:19.119Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=622888a3-a086-4899-903f-e874eb602f4c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T17:23:19.121Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.121Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-08T17:23:19.121Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:23:19.121Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.121Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-08T17:23:19.122Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=e5353724-4b5b-462c-a23e-0d1af60aefce Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:23:19.124Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.124Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:19.124Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 80862dba-26f6-4c16-a4b1-7149311fdb24: basicclamp 2022-05-08T17:23:19.124Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.124Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:19.125Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.125Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:19.125Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.125Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:19.125Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.125Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:19.125Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:23:19.126Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:23:19.126Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:23:19.224Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 1480cae2-99fa-402f-ba4c-11ddf860bee3 1 ASDC deployResourceStructure 2022-05-08T17:23:19.224Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-08T17:23:19.225Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-08T17:23:19.225Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:23:19.225Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:19.228Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:19.228Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030599224, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:23:19.328Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:19.329Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:19.329Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:19.340Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:19.340Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:20.228Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-08T17:23:20.229Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-08T17:23:20.230Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:23:20.230Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:20.232Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:20.232Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030600228, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:23:20.333Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T17:23:20.333Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:20.334Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:20.344Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:20.344Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:21.233Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-08T17:23:21.234Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-08T17:23:21.234Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:23:21.234Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:21.235Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:21.236Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030601233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-08T17:23:21.336Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:21.336Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:21.336Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:21.346Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:21.347Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:22.236Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-08T17:23:22.237Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-08T17:23:22.237Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:23:22.237Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:22.239Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:22.239Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030602236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:23:22.339Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:22.340Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:22.340Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:22.350Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:22.350Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:23.240Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6888f613-4fe3-40df-80fb-fc12a7a02f25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:23:23.249Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6888f613-4fe3-40df-80fb-fc12a7a02f25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:23:23.251Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:23:23.251Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T17:23:23.251Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T17:23:23.251Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T17:23:23.251Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:23:23.252Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:23:23.252Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:23:23.252Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:23:23.252Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:23:23.252Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:23:23.256Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T17:23:53.257Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6888f613-4fe3-40df-80fb-fc12a7a02f25 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T17:23:53.261Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6888f613-4fe3-40df-80fb-fc12a7a02f25 and serviceModelVersionId: 80862dba-26f6-4c16-a4b1-7149311fdb24 2022-05-08T17:23:53.261Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7682b79-7b0d-465b-bb29-e2155adc9007 2022-05-08T17:23:53.262Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7682b79-7b0d-465b-bb29-e2155adc9007/model-vers/model-ver/80862dba-26f6-4c16-a4b1-7149311fdb24?depth=0 2022-05-08T17:23:53.266Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T17:23:53.291Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7682b79-7b0d-465b-bb29-e2155adc9007/model-vers/model-ver/80862dba-26f6-4c16-a4b1-7149311fdb24?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-08T17:23:53.292Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7682b79-7b0d-465b-bb29-e2155adc9007/model-vers/model-ver/80862dba-26f6-4c16-a4b1-7149311fdb24?depth=0|INFO|500||Invoke 2022-05-08T17:23:53.312Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7682b79-7b0d-465b-bb29-e2155adc9007/model-vers/model-ver/80862dba-26f6-4c16-a4b1-7149311fdb24?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T17:23:54.102Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7682b79-7b0d-465b-bb29-e2155adc9007/model-vers/model-ver/80862dba-26f6-4c16-a4b1-7149311fdb24?depth=0|INFO|500||InvokeReturn 2022-05-08T17:23:54.102Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7682b79-7b0d-465b-bb29-e2155adc9007/model-vers/model-ver/80862dba-26f6-4c16-a4b1-7149311fdb24?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-17:23:53:317-7254], vertex-id=[217240], Content-Length=[0], Date=[Sun, 08 May 2022 17:23:53 GMT], Content-Type=[application/json]} 2022-05-08T17:23:54.103Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-05-08T17:23:54.103Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T17:23:54.103Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:23:54.107Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T17:23:54.107Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6888f613-4fe3-40df-80fb-fc12a7a02f25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T17:23:54.107Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T17:23:54.108Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:54.109Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:54.109Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030634107, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:23:54.210Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:23:54.210Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:54.211Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:54.223Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:54.223Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T17:23:55.123Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T17:23:55.123Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ebb11728-4a9a-409f-a0df-115865ace120","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5ec09d53-894d-46fb-9e7c-b3e894b777f4","serviceDescription":"service","serviceInvariantUUID":"63ace2ec-6841-440c-b3c1-eb4b3e647244","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe27c133-e6c9-4e2d-9a8a-61b32b5df1fc","resourceInvariantUUID":"c5a42af5-5324-45e6-804f-34ee611ee6f9","resourceCustomizationUUID":"0e7eb37a-91ff-4872-8f31-7f1fe6f549e0","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":"MzU5NzhlMWY3NTEzN2NhMzhmOThkY2E2NDA4YWRhYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72427bd1-179b-40fc-b246-2b60d97d5871","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":"ZGI1ZWM2OThlNTkyMDk3YzRmNjE5MjY4ZTQ3NGI0OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2e7eb1a-bc4a-4ad6-bf21-611bca01107e","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":"b60efb2f-c495-47b5-91d5-4dacc1806a33","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":"cedeebcb-937f-4038-b7d7-5be56c9fbc75","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":"a01157a3-90ca-44c4-838e-943c89d87e21","artifactVersion":"2","generatedFromUUID":"b60efb2f-c495-47b5-91d5-4dacc1806a33"},{"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":"MGY0OTAxMmI4Mjc1ODM3MWIxODcwNTYxOTFlMTBiYmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"00c262b8-0896-4c3f-a7e4-191b0232cc4a","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":"Y2QzOTFjYmVjZmI4MGUzZGJmZjBiZDYzOGVlNzk1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a031f3e-ec76-431f-a1da-fef8e9f0cd38","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzliZDQwNzg1YWQ0OTc4MzMyYTZiYzUzNjViNjNlMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5be4f07e-4d7a-47f4-b8c0-e0b15c749d36","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T17:23:55.123Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:55.123Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:55.125Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:55.125Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:55.225Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:55.226Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:55.226Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:55.236Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:55.236Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:56.125Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:56.126Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:56.128Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:56.128Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:23:56.229Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:23:56.229Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:56.229Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:56.240Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:56.240Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:57.129Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:57.130Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:57.131Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:57.131Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T17:23:57.232Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:57.232Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:57.233Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:57.244Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:57.244Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:58.132Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:58.133Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:58.134Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:58.135Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:23:58.235Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:58.236Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:58.236Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:58.246Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:58.246Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:23:59.135Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:23:59.136Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:23:59.138Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:23:59.138Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T17:23:59.238Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:23:59.239Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:23:59.239Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:23:59.248Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:23:59.248Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:00.139Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:24:00.140Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:24:00.142Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:24:00.142Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:24:00.243Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:24:00.243Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:24:00.244Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:00.254Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:00.255Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:01.143Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:24:01.144Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:24:01.146Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:24:01.146Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:24:01.246Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:24:01.247Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:24:01.247Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:01.259Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:01.259Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:02.147Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:24:02.148Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:24:02.150Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:24:02.150Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:24:02.250Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:24:02.251Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:24:02.251Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:02.261Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:02.261Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:03.151Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "5ec09d53-894d-46fb-9e7c-b3e894b777f4", "serviceDescription": "service", "serviceInvariantUUID": "63ace2ec-6841-440c-b3c1-eb4b3e647244", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "0e7eb37a-91ff-4872-8f31-7f1fe6f549e0", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fe27c133-e6c9-4e2d-9a8a-61b32b5df1fc", "resourceInvariantUUID": "c5a42af5-5324-45e6-804f-34ee611ee6f9", "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": "ZGI1ZWM2OThlNTkyMDk3YzRmNjE5MjY4ZTQ3NGI0OWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d2e7eb1a-bc4a-4ad6-bf21-611bca01107e", "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": "b60efb2f-c495-47b5-91d5-4dacc1806a33", "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": "a01157a3-90ca-44c4-838e-943c89d87e21", "generatedFromUUID": "b60efb2f-c495-47b5-91d5-4dacc1806a33" }, "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": "a01157a3-90ca-44c4-838e-943c89d87e21", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzliZDQwNzg1YWQ0OTc4MzMyYTZiYzUzNjViNjNlMTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5be4f07e-4d7a-47f4-b8c0-e0b15c749d36" } ], "workloadContext": "Production" } 2022-05-08T17:24:03.151Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T17:24:03.152Z|6888f613-4fe3-40df-80fb-fc12a7a02f25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5ec09d53-894d-46fb-9e7c-b3e894b777f4 ASDC 2022-05-08T17:24:03.152Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ebb11728-4a9a-409f-a0df-115865ace120 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:5ec09d53-894d-46fb-9e7c-b3e894b777f4 ServiceInvariantUUID:63ace2ec-6841-440c-b3c1-eb4b3e647244 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:5be4f07e-4d7a-47f4-b8c0-e0b15c749d36 ArtifactChecksum:YzliZDQwNzg1YWQ0OTc4MzMyYTZiYzUzNjViNjNlMTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:0e7eb37a-91ff-4872-8f31-7f1fe6f549e0 ResourceInvariantUUID:c5a42af5-5324-45e6-804f-34ee611ee6f9 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:fe27c133-e6c9-4e2d-9a8a-61b32b5df1fc 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:d2e7eb1a-bc4a-4ad6-bf21-611bca01107e ArtifactChecksum:ZGI1ZWM2OThlNTkyMDk3YzRmNjE5MjY4ZTQ3NGI0OWM= 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:b60efb2f-c495-47b5-91d5-4dacc1806a33 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:a01157a3-90ca-44c4-838e-943c89d87e21 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:a01157a3-90ca-44c4-838e-943c89d87e21 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T17:24:03.152Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ec09d53-894d-46fb-9e7c-b3e894b777f4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:24:03.184Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:24:03.185Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:24:03.185Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:24:03.185Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5be4f07e-4d7a-47f4-b8c0-e0b15c749d36 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-08T17:24:03.185Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:24:03.185Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-08T17:24:03.239Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:24:03.244Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5be4f07e-4d7a-47f4-b8c0-e0b15c749d36 78817 2022-05-08T17:24:03.245Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-08T17:24:03.245Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-08T17:24:03.245Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:24:03.245Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:24:03.247Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:24:03.247Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030643245, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:24:03.348Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:24:03.348Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:24:03.348Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:03.359Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:03.360Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:04.248Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:24:04.249Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:24:04.249Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5be4f07e-4d7a-47f4-b8c0-e0b15c749d36, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:04.250Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-08T17:24:04.250Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:04.250Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:04.331Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5645034835933808941/Definitions/service-BasicVmMacro-template.yml 2022-05-08T17:24:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:24:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:24:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:04.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:04.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:24:04.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:24:04.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-08T17:24:05.232Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T17:24:05.232Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-08T17:24:05.232Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:05.232Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-08T17:24:05.232Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:05.232Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:05.232Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:05.232Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T17:24:05.233Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T17:24:05.234Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.235Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T17:24:05.235Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:24:05.235Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.235Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T17:24:05.235Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:24:05.235Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.235Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T17:24:05.235Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:24:05.235Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.235Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=daf32464-b022-427a-9002-a190647946c3 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:05.236Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:5ec09d53-894d-46fb-9e7c-b3e894b777f4 Model Version:NULL Model InvariantUuid:63ace2ec-6841-440c-b3c1-eb4b3e647244 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:87463489-73dd-4f79-b5d7-230820a23327 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c5a42af5-5324-45e6-804f-34ee611ee6f9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0e7eb37a-91ff-4872-8f31-7f1fe6f549e0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3b20e491-5231-4707-a86f-e4f16899f274 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:e2fa8506-1299-4cc4-9da8-02b0536eed12 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:daf32464-b022-427a-9002-a190647946c3 ModelInvariantUuid:4131fe03-534f-4c6c-9d5c-0a94ed827b9f ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:3c576f5f-c0ed-4d90-b015-e4a2e541fa63 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:5a643322-be4d-49f7-8fde-f6f2c1e95cf3 ModelInvariantUuid:48fc46d0-a243-4d46-925d-cd45306f9320 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:c8b32838-7a41-41f4-a989-2073f6bd2494 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T17:24:05.246Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fe27c133-e6c9-4e2d-9a8a-61b32b5df1fc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:24:05.249Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2022-05-08T17:24:05.249Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe27c133-e6c9-4e2d-9a8a-61b32b5df1fc 2022-05-08T17:24:05.249Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d2e7eb1a-bc4a-4ad6-bf21-611bca01107e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-08T17:24:05.249Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:24:05.249Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-08T17:24:05.290Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:24:05.291Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d2e7eb1a-bc4a-4ad6-bf21-611bca01107e 792 2022-05-08T17:24:05.291Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-08T17:24:05.291Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-08T17:24:05.291Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:24:05.291Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:24:05.293Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:24:05.293Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030645291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:24:05.393Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:24:05.394Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:24:05.394Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:05.404Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:05.405Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:06.293Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3b20e491-5231-4707-a86f-e4f16899f274", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e2fa8506-1299-4cc4-9da8-02b0536eed12", "vfModuleModelCustomizationUUID": "3d516c08-2959-46c9-99f6-123635df185c", "isBase": true, "artifacts": [ "b60efb2f-c495-47b5-91d5-4dacc1806a33", "a01157a3-90ca-44c4-838e-943c89d87e21" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T17:24:06.296Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e2fa8506-1299-4cc4-9da8-02b0536eed12 VfModuleModelInvariantUUID:3b20e491-5231-4707-a86f-e4f16899f274 VfModuleModelDescription:NULL Artifacts UUID List:{ b60efb2f-c495-47b5-91d5-4dacc1806a33 , a01157a3-90ca-44c4-838e-943c89d87e21 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T17:24:06.298Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3b20e491-5231-4707-a86f-e4f16899f274", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e2fa8506-1299-4cc4-9da8-02b0536eed12", "vfModuleModelCustomizationUUID": "3d516c08-2959-46c9-99f6-123635df185c", "isBase": true, "artifacts": [ "b60efb2f-c495-47b5-91d5-4dacc1806a33", "a01157a3-90ca-44c4-838e-943c89d87e21" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T17:24:06.298Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e2fa8506-1299-4cc4-9da8-02b0536eed12 VfModuleModelInvariantUUID:3b20e491-5231-4707-a86f-e4f16899f274 VfModuleModelDescription:NULL Artifacts UUID List:{ b60efb2f-c495-47b5-91d5-4dacc1806a33 , a01157a3-90ca-44c4-838e-943c89d87e21 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T17:24:06.298Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b60efb2f-c495-47b5-91d5-4dacc1806a33 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-08T17:24:06.298Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:24:06.299Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-08T17:24:06.339Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:24:06.339Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b60efb2f-c495-47b5-91d5-4dacc1806a33 5033 2022-05-08T17:24:06.340Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-08T17:24:06.340Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-08T17:24:06.340Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:24:06.340Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:24:06.343Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:24:06.343Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030646340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:24:06.443Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:24:06.444Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:24:06.445Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:06.456Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:06.456Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:07.343Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a01157a3-90ca-44c4-838e-943c89d87e21 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-08T17:24:07.344Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:24:07.344Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-08T17:24:07.381Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:24:07.382Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a01157a3-90ca-44c4-838e-943c89d87e21 903 2022-05-08T17:24:07.382Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-08T17:24:07.382Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-08T17:24:07.382Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:24:07.383Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:24:07.384Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:24:07.384Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030647382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:24:07.485Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:24:07.485Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:24:07.485Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:07.496Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:07.496Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:08.385Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5ec09d53-894d-46fb-9e7c-b3e894b777f4 2022-05-08T17:24:08.386Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 fe27c133-e6c9-4e2d-9a8a-61b32b5df1fc ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:24:08.399Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e874a9c, org.onap.sdc.toscaparser.api.parameters.Input@215c6587, org.onap.sdc.toscaparser.api.parameters.Input@7491fa8f, org.onap.sdc.toscaparser.api.parameters.Input@69a69196, org.onap.sdc.toscaparser.api.parameters.Input@2db1e594] 2022-05-08T17:24:08.400Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.400Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:08.400Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-05-08T17:24:08.401Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0e7eb37a-91ff-4872-8f31-7f1fe6f549e0 2022-05-08T17:24:08.401Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0e7eb37a-91ff-4872-8f31-7f1fe6f549e0 matches Tosca VF Customization UUID: 0e7eb37a-91ff-4872-8f31-7f1fe6f549e0 2022-05-08T17:24:08.401Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0e7eb37a-91ff-4872-8f31-7f1fe6f549e0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T17:24:08.429Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.429Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:08.430Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0e7eb37a-91ff-4872-8f31-7f1fe6f549e0: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-05-08T17:24:08.431Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49ca1e25 2022-05-08T17:24:08.431Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.431Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T17:24:08.431Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d516c08-2959-46c9-99f6-123635df185c 2022-05-08T17:24:08.431Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d516c08-2959-46c9-99f6-123635df185c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T17:24:08.434Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.434Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T17:24:08.434Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:24:08.435Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.435Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T17:24:08.435Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:24:08.435Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.435Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-08T17:24:08.435Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-08T17:24:08.435Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T17:24:08.436Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=daf32464-b022-427a-9002-a190647946c3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T17:24:08.438Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.438Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T17:24:08.438Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:24:08.438Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.438Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T17:24:08.438Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0e7eb37a-91ff-4872-8f31-7f1fe6f549e0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:24:08.440Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.440Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:08.440Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5ec09d53-894d-46fb-9e7c-b3e894b777f4: basic_vm_macro 2022-05-08T17:24:08.440Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.440Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:08.440Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.440Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:08.441Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.441Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:08.441Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.441Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:08.441Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:24:08.441Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:24:08.441Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:24:08.533Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro fe27c133-e6c9-4e2d-9a8a-61b32b5df1fc 1 ASDC deployResourceStructure 2022-05-08T17:24:08.534Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-08T17:24:08.534Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-08T17:24:08.534Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:24:08.534Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:24:08.537Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:24:08.537Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030648534, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:24:08.637Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:24:08.638Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:24:08.638Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:08.651Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:08.651Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:09.538Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-08T17:24:09.538Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-08T17:24:09.538Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:24:09.538Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:24:09.540Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:24:09.540Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030649537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:24:09.640Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:24:09.641Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:24:09.641Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:09.651Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:09.652Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:10.540Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-08T17:24:10.541Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-08T17:24:10.541Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:24:10.541Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:24:10.543Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:24:10.543Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030650540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-08T17:24:10.644Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:24:10.644Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:24:10.644Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:10.655Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:10.656Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:11.543Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-08T17:24:11.544Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-08T17:24:11.544Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:24:11.544Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:24:11.545Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:24:11.545Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030651543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:24:11.646Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:24:11.646Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:24:11.646Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:24:11.656Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:24:11.657Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:24:12.546Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebb11728-4a9a-409f-a0df-115865ace120 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:24:12.558Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebb11728-4a9a-409f-a0df-115865ace120 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:24:12.559Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:24:12.560Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:24:12.560Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:24:42.560Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebb11728-4a9a-409f-a0df-115865ace120 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:24:42.582Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebb11728-4a9a-409f-a0df-115865ace120 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:24:42.584Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:24:42.584Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:24:42.584Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:25:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:25:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:25:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:25:04.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:25:04.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:25:04.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "aai-ml", "timestamp": 1652030582838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:25:04.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:25:12.585Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebb11728-4a9a-409f-a0df-115865ace120 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:25:12.595Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebb11728-4a9a-409f-a0df-115865ace120 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:25:12.597Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:25:12.597Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:25:12.597Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:25:42.598Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebb11728-4a9a-409f-a0df-115865ace120 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:25:42.611Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebb11728-4a9a-409f-a0df-115865ace120 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:25:42.613Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:25:42.613Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:25:42.613Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:26:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:26:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:26:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:04.350Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:04.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "cds", "timestamp": 1652030584581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.364Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ebb11728-4a9a-409f-a0df-115865ace120 2022-05-08T17:26:04.365Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb11728-4a9a-409f-a0df-115865ace120 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "ves-openapi-manager", "timestamp": 1652030582226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "policy-id", "timestamp": 1652030580419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "aai-ml", "timestamp": 1652030582838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "ves-openapi-manager", "timestamp": 1652030582226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "policy-id", "timestamp": 1652030580419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030585477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "aai-ml", "timestamp": 1652030582838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "ves-openapi-manager", "timestamp": 1652030582226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "policy-id", "timestamp": 1652030580419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030585477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "aai-ml", "timestamp": 1652030582838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "ves-openapi-manager", "timestamp": 1652030582226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "policy-id", "timestamp": 1652030580419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030585477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "aai-ml", "timestamp": 1652030582838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "ves-openapi-manager", "timestamp": 1652030582226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030585477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "policy-id", "timestamp": 1652030589116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "aai-ml", "timestamp": 1652030582838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "ves-openapi-manager", "timestamp": 1652030582226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030585477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "policy-id", "timestamp": 1652030590120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "aai-ml", "timestamp": 1652030582838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030590699, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030585477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "policy-id", "timestamp": 1652030591123, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.384Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebb11728-4a9a-409f-a0df-115865ace120 2022-05-08T17:26:04.384Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb11728-4a9a-409f-a0df-115865ace120 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "aai-ml", "timestamp": 1652030591532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.393Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030591703, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030585477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030593098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030585477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030594364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030594839, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-08T17:26:04.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030595471, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030595665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030595843, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030596697, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "clamp", "timestamp": 1652030596846, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.400Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 6888f613-4fe3-40df-80fb-fc12a7a02f25 2022-05-08T17:26:04.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6888f613-4fe3-40df-80fb-fc12a7a02f25 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030597072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030598090, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030598095, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.415Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebb11728-4a9a-409f-a0df-115865ace120 2022-05-08T17:26:04.416Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb11728-4a9a-409f-a0df-115865ace120 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T17:26:04.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "multicloud-k8s-id", "timestamp": 1652030599099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030598581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030599224, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030598581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030600228, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030600419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "aai-ml", "timestamp": 1652030601069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030598581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030601233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030600419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "aai-ml", "timestamp": 1652030602073, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.431Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ebb11728-4a9a-409f-a0df-115865ace120 2022-05-08T17:26:04.431Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb11728-4a9a-409f-a0df-115865ace120 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030598581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030602236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "ves-openapi-manager", "timestamp": 1652030602225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030600419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-08T17:26:04.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030598581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "ves-openapi-manager", "timestamp": 1652030602225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030600419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030598581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030603875, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "ves-openapi-manager", "timestamp": 1652030602225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "clamp", "timestamp": 1652030578786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030600419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030598581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030603875, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "ves-openapi-manager", "timestamp": 1652030602225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030600419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030605477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030598581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030603875, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "ves-openapi-manager", "timestamp": 1652030602225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030600419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030605477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030607471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030603875, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "ves-openapi-manager", "timestamp": 1652030602225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030600419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030605477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-08T17:26:04.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030603875, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "ves-openapi-manager", "timestamp": 1652030602225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030600419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030605477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030603875, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030609733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "ves-openapi-manager", "timestamp": 1652030602225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030600419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030605477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030603875, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030610737, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.455Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ebb11728-4a9a-409f-a0df-115865ace120 2022-05-08T17:26:04.455Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb11728-4a9a-409f-a0df-115865ace120 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "ves-openapi-manager", "timestamp": 1652030602225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030605477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-08T17:26:04.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030611144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030603875, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "ves-openapi-manager", "timestamp": 1652030602225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030605477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030612148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.465Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030603875, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "clamp", "timestamp": 1652030612704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030605477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "policy-id", "timestamp": 1652030613150, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.480Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b3b065c-bc8e-4615-9744-44675825aa77 2022-05-08T17:26:04.481Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b3b065c-bc8e-4615-9744-44675825aa77 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030612838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030603875, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030605477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030612838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030614593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030605477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030612838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "clamp", "timestamp": 1652030615709, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "cds", "timestamp": 1652030615834, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.498Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b3b065c-bc8e-4615-9744-44675825aa77 2022-05-08T17:26:04.498Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b3b065c-bc8e-4615-9744-44675825aa77 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030616173, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030612838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "clamp", "timestamp": 1652030616712, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.512Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ebb11728-4a9a-409f-a0df-115865ace120 2022-05-08T17:26:04.512Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb11728-4a9a-409f-a0df-115865ace120 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030617217, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030612838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030618261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030617715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030612838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030619309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030617715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030612838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030617715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030620418, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.529Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b3b065c-bc8e-4615-9744-44675825aa77 2022-05-08T17:26:04.529Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b3b065c-bc8e-4615-9744-44675825aa77 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T17:26:04.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030612838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030617715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652030621421, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030612838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030617715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030612838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030617715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030623689, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030617715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030617715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030617715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030617715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030628581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030628581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030628581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030628581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030628581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6888f613-4fe3-40df-80fb-fc12a7a02f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030634107, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030628581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030634967, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030628581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030635346, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "aai-ml", "timestamp": 1652030635970, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.548Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b3b065c-bc8e-4615-9744-44675825aa77 2022-05-08T17:26:04.549Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b3b065c-bc8e-4615-9744-44675825aa77 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030628581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030628581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030628581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030638748, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T17:26:04.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030639380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "clamp", "timestamp": 1652030639751, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.564Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4b3b065c-bc8e-4615-9744-44675825aa77 2022-05-08T17:26:04.564Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b3b065c-bc8e-4615-9744-44675825aa77 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:04.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030641586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:26:04.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:04.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030584333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:04.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-08T17:26:04.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030642590, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:04.580Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b3b065c-bc8e-4615-9744-44675825aa77 2022-05-08T17:26:04.580Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b3b065c-bc8e-4615-9744-44675825aa77 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:26:04.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T17:26:04.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030643245, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:04.591Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:26:12.613Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebb11728-4a9a-409f-a0df-115865ace120 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:26:12.626Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebb11728-4a9a-409f-a0df-115865ace120 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:26:12.628Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:26:12.628Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T17:26:12.628Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T17:26:12.628Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T17:26:12.628Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:26:12.628Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:26:12.628Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:26:12.628Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:26:12.628Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:26:12.628Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:26:12.628Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:26:12.633Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T17:26:42.633Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebb11728-4a9a-409f-a0df-115865ace120 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T17:26:42.640Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebb11728-4a9a-409f-a0df-115865ace120 and serviceModelVersionId: 5ec09d53-894d-46fb-9e7c-b3e894b777f4 2022-05-08T17:26:42.640Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63ace2ec-6841-440c-b3c1-eb4b3e647244 2022-05-08T17:26:42.641Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63ace2ec-6841-440c-b3c1-eb4b3e647244/model-vers/model-ver/5ec09d53-894d-46fb-9e7c-b3e894b777f4?depth=0 2022-05-08T17:26:42.646Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T17:26:42.671Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63ace2ec-6841-440c-b3c1-eb4b3e647244/model-vers/model-ver/5ec09d53-894d-46fb-9e7c-b3e894b777f4?depth=0|INFO|500||Invoke 2022-05-08T17:26:42.672Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63ace2ec-6841-440c-b3c1-eb4b3e647244/model-vers/model-ver/5ec09d53-894d-46fb-9e7c-b3e894b777f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63ace2ec-6841-440c-b3c1-eb4b3e647244/model-vers/model-ver/5ec09d53-894d-46fb-9e7c-b3e894b777f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebb11728-4a9a-409f-a0df-115865ace120], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2849435-0972-489e-b2d5-9d786edaa38b], X-ECOMP-RequestID=[ebb11728-4a9a-409f-a0df-115865ace120], X-TransactionId=[], X-ONAP-RequestID=[ebb11728-4a9a-409f-a0df-115865ace120], Content-Type=[application/merge-patch+json]} 2022-05-08T17:26:42.689Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63ace2ec-6841-440c-b3c1-eb4b3e647244/model-vers/model-ver/5ec09d53-894d-46fb-9e7c-b3e894b777f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T17:26:42.969Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63ace2ec-6841-440c-b3c1-eb4b3e647244/model-vers/model-ver/5ec09d53-894d-46fb-9e7c-b3e894b777f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63ace2ec-6841-440c-b3c1-eb4b3e647244/model-vers/model-ver/5ec09d53-894d-46fb-9e7c-b3e894b777f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-17:26:42:694-28325], vertex-id=[254136], Content-Length=[0], Date=[Sun, 08 May 2022 17:26:42 GMT], Content-Type=[application/json]} 2022-05-08T17:26:42.970Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63ace2ec-6841-440c-b3c1-eb4b3e647244/model-vers/model-ver/5ec09d53-894d-46fb-9e7c-b3e894b777f4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-08T17:26:42.970Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63ace2ec-6841-440c-b3c1-eb4b3e647244/model-vers/model-ver/5ec09d53-894d-46fb-9e7c-b3e894b777f4?depth=0|INFO|500||InvokeReturn 2022-05-08T17:26:42.971Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T17:26:42.971Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:26:42.975Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T17:26:42.976Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebb11728-4a9a-409f-a0df-115865ace120 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T17:26:42.976Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T17:26:42.976Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:42.978Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:42.978Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030802976, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:26:43.079Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:26:43.079Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:43.080Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:43.094Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:43.094Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T17:26:43.991Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:26:43.992Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:26:43.992Z|ebb11728-4a9a-409f-a0df-115865ace120|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:48.286Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:48.287Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T17:26:48.287Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b3b065c-bc8e-4615-9744-44675825aa77","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"38a19259-cea0-41a4-8c33-4c059a03610e","serviceDescription":"service","serviceInvariantUUID":"42553bf7-1a7f-4955-ac09-eca571917327","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"457f2d43-9145-4388-aa4b-7b59e883427e","resourceInvariantUUID":"fefed0a6-bc0f-43ab-8841-a231895291c0","resourceCustomizationUUID":"606822a8-b2e2-47f6-9674-35191191aa7e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ0NmZjZTY3OGQyZTEyNjMzMDcwY2U0NTNjZjdlYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"812038b4-0e9b-43c0-b592-d44baa9af3c6","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YzdmZTY4YmFkN2M3OWE2YTE3YzRmZTIyZGIxYTQ0Zjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"136cf970-6bad-4f33-9806-053d24d067cf","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b7b4e07f-a2e3-476a-9b96-3c385efe98f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62836081-5c92-43d8-b131-a1bdfcd1626d","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"27fd8ffe-e9be-47f1-abef-9d6aa44c60fc","artifactVersion":"2","generatedFromUUID":"1e6332ff-6edf-4029-8af4-42b9698650e6"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5187b914-5514-4b3f-89ab-b1040e267da6","artifactVersion":"2","generatedFromUUID":"b7b4e07f-a2e3-476a-9b96-3c385efe98f8"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1e6332ff-6edf-4029-8af4-42b9698650e6","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"07bb52d6-2653-42c4-86a8-439dd8d07ee3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MDU1ZDI2N2Q4NjI3NmEwODNiZjY3YWUwY2Q3ZmIzYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eacd3081-2f03-4e3d-b889-efe818a10862","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Zjg5OGQ4ZDU3N2ZlZmUxY2FlMDZjOTlmNzgxYTAwZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"649b431b-4a84-48f0-9844-fb1e8af8ba98","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T17:26:48.289Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:26:48.289Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:48.291Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:48.291Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:48.392Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:26:48.392Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:48.392Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:48.403Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:48.403Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:26:49.292Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:26:49.292Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:49.294Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:49.294Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:26:49.394Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:26:49.395Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:49.395Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:49.405Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:49.405Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:26:50.294Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:26:50.295Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:50.297Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:50.297Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-08T17:26:50.397Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:26:50.397Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:50.398Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:50.407Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:50.407Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:26:51.297Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:26:51.298Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:51.300Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:51.300Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:51.400Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:26:51.401Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:51.401Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:51.411Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:51.411Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:26:52.301Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:26:52.302Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:52.303Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:52.303Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-08T17:26:52.404Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:26:52.404Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:52.404Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:52.415Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:52.415Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:26:53.304Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:26:53.305Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:53.307Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:53.307Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-08T17:26:53.407Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:26:53.408Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:53.408Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:53.418Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:53.418Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:26:54.307Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:26:54.308Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:54.310Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:54.311Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-08T17:26:54.411Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:26:54.411Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:54.411Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:54.421Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:54.422Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:26:55.311Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:26:55.312Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:55.314Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:55.314Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:55.414Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:26:55.415Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:55.415Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:55.425Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:55.426Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:26:56.315Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:26:56.316Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:56.317Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:56.317Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:26:56.417Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:26:56.418Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:56.418Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:56.429Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:56.430Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:26:57.317Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:26:57.318Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:57.320Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:57.320Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:26:57.420Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:26:57.421Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:57.421Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:57.431Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:57.431Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:26:58.322Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "38a19259-cea0-41a4-8c33-4c059a03610e", "serviceDescription": "service", "serviceInvariantUUID": "42553bf7-1a7f-4955-ac09-eca571917327", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "606822a8-b2e2-47f6-9674-35191191aa7e", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "457f2d43-9145-4388-aa4b-7b59e883427e", "resourceInvariantUUID": "fefed0a6-bc0f-43ab-8841-a231895291c0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "YzdmZTY4YmFkN2M3OWE2YTE3YzRmZTIyZGIxYTQ0Zjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "136cf970-6bad-4f33-9806-053d24d067cf", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b7b4e07f-a2e3-476a-9b96-3c385efe98f8", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5187b914-5514-4b3f-89ab-b1040e267da6", "generatedFromUUID": "b7b4e07f-a2e3-476a-9b96-3c385efe98f8" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "27fd8ffe-e9be-47f1-abef-9d6aa44c60fc", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5187b914-5514-4b3f-89ab-b1040e267da6", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1e6332ff-6edf-4029-8af4-42b9698650e6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "Zjg5OGQ4ZDU3N2ZlZmUxY2FlMDZjOTlmNzgxYTAwZGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "649b431b-4a84-48f0-9844-fb1e8af8ba98" } ], "workloadContext": "Production" } 2022-05-08T17:26:58.322Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T17:26:58.322Z|ebb11728-4a9a-409f-a0df-115865ace120|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 38a19259-cea0-41a4-8c33-4c059a03610e ASDC 2022-05-08T17:26:58.323Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:4b3b065c-bc8e-4615-9744-44675825aa77 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:38a19259-cea0-41a4-8c33-4c059a03610e ServiceInvariantUUID:42553bf7-1a7f-4955-ac09-eca571917327 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:649b431b-4a84-48f0-9844-fb1e8af8ba98 ArtifactChecksum:Zjg5OGQ4ZDU3N2ZlZmUxY2FlMDZjOTlmNzgxYTAwZGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:606822a8-b2e2-47f6-9674-35191191aa7e ResourceInvariantUUID:fefed0a6-bc0f-43ab-8841-a231895291c0 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:457f2d43-9145-4388-aa4b-7b59e883427e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:136cf970-6bad-4f33-9806-053d24d067cf ArtifactChecksum:YzdmZTY4YmFkN2M3OWE2YTE3YzRmZTIyZGIxYTQ0Zjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:b7b4e07f-a2e3-476a-9b96-3c385efe98f8 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:5187b914-5514-4b3f-89ab-b1040e267da6 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:27fd8ffe-e9be-47f1-abef-9d6aa44c60fc ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:5187b914-5514-4b3f-89ab-b1040e267da6 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:1e6332ff-6edf-4029-8af4-42b9698650e6 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T17:26:58.323Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38a19259-cea0-41a4-8c33-4c059a03610e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T17:26:58.363Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:26:58.363Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:26:58.363Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:26:58.363Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 649b431b-4a84-48f0-9844-fb1e8af8ba98 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-08T17:26:58.363Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:26:58.364Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-08T17:26:59.003Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:26:59.015Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 649b431b-4a84-48f0-9844-fb1e8af8ba98 158211 2022-05-08T17:26:59.015Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-08T17:26:59.015Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-08T17:26:59.015Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:26:59.015Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:26:59.016Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:26:59.017Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030819015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:26:59.117Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:26:59.118Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:26:59.118Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:26:59.128Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:26:59.128Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:00.017Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:27:00.018Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:27:00.019Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 649b431b-4a84-48f0-9844-fb1e8af8ba98, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T17:27:00.019Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-08T17:27:00.020Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T17:27:00.020Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T17:27:00.113Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4656697569970251636/Definitions/service-BasicCnfMacro-template.yml 2022-05-08T17:27:00.954Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T17:27:00.954Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-08T17:27:00.954Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T17:27:00.954Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-08T17:27:00.955Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T17:27:00.955Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T17:27:00.955Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T17:27:00.955Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T17:27:00.955Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-08T17:27:00.955Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.955Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:00.955Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T17:27:00.955Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-08T17:27:00.955Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:27:00.955Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.956Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:00.956Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T17:27:00.956Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-08T17:27:00.956Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:27:00.956Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.956Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:00.956Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.956Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-08T17:27:00.957Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-08T17:27:00.957Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-08T17:27:00.957Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T17:27:00.957Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.957Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T17:27:00.957Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.957Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T17:27:00.957Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:27:00.957Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.957Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T17:27:00.957Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=6e8c520a-496a-4dea-afe7-acb03dd3a689 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.958Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:00.959Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.959Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:00.959Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.959Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:00.959Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:00.959Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:00.959Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:38a19259-cea0-41a4-8c33-4c059a03610e Model Version:NULL Model InvariantUuid:42553bf7-1a7f-4955-ac09-eca571917327 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:0bf9ebeb-e495-4267-9d8b-8c09c8a18142 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fefed0a6-bc0f-43ab-8841-a231895291c0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:606822a8-b2e2-47f6-9674-35191191aa7e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e704ab8e-0d80-4e89-a245-4099af263559 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:6b7cd9df-18df-488b-84c7-4fb6e5712e41 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:208e5bb8-9e8b-40ed-9b40-aedc895a5809 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:ff9c86ca-4c79-44d8-a4ae-8c0b85230380 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6e8c520a-496a-4dea-afe7-acb03dd3a689 ModelInvariantUuid:7ee974c7-506d-4bc0-96ab-49851f598c33 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:76f2e378-bc10-4d32-b434-d24c4de45006 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:cc5a1db8-db2c-4326-bb10-0ec9560cafa2 ModelInvariantUuid:e7dd11f0-d1db-4ced-a4b5-be2071cbf06f ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:1a6ef7a5-0551-4962-9092-32b04b40cc63 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T17:27:00.966Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 457f2d43-9145-4388-aa4b-7b59e883427e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:27:00.971Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0 2022-05-08T17:27:00.971Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 457f2d43-9145-4388-aa4b-7b59e883427e 2022-05-08T17:27:00.971Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 136cf970-6bad-4f33-9806-053d24d067cf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-08T17:27:00.972Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:27:00.972Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-08T17:27:01.014Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:27:01.015Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 136cf970-6bad-4f33-9806-053d24d067cf 1565 2022-05-08T17:27:01.015Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-08T17:27:01.015Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-08T17:27:01.015Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:27:01.016Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:01.018Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:01.018Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030821015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:27:01.118Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:01.119Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:01.119Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:01.129Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:01.129Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:02.018Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "208e5bb8-9e8b-40ed-9b40-aedc895a5809", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ff9c86ca-4c79-44d8-a4ae-8c0b85230380", "vfModuleModelCustomizationUUID": "b7054cff-66fb-42dd-9589-871c0797a307", "isBase": true, "artifacts": [ "b7b4e07f-a2e3-476a-9b96-3c385efe98f8", "5187b914-5514-4b3f-89ab-b1040e267da6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "e704ab8e-0d80-4e89-a245-4099af263559", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b7cd9df-18df-488b-84c7-4fb6e5712e41", "vfModuleModelCustomizationUUID": "4045d27d-238d-4a2b-b74e-55d6c6a2f2f5", "isBase": false, "artifacts": [ "1e6332ff-6edf-4029-8af4-42b9698650e6" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T17:27:02.023Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ff9c86ca-4c79-44d8-a4ae-8c0b85230380 VfModuleModelInvariantUUID:208e5bb8-9e8b-40ed-9b40-aedc895a5809 VfModuleModelDescription:NULL Artifacts UUID List:{ b7b4e07f-a2e3-476a-9b96-3c385efe98f8 , 5187b914-5514-4b3f-89ab-b1040e267da6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:6b7cd9df-18df-488b-84c7-4fb6e5712e41 VfModuleModelInvariantUUID:e704ab8e-0d80-4e89-a245-4099af263559 VfModuleModelDescription:NULL Artifacts UUID List:{ 1e6332ff-6edf-4029-8af4-42b9698650e6 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-08T17:27:02.025Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "208e5bb8-9e8b-40ed-9b40-aedc895a5809", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ff9c86ca-4c79-44d8-a4ae-8c0b85230380", "vfModuleModelCustomizationUUID": "b7054cff-66fb-42dd-9589-871c0797a307", "isBase": true, "artifacts": [ "b7b4e07f-a2e3-476a-9b96-3c385efe98f8", "5187b914-5514-4b3f-89ab-b1040e267da6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "e704ab8e-0d80-4e89-a245-4099af263559", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b7cd9df-18df-488b-84c7-4fb6e5712e41", "vfModuleModelCustomizationUUID": "4045d27d-238d-4a2b-b74e-55d6c6a2f2f5", "isBase": false, "artifacts": [ "1e6332ff-6edf-4029-8af4-42b9698650e6" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T17:27:02.026Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ff9c86ca-4c79-44d8-a4ae-8c0b85230380 VfModuleModelInvariantUUID:208e5bb8-9e8b-40ed-9b40-aedc895a5809 VfModuleModelDescription:NULL Artifacts UUID List:{ b7b4e07f-a2e3-476a-9b96-3c385efe98f8 , 5187b914-5514-4b3f-89ab-b1040e267da6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:6b7cd9df-18df-488b-84c7-4fb6e5712e41 VfModuleModelInvariantUUID:e704ab8e-0d80-4e89-a245-4099af263559 VfModuleModelDescription:NULL Artifacts UUID List:{ 1e6332ff-6edf-4029-8af4-42b9698650e6 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-08T17:27:02.026Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b7b4e07f-a2e3-476a-9b96-3c385efe98f8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-08T17:27:02.026Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:27:02.026Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-08T17:27:02.066Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:27:02.066Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b7b4e07f-a2e3-476a-9b96-3c385efe98f8 914 2022-05-08T17:27:02.066Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-08T17:27:02.067Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-08T17:27:02.067Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:27:02.067Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:02.069Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:02.069Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030822066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:27:02.169Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:02.170Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:02.170Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:02.180Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:02.180Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:03.070Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 27fd8ffe-e9be-47f1-abef-9d6aa44c60fc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-08T17:27:03.070Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:27:03.071Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-08T17:27:03.111Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:27:03.112Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 27fd8ffe-e9be-47f1-abef-9d6aa44c60fc 12 2022-05-08T17:27:03.112Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-08T17:27:03.112Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-08T17:27:03.112Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:27:03.112Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:03.114Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:03.114Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030823112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:27:03.215Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:03.215Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:03.215Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:03.225Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:03.225Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:04.115Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5187b914-5514-4b3f-89ab-b1040e267da6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-08T17:27:04.116Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:27:04.116Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-08T17:27:04.154Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:27:04.154Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5187b914-5514-4b3f-89ab-b1040e267da6 96 2022-05-08T17:27:04.155Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-08T17:27:04.155Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-08T17:27:04.155Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:27:04.155Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:04.156Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:04.156Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030824154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:27:04.257Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:04.258Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:04.258Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:04.268Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:04.268Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:27:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:27:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:04.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:04.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:27:04.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030645291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:27:04.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:27:04.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:27:04.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030646340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:27:04.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:27:04.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030647382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030648534, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030649537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030650540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:27:04.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:27:04.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030651543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:27:04.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:27:05.157Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1e6332ff-6edf-4029-8af4-42b9698650e6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-08T17:27:05.157Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:27:05.158Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-08T17:27:05.199Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:27:05.200Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 1e6332ff-6edf-4029-8af4-42b9698650e6 20206 2022-05-08T17:27:05.200Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-08T17:27:05.201Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-08T17:27:05.201Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:27:05.201Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:05.203Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:05.203Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030825200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T17:27:05.303Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:05.304Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:05.304Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:05.316Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:05.316Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:06.208Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 38a19259-cea0-41a4-8c33-4c059a03610e 2022-05-08T17:27:06.209Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 457f2d43-9145-4388-aa4b-7b59e883427e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:27:06.218Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@220ff419, org.onap.sdc.toscaparser.api.parameters.Input@62c82824, org.onap.sdc.toscaparser.api.parameters.Input@27a98e3c, org.onap.sdc.toscaparser.api.parameters.Input@3d6ba646, org.onap.sdc.toscaparser.api.parameters.Input@609922ce] 2022-05-08T17:27:06.220Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.220Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:06.221Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-05-08T17:27:06.221Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 606822a8-b2e2-47f6-9674-35191191aa7e 2022-05-08T17:27:06.221Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 606822a8-b2e2-47f6-9674-35191191aa7e matches Tosca VF Customization UUID: 606822a8-b2e2-47f6-9674-35191191aa7e 2022-05-08T17:27:06.221Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 606822a8-b2e2-47f6-9674-35191191aa7e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T17:27:06.224Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.224Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:06.224Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 606822a8-b2e2-47f6-9674-35191191aa7e: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-05-08T17:27:06.224Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48b9cb05 2022-05-08T17:27:06.224Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.224Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T17:27:06.225Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4045d27d-238d-4a2b-b74e-55d6c6a2f2f5 2022-05-08T17:27:06.225Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4045d27d-238d-4a2b-b74e-55d6c6a2f2f5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T17:27:06.227Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.227Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T17:27:06.227Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:27:06.227Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.227Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T17:27:06.227Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T17:27:06.228Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.228Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T17:27:06.228Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=606822a8-b2e2-47f6-9674-35191191aa7e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:27:06.229Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.229Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:06.229Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 38a19259-cea0-41a4-8c33-4c059a03610e: basic_cnf_macro 2022-05-08T17:27:06.229Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.230Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:06.230Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.230Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:06.230Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.230Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:06.230Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.230Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:06.230Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:06.230Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:06.230Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:27:06.267Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 457f2d43-9145-4388-aa4b-7b59e883427e 2 ASDC deployResourceStructure 2022-05-08T17:27:06.267Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-08T17:27:06.268Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-08T17:27:06.268Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:27:06.268Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:06.270Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:06.270Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030826267, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:27:06.370Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:06.371Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:06.371Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:06.378Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:06.379Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:07.271Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-08T17:27:07.271Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-08T17:27:07.271Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:27:07.272Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:07.274Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:07.274Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030827271, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:27:07.374Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:07.375Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:07.375Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:07.384Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:07.384Z||pool-140-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:08.274Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-08T17:27:08.276Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-05-08T17:27:08.276Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-08T17:27:08.276Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:08.278Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:08.278Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030828274, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T17:27:08.379Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T17:27:08.379Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:08.379Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:08.388Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:08.389Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-08T17:27:09.279Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-08T17:27:09.279Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-08T17:27:09.279Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:27:09.279Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:09.281Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:09.281Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030829279, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-08T17:27:09.381Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:09.382Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:09.382Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:09.391Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:09.392Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:10.281Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-08T17:27:10.282Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-08T17:27:10.282Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-08T17:27:10.283Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:10.285Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:10.285Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030830281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T17:27:10.385Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:10.385Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:10.385Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:10.396Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:10.396Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:11.285Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-08T17:27:11.286Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-08T17:27:11.286Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:27:11.286Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:11.288Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:11.288Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030831285, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:27:11.388Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T17:27:11.389Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:11.389Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:11.398Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:11.399Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:12.289Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b3b065c-bc8e-4615-9744-44675825aa77 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:27:12.302Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b3b065c-bc8e-4615-9744-44675825aa77 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:27:12.304Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:27:12.305Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T17:27:12.305Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T17:27:12.305Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T17:27:12.305Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:27:12.305Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:27:12.305Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:27:12.305Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:27:12.306Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:27:12.306Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:27:12.306Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:27:12.311Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T17:27:42.311Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b3b065c-bc8e-4615-9744-44675825aa77 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T17:27:42.316Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b3b065c-bc8e-4615-9744-44675825aa77 and serviceModelVersionId: 38a19259-cea0-41a4-8c33-4c059a03610e 2022-05-08T17:27:42.316Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42553bf7-1a7f-4955-ac09-eca571917327 2022-05-08T17:27:42.317Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42553bf7-1a7f-4955-ac09-eca571917327/model-vers/model-ver/38a19259-cea0-41a4-8c33-4c059a03610e?depth=0 2022-05-08T17:27:42.323Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T17:27:42.345Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42553bf7-1a7f-4955-ac09-eca571917327/model-vers/model-ver/38a19259-cea0-41a4-8c33-4c059a03610e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-08T17:27:42.346Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42553bf7-1a7f-4955-ac09-eca571917327/model-vers/model-ver/38a19259-cea0-41a4-8c33-4c059a03610e?depth=0|INFO|500||Invoke 2022-05-08T17:27:42.367Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42553bf7-1a7f-4955-ac09-eca571917327/model-vers/model-ver/38a19259-cea0-41a4-8c33-4c059a03610e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T17:27:42.437Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42553bf7-1a7f-4955-ac09-eca571917327/model-vers/model-ver/38a19259-cea0-41a4-8c33-4c059a03610e?depth=0|INFO|500||InvokeReturn 2022-05-08T17:27:42.437Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42553bf7-1a7f-4955-ac09-eca571917327/model-vers/model-ver/38a19259-cea0-41a4-8c33-4c059a03610e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-17:27:42:372-68112], vertex-id=[299104], Content-Length=[0], Date=[Sun, 08 May 2022 17:27:42 GMT], Content-Type=[application/json]} 2022-05-08T17:27:42.437Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-05-08T17:27:42.438Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T17:27:42.438Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:27:42.442Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T17:27:42.442Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b3b065c-bc8e-4615-9744-44675825aa77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T17:27:42.443Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T17:27:42.443Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:42.444Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:42.444Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030862442, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:27:42.545Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:42.545Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:42.545Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:42.559Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:42.559Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T17:27:43.459Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T17:27:43.459Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b76cfe5-8c2a-4ff2-ab61-3cc33599994b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63","serviceDescription":"service","serviceInvariantUUID":"45b3a3e6-c277-48cf-999a-ba857ae5f366","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c1e3fe00-6a51-4fb3-ac21-e4ee0b816dd7","resourceInvariantUUID":"8d2b1947-cae0-4857-b571-7c35722c380d","resourceCustomizationUUID":"32a212c2-c251-40d4-b6ea-59664bb354ef","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":"MDdjODg3ZWM3Njg0OTdjNjlkYTExMDg5ZmJlZDg2YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1c543ec-1861-417e-94a4-fa744599e308","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":"639e2a4b-d461-4392-a28d-d95a6b35aa7d","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":"f6d41b32-942b-4a9f-a7f8-596ac579d25a","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":"NjExZjRjNWIxNzMyNmI3ZDIwZGQ2NjE2Mjg4OWRkODY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"63c09377-2998-4729-8329-94b7a2e650c5","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":"e5db4519-eb3b-4bc8-849b-39d353a86154","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":"706195ef-3bab-4ed7-b3d1-a45aaf4fb63c","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":"b04db195-ddfb-4028-9687-4bdb474680be","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":"ODQxMTlkYTE1NWMyNGRiMDhiY2I2NGRkNDE2OTQ1ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e10f37d7-6bc5-4b13-9be8-0770310e1e65","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YjM1NzFmNTA5MmZiMjE3ODJjMzY0MWU1OTNiMTYzMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5ed3b74-d6f1-44c2-8b37-ea0ec014584f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T17:27:43.460Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:27:43.460Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:43.463Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:43.463Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:27:43.563Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:43.564Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:43.564Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:43.577Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:43.577Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:44.463Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:27:44.464Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:44.466Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:44.466Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:27:44.566Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:44.567Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:44.567Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:44.577Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:44.577Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:45.466Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:27:45.467Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:45.468Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:45.469Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:27:45.569Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:45.570Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:45.570Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:45.580Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:45.580Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:46.469Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:27:46.470Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:46.472Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:46.472Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:27:46.572Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:46.573Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:46.573Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:46.583Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:46.583Z||pool-149-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:47.472Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:27:47.473Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:47.475Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:47.476Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:27:47.576Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:47.576Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:47.576Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:47.587Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:47.587Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:48.476Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:27:48.477Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:48.479Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:48.479Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:27:48.579Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:48.579Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:48.579Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:48.588Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:48.588Z||pool-151-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:49.479Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:27:49.480Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:49.482Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:49.482Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:27:49.582Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:49.583Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:49.583Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:49.595Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:49.595Z||pool-152-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:50.482Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:27:50.483Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:50.485Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:50.485Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:27:50.585Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T17:27:50.586Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:50.586Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:50.597Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:50.597Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:51.486Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T17:27:51.487Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:51.489Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:51.490Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:27:51.590Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:51.591Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:51.591Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:51.600Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:51.600Z||pool-154-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:52.490Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63", "serviceDescription": "service", "serviceInvariantUUID": "45b3a3e6-c277-48cf-999a-ba857ae5f366", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "32a212c2-c251-40d4-b6ea-59664bb354ef", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c1e3fe00-6a51-4fb3-ac21-e4ee0b816dd7", "resourceInvariantUUID": "8d2b1947-cae0-4857-b571-7c35722c380d", "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": "YjM1NzFmNTA5MmZiMjE3ODJjMzY0MWU1OTNiMTYzMTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a5ed3b74-d6f1-44c2-8b37-ea0ec014584f" } ], "workloadContext": "Production" } 2022-05-08T17:27:52.491Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T17:27:52.491Z|4b3b065c-bc8e-4615-9744-44675825aa77|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63 ASDC 2022-05-08T17:27:52.491Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b76cfe5-8c2a-4ff2-ab61-3cc33599994b ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63 ServiceInvariantUUID:45b3a3e6-c277-48cf-999a-ba857ae5f366 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:a5ed3b74-d6f1-44c2-8b37-ea0ec014584f ArtifactChecksum:YjM1NzFmNTA5MmZiMjE3ODJjMzY0MWU1OTNiMTYzMTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:32a212c2-c251-40d4-b6ea-59664bb354ef ResourceInvariantUUID:8d2b1947-cae0-4857-b571-7c35722c380d ResourceName:test-pnf ResourceType:PNF ResourceUUID:c1e3fe00-6a51-4fb3-ac21-e4ee0b816dd7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-08T17:27:52.491Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:27:52.512Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:27:52.512Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:27:52.512Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:27:52.513Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a5ed3b74-d6f1-44c2-8b37-ea0ec014584f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-08T17:27:52.513Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-08T17:27:52.513Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-08T17:27:53.292Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-08T17:27:53.298Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a5ed3b74-d6f1-44c2-8b37-ea0ec014584f 105656 2022-05-08T17:27:53.298Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-08T17:27:53.299Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-08T17:27:53.299Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T17:27:53.299Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:53.300Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:53.301Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030873298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:27:53.401Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:53.401Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:53.402Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:53.411Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:53.411Z||pool-155-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:54.301Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T17:27:54.302Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-08T17:27:54.303Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a5ed3b74-d6f1-44c2-8b37-ea0ec014584f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.303Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.304Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.305Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.380Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9633383266210930432/Definitions/service-TestPnfMacro-template.yml 2022-05-08T17:27:54.903Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T17:27:54.903Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-08T17:27:54.903Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.903Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-08T17:27:54.903Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-08T17:27:54.904Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T17:27:54.905Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:54.905Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:54.905Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:54.905Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:54.905Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:54.905Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:54.905Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:54.905Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:54.905Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:54.905Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:54.905Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63 Model Version:NULL Model InvariantUuid:45b3a3e6-c277-48cf-999a-ba857ae5f366 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T17:27:54.912Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: c1e3fe00-6a51-4fb3-ac21-e4ee0b816dd7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:27:54.914Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||test-pnf 0 2022-05-08T17:27:54.914Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c1e3fe00-6a51-4fb3-ac21-e4ee0b816dd7 2022-05-08T17:27:54.915Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63 2022-05-08T17:27:54.915Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63 2022-05-08T17:27:54.915Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c1e3fe00-6a51-4fb3-ac21-e4ee0b816dd7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:27:54.919Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64fa5058, org.onap.sdc.toscaparser.api.parameters.Input@7e8b5ea3, org.onap.sdc.toscaparser.api.parameters.Input@3df984cd, org.onap.sdc.toscaparser.api.parameters.Input@37713b25, org.onap.sdc.toscaparser.api.parameters.Input@1bfc503] 2022-05-08T17:27:54.919Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:54.919Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:54.919Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63: test-pnf 2022-05-08T17:27:54.920Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||Processing PNF resource: c1e3fe00-6a51-4fb3-ac21-e4ee0b816dd7 2022-05-08T17:27:54.920Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T17:27:54.920Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T17:27:54.920Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||Resource customization UUID: 32a212c2-c251-40d4-b6ea-59664bb354ef is the same as notified resource customizationUUID: 32a212c2-c251-40d4-b6ea-59664bb354ef Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-08T17:27:54.961Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c1e3fe00-6a51-4fb3-ac21-e4ee0b816dd7 0 ASDC deployResourceStructure 2022-05-08T17:27:54.961Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-08T17:27:54.961Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-08T17:27:54.961Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T17:27:54.962Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:27:54.963Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:27:54.963Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030874961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:27:55.063Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:27:55.064Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:27:55.064Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:27:55.073Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:27:55.073Z||pool-156-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T17:27:55.964Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:27:55.975Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:27:55.977Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:27:55.977Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:27:55.977Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:28:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:28:04.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:28:04.337Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:28:04.361Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:28:04.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030742226, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030740419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "cds", "timestamp": 1652030738875, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "multicloud-k8s-id", "timestamp": 1652030745477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030742226, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030740419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "cds", "timestamp": 1652030738875, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "multicloud-k8s-id", "timestamp": 1652030745477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030742226, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030740419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "cds", "timestamp": 1652030738875, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "multicloud-k8s-id", "timestamp": 1652030745477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030742226, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030740419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "cds", "timestamp": 1652030738875, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "multicloud-k8s-id", "timestamp": 1652030745477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030748581, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030742226, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030740419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "cds", "timestamp": 1652030738875, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "multicloud-k8s-id", "timestamp": 1652030745477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030748581, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030742226, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030740419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "cds", "timestamp": 1652030738875, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "multicloud-k8s-id", "timestamp": 1652030745477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030748581, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030742226, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030740419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "cds", "timestamp": 1652030738875, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "multicloud-k8s-id", "timestamp": 1652030745477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030748581, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030742226, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030740419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "cds", "timestamp": 1652030738875, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "multicloud-k8s-id", "timestamp": 1652030745477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030748581, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030742226, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030740419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "cds", "timestamp": 1652030738875, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "multicloud-k8s-id", "timestamp": 1652030745477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030748581, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030754969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "cds", "timestamp": 1652030754975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030754984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030748581, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030755987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030755987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "cds", "timestamp": 1652030756186, "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=? 2022-05-08T17:28:04.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b 2022-05-08T17:28:04.377Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:28:04.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030748581, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "ves-openapi-manager", "timestamp": 1652030756988, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:28:04.390Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b 2022-05-08T17:28:04.390Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:28:04.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "policy-id", "timestamp": 1652030756989, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:28:04.404Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b 2022-05-08T17:28:04.404Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:28:04.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030748581, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:28:04.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030758383, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:28:04.412Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:28:04.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030758786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030760128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:28:04.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:28:04.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030758786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652030761131, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:28:04.418Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b 2022-05-08T17:28:04.418Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:28:04.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030758786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030758786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030758786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:04.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:28:04.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030762838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:28:04.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:28:25.977Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:28:25.987Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:28:25.990Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:28:25.990Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:28:25.990Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:28:55.990Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:28:56.000Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:28:56.003Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:28:56.003Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T17:28:56.003Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T17:29:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:29:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:29:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:29:04.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:29:04.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030758786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030762838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030758786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030762838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030758786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030762838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030758786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030762838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030762838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030762838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030762838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030762838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030772579, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030772730, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030774739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "clamp", "timestamp": 1652030775742, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:29:04.362Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b 2022-05-08T17:29:04.362Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:29:04.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030777794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:29:04.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:29:04.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "aai-ml", "timestamp": 1652030778798, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:29:04.375Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b 2022-05-08T17:29:04.375Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T17:29:04.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb11728-4a9a-409f-a0df-115865ace120", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030802976, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:29:04.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:29:04.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T17:29:04.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030819015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:29:04.386Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:29:04.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030821015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T17:29:04.386Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:29:04.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030822066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T17:29:04.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:29:04.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030823112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:29:04.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:29:04.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T17:29:04.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030824154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-08T17:29:04.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:29:26.003Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:29:26.016Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T17:29:26.018Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T17:29:26.018Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T17:29:26.018Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T17:29:26.018Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T17:29:26.018Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:29:26.018Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:29:26.018Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:29:26.019Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:29:26.019Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:29:26.019Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:29:26.019Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T17:29:26.019Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T17:29:26.025Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T17:29:56.025Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T17:29:56.031Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b and serviceModelVersionId: 78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63 2022-05-08T17:29:56.031Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45b3a3e6-c277-48cf-999a-ba857ae5f366 2022-05-08T17:29:56.032Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45b3a3e6-c277-48cf-999a-ba857ae5f366/model-vers/model-ver/78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63?depth=0 2022-05-08T17:29:56.036Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T17:29:56.059Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b3a3e6-c277-48cf-999a-ba857ae5f366/model-vers/model-ver/78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63?depth=0|INFO|500||Invoke 2022-05-08T17:29:56.059Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b3a3e6-c277-48cf-999a-ba857ae5f366/model-vers/model-ver/78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b3a3e6-c277-48cf-999a-ba857ae5f366/model-vers/model-ver/78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b76cfe5-8c2a-4ff2-ab61-3cc33599994b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c593f2bf-b1fb-4709-9562-536b05f85e52], X-ECOMP-RequestID=[5b76cfe5-8c2a-4ff2-ab61-3cc33599994b], X-TransactionId=[], X-ONAP-RequestID=[5b76cfe5-8c2a-4ff2-ab61-3cc33599994b], Content-Type=[application/merge-patch+json]} 2022-05-08T17:29:56.082Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b3a3e6-c277-48cf-999a-ba857ae5f366/model-vers/model-ver/78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T17:29:56.365Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b3a3e6-c277-48cf-999a-ba857ae5f366/model-vers/model-ver/78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b3a3e6-c277-48cf-999a-ba857ae5f366/model-vers/model-ver/78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220508-17:29:56:086-58790], vertex-id=[282688], Content-Length=[0], Date=[Sun, 08 May 2022 17:29:56 GMT], Content-Type=[application/json]} 2022-05-08T17:29:56.365Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b3a3e6-c277-48cf-999a-ba857ae5f366/model-vers/model-ver/78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-08T17:29:56.365Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b3a3e6-c277-48cf-999a-ba857ae5f366/model-vers/model-ver/78b1acd7-cbf6-4f82-ae6f-74e9a32c8f63?depth=0|INFO|500||InvokeReturn 2022-05-08T17:29:56.366Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T17:29:56.366Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T17:29:56.370Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T17:29:56.373Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b76cfe5-8c2a-4ff2-ab61-3cc33599994b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T17:29:56.373Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T17:29:56.373Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-08T17:29:56.375Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T17:29:56.375Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030996373, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:29:56.476Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T17:29:56.476Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T17:29:56.477Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ... 2022-05-08T17:29:56.491Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:29:56.491Z||pool-157-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T17:29:57.387Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:29:57.388Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:29:57.388Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:30:04.335Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:30:04.335Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:30:04.335Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:30:04.352Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:30:04.353Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.353Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030825200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T17:30:04.353Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:30:04.353Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.357Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030826267, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T17:30:04.357Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:30:04.357Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.357Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030827271, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-08T17:30:04.357Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:30:04.357Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.357Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030828274, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030829279, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030830281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030831285, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b3b065c-bc8e-4615-9744-44675825aa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030862442, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:30:04.358Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-08T17:30:04.359Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.360Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T17:30:04.360Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-08T17:30:04.360Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.360Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030803991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T17:30:04.360Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-08T17:30:04.360Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.360Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030873298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T17:30:04.360Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:30:04.360Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T17:30:04.360Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030874961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T17:30:04.360Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:30:07.945Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:30:07.945Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:30:07.945Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:30:07.945Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:30:17.481Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:30:17.482Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:30:17.482Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:30:17.482Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:30:27.014Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:30:27.015Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:30:27.015Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:30:27.015Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:30:36.541Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:30:36.542Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:30:36.542Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:30:36.542Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:30:46.068Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:30:46.068Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:30:46.068Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:30:46.068Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:30:55.594Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:31:04.333Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:31:04.333Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:31:04.333Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:31:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:31:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:31:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:31:04.850Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:31:04.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T17:31:04.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b76cfe5-8c2a-4ff2-ab61-3cc33599994b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652030996373, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T17:31:04.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T17:31:13.865Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:32:04.333Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:32:04.333Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:32:04.333Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:32:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:32:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:32:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:32:13.868Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:32:13.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:33:04.333Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:33:04.333Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:33:04.333Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:33:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:33:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:33:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:33:13.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:33:13.893Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:34:04.332Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:34:04.333Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:34:04.333Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:34:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:34:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:34:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:34:13.869Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:34:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:35:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:35:04.333Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:35:04.333Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:35:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:35:04.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:35:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:35:13.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:35:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:36:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:36:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:36:04.334Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:36:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:36:04.336Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:36:04.336Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:36:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:36:13.868Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:37:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:37:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:37:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:37:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:37:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:37:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:37:13.869Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:37:13.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:38:04.332Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:38:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:38:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:38:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:38:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:38:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:38:13.866Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:38:13.868Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:39:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:39:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:39:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:39:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:39:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:39:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:39:13.866Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:39:13.866Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:40:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:40:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:40:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:40:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:40:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:40:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:40:13.865Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:40:13.866Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:41:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:41:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:41:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:41:04.335Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:41:04.335Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:41:04.335Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:41:13.866Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:41:13.866Z|5b76cfe5-8c2a-4ff2-ab61-3cc33599994b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:42:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:42:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:42:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:42:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:42:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:42:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:42:13.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:42:13.871Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:43:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:43:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:43:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:43:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:43:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:43:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:43:13.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:43:13.870Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:44:04.332Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:44:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:44:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:44:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:44:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:44:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:44:13.866Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:44:13.866Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:45:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:45:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:45:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:45:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:45:04.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:45:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:45:13.869Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:45:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:46:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:46:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:46:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:46:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:46:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:46:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:46:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:46:13.869Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:47:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:47:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:47:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:47:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:47:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:47:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:47:13.866Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:47:13.867Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:48:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:48:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:48:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:48:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:48:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:48:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:48:13.870Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:48:13.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:49:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:49:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:49:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:49:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:49:04.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:49:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:49:13.866Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:49:13.867Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:50:04.332Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:50:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:50:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:50:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:50:04.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:50:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:50:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:50:13.867Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:51:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:51:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:51:04.333Z|fbb5ca99-5970-4538-b696-0a96597cda74|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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:51:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T17:51:04.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T17:51:04.335Z||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 UmHXk3r530yAsVsJ) ... 2022-05-08T17:51:13.868Z|fbb5ca99-5970-4538-b696-0a96597cda74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T17:51:13.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK