JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-10-13T02:34:04.466Z||main|||||INFO|500||The following profiles are active: basic 2021-10-13T02:34:15.118Z||main|||||INFO|500||Starting service [Tomcat] 2021-10-13T02:34:15.118Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-10-13T02:34:15.210Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-10-13T02:34:17.976Z||main|||||INFO|500||catdb-pool - Starting... 2021-10-13T02:34:18.165Z||main|||||INFO|500||catdb-pool - Start completed. 2021-10-13T02:34:18.610Z||main|||||INFO|500||reqdb-pool - Starting... 2021-10-13T02:34:18.637Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-10-13T02:34:18.724Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-10-13T02:34:18.873Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-10-13T02:34:19.300Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-10-13T02:34:20.241Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-13T02:34:22.409Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-13T02:34:22.474Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-10-13T02:34:22.973Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-13T02:34:23.282Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-10-13T02:34:24.506Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-13T02:34:25.624Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-10-13T02:34:25.646Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$41d44204.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-10-13T02:34:25.647Z||main|||||WARN|500||The sdc end point is not alive 2021-10-13T02:34:28.743Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-10-13T02:34:31.906Z||main|||||WARN|500||--- 2021-10-13T02:34:31.906Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-10-13T02:34:31.907Z||main|||||WARN|500||--- 2021-10-13T02:34:32.364Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-10-13T02:34:37.477Z||main|||||INFO|500||Started Application in 37.771 seconds (JVM running for 39.079) 2021-10-13T02:34:37.493Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-13T02:34:37.494Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-13T02:34:37.536Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-13T02:34:37.570Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-13T02:34:37.661Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0e520661-d5ee-4a93-8f2c-eeafe6bfaf3c url= /sdc/v1/artifactTypes 2021-10-13T02:34:37.662Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-13T02:34:37.978Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-10-13T02:34:37.998Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-10-13T02:34:38.020Z||scheduling-1|||||DEBUG|500||create keys 2021-10-13T02:34:38.027Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-10-13T02:34:38.055Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:34:38.073Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 63efe73b-b696-45e2-8d3e-8982e9837156 url= /sdc/v1/registerForDistribution 2021-10-13T02:34:38.209Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 63efe73b-b696-45e2-8d3e-8982e9837156 url= /sdc/v1/registerForDistribution 2021-10-13T02:34:38.209Z||scheduling-1|||||INFO|500||start DistributionClient 2021-10-13T02:34:38.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:34:38.222Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:34:38.226Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-10-13T02:34:38.228Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:34:38.228Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:34:38.228Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:34:38.228Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:34:48.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:34:48.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:35:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:35:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:35:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:35:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:35:38.222Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:35:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:35:47.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:35:47.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:36:38.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:36:38.220Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:36:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:36:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:36:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:36:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:36:47.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:36:47.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:37:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:37:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:37:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:37:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:37:38.222Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:37:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:37:47.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:37:47.765Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:38:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:38:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:38:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:38:38.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:38:38.223Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:38:38.223Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:38:47.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:38:47.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:39:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:39:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:39:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:39:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:39:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:39:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:39:47.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:39:47.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:40:38.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:40:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:40:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:40:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:40:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:40:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:40:47.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:40:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:41:38.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:41:38.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:41:38.229Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:41:38.230Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:41:38.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:41:38.232Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:41:47.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:41:47.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:42:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:42:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:42:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:42:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:42:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:42:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:42:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:42:47.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:43:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:43:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:43:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:43:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:43:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:43:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:43:47.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:43:47.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:44:36.201Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-10-13T02:44:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:44:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:44:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:44:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:44:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:44:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:44:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:44:47.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:45:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:45:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:45:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:45:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:45:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:45:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:45:47.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:45:47.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:46:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:46:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:46:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:46:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:46:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:46:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:46:47.765Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:46:47.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:47:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:47:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:47:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:47:38.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:47:38.222Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:47:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:47:47.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:47:47.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:48:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:48:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:48:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:48:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:48:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:48:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:48:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:48:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:49:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:49:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:49:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:49:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:49:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:49:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:49:47.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:49:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:50:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:50:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:50:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:50:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:50:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:50:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:50:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:50:47.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:51:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:51:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:51:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:51:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:51:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:51:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:51:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:51:47.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:52:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:52:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:52:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:52:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:52:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:52:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:52:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:52:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:53:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:53:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:53:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:53:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:53:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:53:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:53:47.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:53:47.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:54:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:54:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:54:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:54:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:54:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:54:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:54:47.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:54:47.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:55:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:55:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:55:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:55:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:55:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:55:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:55:47.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:55:47.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:56:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:56:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:56:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:56:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:56:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:56:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:56:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:56:47.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:57:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:57:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:57:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:57:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:57:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:57:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:57:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:57:47.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:58:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:58:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:58:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:58:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:58:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:58:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:58:47.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:58:47.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:59:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:59:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:59:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:59:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T02:59:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T02:59:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T02:59:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T02:59:47.763Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:00:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:00:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:00:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:00:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:00:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:00:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:00:47.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:00:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:01:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:01:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:01:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:01:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:01:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:01:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:01:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:01:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:02:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:02:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:02:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:02:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:02:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:02:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:02:47.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:02:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:03:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:03:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:03:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:03:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:03:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:03:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:03:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:03:47.763Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:04:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:04:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:04:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:04:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:04:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:04:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:04:47.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:04:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:05:38.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:05:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:05:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:05:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:05:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:05:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:05:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:05:47.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:06:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:06:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:06:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:06:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:06:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:06:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:06:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:06:47.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:07:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:07:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:07:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:07:38.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:07:38.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:07:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:07:47.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:07:47.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:08:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:08:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:08:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:08:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:08:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:08:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:08:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:08:47.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:09:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:09:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:09:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:09:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:09:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:09:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:09:47.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:09:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:10:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:10:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:10:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:10:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:10:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:10:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:10:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:10:47.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:11:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:11:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:11:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:11:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:11:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:11:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:11:47.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:11:47.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:12:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:12:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:12:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:12:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:12:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:12:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:12:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:12:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:13:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:13:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:13:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:13:38.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:13:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:13:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:13:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:13:47.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:14:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:14:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:14:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:14:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:14:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:14:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:14:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:14:47.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:15:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:15:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:15:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:15:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:15:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:15:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:15:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:15:47.764Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:16:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:16:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:16:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:16:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:16:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:16:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:16:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:16:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:17:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:17:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:17:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:17:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:17:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:17:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:17:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:17:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:18:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:18:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:18:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:18:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:18:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:18:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:18:47.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:18:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:19:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:19:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:19:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:19:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:19:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:19:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:19:47.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:19:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:20:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:20:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:20:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:20:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:20:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:20:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:20:47.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:20:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:21:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:21:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:21:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:21:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:21:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:21:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:21:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:21:47.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:22:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:22:38.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:22:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:22:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:22:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:22:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:22:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:22:47.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:23:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:23:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:23:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:23:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:23:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:23:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:23:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:23:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:24:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:24:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:24:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:24:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:24:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:24:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:24:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:24:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:25:38.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:25:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:25:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:25:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:25:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:25:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:25:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:25:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:26:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:26:38.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:26:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:26:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:26:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:26:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:26:47.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:26:47.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:27:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:27:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:27:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:27:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:27:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:27:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:27:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:27:47.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:28:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:28:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:28:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:28:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:28:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:28:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:28:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:28:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:29:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:29:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:29:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:29:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:29:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:29:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:29:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:29:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:30:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:30:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:30:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:30:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:30:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:30:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:30:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:30:47.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:31:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:31:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:31:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:31:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:31:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:31:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:31:47.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:31:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:32:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:32:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:32:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:32:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:32:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:32:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:32:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:32:47.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:33:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:33:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:33:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:33:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:33:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:33:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:33:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:33:47.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:34:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:34:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:34:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:34:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:34:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:34:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:34:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:34:47.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:35:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:35:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:35:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:35:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:35:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:35:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:35:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:35:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:36:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:36:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:36:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:36:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:36:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:36:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:36:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:36:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:37:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:37:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:37:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:37:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:37:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:37:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:37:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:37:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:38:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:38:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:38:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:38:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:38:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:38:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:38:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:38:47.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:39:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:39:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:39:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:39:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:39:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:39:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:39:47.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:39:47.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:40:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:40:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:40:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:40:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:40:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:40:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:40:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:40:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:41:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:41:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:41:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:41:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:41:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:41:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:41:47.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:41:47.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:42:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:42:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:42:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:42:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:42:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:42:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:42:47.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:42:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:43:38.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:43:38.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:43:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:43:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:43:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:43:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:43:47.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:43:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:44:38.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:44:38.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:44:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:44:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:44:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:44:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:44:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:44:47.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:45:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:45:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:45:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:45:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:45:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:45:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:45:47.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:45:47.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:46:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:46:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:46:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:46:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:46:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:46:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:46:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:46:47.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:47:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:47:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:47:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:47:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:47:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:47:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:47:47.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:47:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:48:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:48:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:48:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:48:38.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:48:38.222Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:48:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:48:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:48:47.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:49:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:49:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:49:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:49:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:49:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:49:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:49:47.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:49:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:50:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:50:38.220Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:50:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:50:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:50:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:50:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:50:47.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:50:47.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:51:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:51:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:51:38.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:51:38.223Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:51:38.223Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:51:38.223Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:51:47.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:51:47.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:52:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:52:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:52:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:52:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:52:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:52:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:52:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:52:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:53:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:53:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:53:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:53:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:53:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:53:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:53:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:53:47.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:54:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:54:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:54:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:54:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:54:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:54:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:54:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:54:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:55:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:55:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:55:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:55:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:55:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:55:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:55:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:55:47.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:56:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:56:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:56:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:56:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:56:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:56:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:56:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:56:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:57:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:57:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:57:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:57:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:57:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:57:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:57:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:57:47.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:58:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:58:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:58:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:58:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:58:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:58:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:58:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:58:47.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:59:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:59:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:59:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:59:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T03:59:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T03:59:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T03:59:47.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T03:59:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:00:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:00:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:00:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:00:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:00:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:00:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:00:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:00:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:01:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:01:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:01:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:01:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:01:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:01:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:01:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:01:47.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:02:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:02:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:02:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:02:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:02:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:02:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:02:47.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:02:47.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:03:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:03:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:03:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:03:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:03:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:03:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:03:47.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:03:47.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:04:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:04:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:04:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:04:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:04:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:04:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:04:47.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:04:47.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:05:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:05:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:05:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:05:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:05:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:05:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:05:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:05:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:06:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:06:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:06:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:06:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:06:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:06:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:06:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:06:47.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:07:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:07:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:07:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:07:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:07:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:07:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:07:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:07:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:08:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:08:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:08:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:08:38.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:08:38.222Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:08:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:08:47.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:08:47.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:09:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:09:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:09:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:09:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:09:38.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:09:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:09:47.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:09:47.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:10:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:10:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:10:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:10:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:10:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:10:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:10:47.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:10:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:11:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:11:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:11:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:11:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:11:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:11:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:11:47.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:11:47.788Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:12:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:12:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:12:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:12:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:12:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:12:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:12:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:12:47.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:13:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:13:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:13:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:13:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:13:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:13:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:13:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:13:47.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:14:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:14:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:14:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:14:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:14:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:14:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:14:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:14:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:15:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:15:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:15:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:15:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:15:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:15:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:15:47.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:15:47.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:16:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:16:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:16:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:16:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:16:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:16:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:16:47.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:16:47.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:17:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:17:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:17:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:17:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:17:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:17:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:17:47.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:17:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:18:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:18:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:18:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:18:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:18:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:18:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:18:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:18:47.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:19:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:19:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:19:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:19:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:19:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:19:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:19:47.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:19:47.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:20:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:20:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:20:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:20:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:20:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:20:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:20:47.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:20:47.767Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:21:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:21:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:21:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:21:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:21:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:21:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:21:47.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:21:47.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:22:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:22:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:22:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:22:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:22:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:22:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:22:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:22:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:23:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:23:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:23:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:23:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:23:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:23:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:23:47.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:23:47.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:24:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:24:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:24:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:24:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:24:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:24:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:24:47.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:24:47.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:25:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:25:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:25:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:25:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:25:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:25:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:25:47.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:25:47.763Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:26:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:26:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:26:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:26:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:26:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:26:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:26:47.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:26:47.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:27:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:27:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:27:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:27:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:27:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:27:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:27:47.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:27:47.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:28:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:28:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:28:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:28:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:28:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:28:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:28:47.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:28:47.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:29:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:29:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:29:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:29:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:29:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:29:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:29:47.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:29:47.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:30:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:30:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:30:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:30:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:30:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:30:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:30:47.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:30:47.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:31:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:31:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:31:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:31:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:31:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:31:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:31:47.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:31:47.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:32:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:32:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:32:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:32:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:32:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:32:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:32:47.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:32:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:33:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:33:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:33:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:33:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:33:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:33:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:33:47.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:33:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:34:38.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:34:38.220Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:34:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:34:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:34:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:34:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:34:47.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:34:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:35:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:35:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:35:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:35:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:35:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:35:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:35:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:35:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:36:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:36:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:36:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:36:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:36:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:36:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:36:47.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:36:47.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:37:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:37:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:37:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:37:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:37:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:37:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:37:47.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:37:47.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:38:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:38:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:38:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:38:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:38:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:38:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:38:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:38:47.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:39:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:39:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:39:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:39:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:39:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:39:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:39:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:39:47.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:40:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:40:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:40:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:40:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:40:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:40:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:40:47.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:40:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:41:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:41:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:41:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:41:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:41:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:41:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:41:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:41:47.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:42:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:42:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:42:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:42:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:42:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:42:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:42:47.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:42:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:43:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:43:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:43:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:43:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:43:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:43:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:43:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:43:47.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:44:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:44:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:44:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:44:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:44:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:44:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:44:47.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:44:47.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:45:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:45:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:45:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:45:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:45:38.220Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:45:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:45:47.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:45:47.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:46:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:46:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:46:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:46:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:46:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:46:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:46:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:46:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:47:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:47:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:47:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:47:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:47:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:47:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:47:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:47:47.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:48:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:48:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:48:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:48:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:48:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:48:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:48:47.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:48:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:49:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:49:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:49:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:49:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:49:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:49:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:49:47.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:49:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:50:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:50:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:50:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:50:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:50:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:50:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:50:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:50:47.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:51:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:51:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:51:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:51:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:51:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:51:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:51:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:51:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:52:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:52:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:52:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:52:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:52:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:52:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:52:47.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:52:47.755Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:53:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:53:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:53:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:53:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:53:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:53:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:53:47.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:53:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:54:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:54:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:54:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:54:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:54:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:54:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:54:47.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:54:47.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:55:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:55:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:55:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:55:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:55:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:55:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:55:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:55:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:56:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:56:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:56:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:56:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:56:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:56:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:56:47.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:56:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:57:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:57:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:57:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:57:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:57:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:57:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:57:47.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:57:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:58:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:58:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:58:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:58:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:58:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:58:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:58:47.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:58:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:59:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:59:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:59:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:59:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T04:59:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T04:59:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T04:59:47.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T04:59:47.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:00:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:00:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:00:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:00:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:00:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:00:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:00:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:00:47.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:01:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:01:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:01:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:01:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:01:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:01:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:01:47.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:01:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:02:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:02:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:02:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:02:38.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:02:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:02:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:02:47.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:02:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:03:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:03:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:03:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:03:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:03:38.220Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:03:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:03:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:03:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:04:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:04:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:04:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:04:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:04:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:04:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:04:47.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:04:47.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:05:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:05:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:05:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:05:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:05:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:05:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:05:47.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:05:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:06:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:06:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:06:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:06:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:06:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:06:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:06:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:06:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:07:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:07:38.218Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:07:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:07:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:07:38.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:07:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:07:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:07:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:08:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:08:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:08:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:08:38.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:08:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:08:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:08:47.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:08:47.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:09:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:09:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:09:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:09:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:09:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:09:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:09:47.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:09:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:10:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:10:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:10:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:10:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:10:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:10:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:10:47.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:10:47.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:11:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:11:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:11:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:11:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:11:38.220Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:11:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:11:47.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:11:47.764Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:12:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:12:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:12:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:12:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:12:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:12:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:12:47.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:12:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:13:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:13:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:13:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:13:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:13:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:13:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:13:47.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:13:47.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:14:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:14:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:14:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:14:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:14:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:14:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:14:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:14:47.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:15:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:15:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:15:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:15:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:15:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:15:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:15:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:15:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:16:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:16:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:16:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:16:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:16:38.220Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:16:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:16:47.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:16:47.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:17:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:17:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:17:38.220Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:17:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:17:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:17:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:17:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:17:47.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:18:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:18:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:18:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:18:38.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:18:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:18:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:18:47.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:18:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:19:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:19:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:19:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:19:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:19:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:19:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:19:47.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:19:47.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:20:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:20:38.218Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:20:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:20:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:20:38.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:20:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:20:47.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:20:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:21:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:21:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:21:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:21:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:21:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:21:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:21:47.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:21:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:22:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:22:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:22:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:22:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:22:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:22:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:22:47.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:22:47.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:23:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:23:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:23:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:23:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:23:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:23:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:23:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:23:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:24:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:24:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:24:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:24:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:24:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:24:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:24:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:24:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:25:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:25:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:25:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:25:38.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:25:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:25:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:25:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:25:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:26:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:26:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:26:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:26:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:26:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:26:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:26:47.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:26:47.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:27:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:27:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:27:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:27:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:27:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:27:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:27:47.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:27:47.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:28:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:28:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:28:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:28:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:28:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:28:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:28:47.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:28:47.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:29:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:29:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:29:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:29:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:29:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:29:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:29:47.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:29:47.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:30:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:30:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:30:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:30:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:30:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:30:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:30:47.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:30:47.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:31:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:31:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:31:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:31:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:31:38.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:31:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:31:47.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:31:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:32:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:32:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:32:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:32:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:32:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:32:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:32:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:32:47.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:33:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:33:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:33:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:33:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:33:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:33:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:33:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:33:47.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:34:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:34:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:34:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:34:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:34:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:34:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:34:47.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:34:47.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:35:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:35:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:35:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:35:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:35:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:35:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:35:47.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:35:47.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:36:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:36:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:36:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:36:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:36:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:36:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:36:47.756Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:36:47.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:37:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:37:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:37:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:37:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:37:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:37:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:37:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:37:47.760Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:38:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:38:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:38:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:38:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:38:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:38:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:38:47.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:38:47.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:39:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:39:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:39:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:39:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:39:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:39:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:39:47.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:39:47.760Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:40:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:40:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:40:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:40:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:40:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:40:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:40:47.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:40:47.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:41:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:41:38.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:41:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:41:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:41:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:41:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:41:47.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:41:47.791Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:42:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:42:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:42:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:42:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:42:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:42:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:42:47.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:42:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:43:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:43:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:43:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:43:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:43:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:43:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:43:47.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:43:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:44:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:44:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:44:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:44:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:44:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:44:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:44:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:44:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:45:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:45:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:45:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:45:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:45:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:45:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:45:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:45:47.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:46:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:46:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:46:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:46:38.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:46:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:46:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:46:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:46:47.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:47:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:47:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:47:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:47:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:47:38.220Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:47:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:47:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:47:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:48:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:48:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:48:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:48:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:48:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:48:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:48:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:48:47.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:49:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:49:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:49:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:49:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:49:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:49:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:49:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:49:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:50:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:50:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:50:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:50:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:50:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:50:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:50:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:50:47.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:51:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:51:38.218Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:51:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:51:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:51:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:51:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:51:47.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:51:47.788Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:52:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:52:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:52:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:52:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:52:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:52:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:52:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:52:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:53:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:53:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:53:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:53:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:53:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:53:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:53:47.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:53:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:54:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:54:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:54:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:54:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:54:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:54:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:54:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:54:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:55:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:55:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:55:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:55:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:55:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:55:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:55:47.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:55:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:56:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:56:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:56:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:56:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:56:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:56:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:56:47.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:56:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:57:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:57:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:57:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:57:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:57:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:57:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:57:47.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:57:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:58:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:58:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:58:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:58:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:58:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:58:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:58:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:58:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:59:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:59:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:59:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:59:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T05:59:38.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T05:59:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T05:59:47.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T05:59:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:00:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:00:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:00:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:00:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:00:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:00:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:00:47.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:00:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:01:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:01:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:01:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:01:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:01:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:01:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:01:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:01:47.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:02:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:02:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:02:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:02:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:02:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:02:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:02:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:02:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:03:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:03:38.218Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:03:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:03:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:03:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:03:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:03:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:03:47.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:04:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:04:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:04:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:04:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:04:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:04:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:04:47.754Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:04:47.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:05:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:05:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:05:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:05:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:05:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:05:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:05:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:05:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:06:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:06:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:06:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:06:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:06:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:06:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:06:47.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:06:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:07:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:07:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:07:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:07:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:07:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:07:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:07:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:07:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:08:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:08:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:08:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:08:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:08:38.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:08:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:08:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:08:47.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:09:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:09:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:09:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:09:38.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:09:38.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:09:38.223Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:09:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:09:47.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:10:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:10:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:10:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:10:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:38.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:38.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:38.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f9ff82d-03e2-4268-9259-552058e155f1","serviceName":"vFW 2021-10-13 06-07-12","serviceVersion":"1.0","serviceUUID":"07b35ed7-e00a-44a1-a679-763ee6c780b7","serviceDescription":"catalog service description","serviceInvariantUUID":"6bfa8bb7-14ca-4a47-8a7d-019ee248b431","resources":[{"resourceInstanceName":"vFW 0712aec9-58bc 0","resourceName":"vFW 0712aec9-58bc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d3e054b-815b-45ca-8487-98f96de75e6e","resourceInvariantUUID":"623b7916-0693-4269-9acb-4e7b0de4d7e5","resourceCustomizationUUID":"b9837fff-24a3-46bf-be06-fcaea480c45d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml","artifactChecksum":"NTcwMTU0ZDIwNWEzYTVkYTZkNThiYjQ5ZjAyYzUyYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0188f50a-70dc-4f8f-8755-ee42a14c92a5","artifactVersion":"1"},{"artifactName":"vfw0712aec958bc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json","artifactChecksum":"YTQ2Mzk2YTFhMmEzZTg1NzVkMjFkMjQ0MzlmN2JjZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a482b334-f657-40c8-a9ef-0bc0c100f759","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6becd98f-dee3-4078-8c1a-0635c29f0d1d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml","artifactChecksum":"YWVhM2VhNGUwYjk1NWM3MDE2OWVkNjI5MWQwODc3N2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"245db9a2-ae9d-43f6-9f71-5a8664e62788","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"065d200d-08d3-4ee7-ad4e-62e97ab4b555","artifactVersion":"2","generatedFromUUID":"6becd98f-dee3-4078-8c1a-0635c29f0d1d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211013060712-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml","artifactChecksum":"MzAzMGExOGQ4ZjI5NjYxYjk4YjQ5YWM4Mjg0Y2ExMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4eb16d28-7df8-4bf0-a939-5d75570edc64","artifactVersion":"1"},{"artifactName":"service-Vfw20211013060712-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar","artifactChecksum":"YTc4ZGUwMDM1ODYwN2U4ZmIzYzk1MDk0YjdlYjA5NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"906a5988-6e6c-4158-8453-759222bff163","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-13T06:10:38.855Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:10:38.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "clamp", "timestamp": 1634105399329, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.861Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:38.870Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:38.871Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105394469, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634105402171, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "dcae-sch", "timestamp": 1634105396066, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "policy-id", "timestamp": 1634105403654, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "clamp", "timestamp": 1634105399329, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:10:38.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105394469, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:10:38.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634105402171, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "dcae-sch", "timestamp": 1634105396066, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "policy-id", "timestamp": 1634105403654, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "cds", "timestamp": 1634105404712, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "clamp", "timestamp": 1634105399329, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634105402171, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105394469, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-13T06:10:38.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "dcae-sch", "timestamp": 1634105396066, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "policy-id", "timestamp": 1634105403654, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-13T06:10:38.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "cds", "timestamp": 1634105404712, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "clamp", "timestamp": 1634105399329, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634105402171, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105394469, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "dcae-sch", "timestamp": 1634105396066, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "policy-id", "timestamp": 1634105403654, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "cds", "timestamp": 1634105404712, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "clamp", "timestamp": 1634105399329, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105394469, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634105402171, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "dcae-sch", "timestamp": 1634105396066, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "policy-id", "timestamp": 1634105403654, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "cds", "timestamp": 1634105404712, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "clamp", "timestamp": 1634105399329, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105394469, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634105402171, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "dcae-sch", "timestamp": 1634105396066, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "policy-id", "timestamp": 1634105403654, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "cds", "timestamp": 1634105404712, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "clamp", "timestamp": 1634105399329, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634105402171, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105394469, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "dcae-sch", "timestamp": 1634105396066, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "policy-id", "timestamp": 1634105403654, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "cds", "timestamp": 1634105404712, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "cds", "timestamp": 1634105404712, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634105411554, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105411684, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "policy-id", "timestamp": 1634105412321, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "cds", "timestamp": 1634105413179, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105413261, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "policy-id", "timestamp": 1634105413329, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:10:38.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:38.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "ves-openapi-manager", "timestamp": 1634105413202, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:38.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:38.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:38.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "cds", "timestamp": 1634105414195, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:10:38.971Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-10-13T06:10:38.975Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:38.976Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:38.986Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:38.987Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:10:39.052Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1 2021-10-13T06:10:39.074Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:10:39.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "policy-id", "timestamp": 1634105414333, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:10:39.117Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1 2021-10-13T06:10:39.117Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:10:39.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105414497, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:39.128Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "ves-openapi-manager", "timestamp": 1634105413202, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "ves-openapi-manager", "timestamp": 1634105413202, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105416301, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:10:39.135Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1 2021-10-13T06:10:39.136Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-13T06:10:39.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634105416482, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:10:39.147Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:39.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "ves-openapi-manager", "timestamp": 1634105413202, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "multicloud-k8s-id", "timestamp": 1634105417305, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:10:39.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:39.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634105417486, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:10:39.153Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1 2021-10-13T06:10:39.153Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "ves-openapi-manager", "timestamp": 1634105413202, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "aai-ml", "timestamp": 1634105417891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "ves-openapi-manager", "timestamp": 1634105413202, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "aai-ml", "timestamp": 1634105417891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "ves-openapi-manager", "timestamp": 1634105413202, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "aai-ml", "timestamp": 1634105417891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "aai-ml", "timestamp": 1634105417891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "aai-ml", "timestamp": 1634105417891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "clamp", "timestamp": 1634105423317, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "aai-ml", "timestamp": 1634105417891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "aai-ml", "timestamp": 1634105417891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "clamp", "timestamp": 1634105425327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:10:39.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:39.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "aai-ml", "timestamp": 1634105425773, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:39.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:10:39.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:10:39.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "clamp", "timestamp": 1634105426330, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:10:39.170Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1 2021-10-13T06:10:39.171Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:10:39.876Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:10:39.876Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:39.878Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:39.878Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:10:39.978Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:10:39.979Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:39.979Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:39.989Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:39.989Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:10:40.878Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:10:40.879Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:40.882Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:40.882Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-13T06:10:40.982Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:10:40.982Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:40.983Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:40.994Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:40.994Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:10:41.882Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:10:41.883Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:41.886Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:41.886Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:41.986Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:10:41.986Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:41.986Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:41.995Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:41.996Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:10:42.886Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:10:42.887Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:42.888Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:42.888Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-13T06:10:42.989Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:10:42.990Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:42.990Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:42.999Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:42.999Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:10:43.889Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:10:43.890Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:43.891Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:43.891Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:10:43.992Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:10:43.993Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:43.993Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:44.002Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:44.002Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:10:44.892Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:10:44.893Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:44.895Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:44.895Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:10:44.995Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:10:44.996Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:44.996Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:45.006Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:45.006Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:10:45.897Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "serviceName": "vFW 2021-10-13 06-07-12", "serviceVersion": "1.0", "serviceUUID": "07b35ed7-e00a-44a1-a679-763ee6c780b7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bfa8bb7-14ca-4a47-8a7d-019ee248b431", "resources": [ { "resourceInstanceName": "vFW 0712aec9-58bc 0", "resourceCustomizationUUID": "b9837fff-24a3-46bf-be06-fcaea480c45d", "resourceName": "vFW 0712aec9-58bc", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7d3e054b-815b-45ca-8487-98f96de75e6e", "resourceInvariantUUID": "623b7916-0693-4269-9acb-4e7b0de4d7e5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0712aec958bc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "artifactChecksum": "YTQ2Mzk2YTFhMmEzZTg1NzVkMjFkMjQ0MzlmN2JjZjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a482b334-f657-40c8-a9ef-0bc0c100f759", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6becd98f-dee3-4078-8c1a-0635c29f0d1d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "065d200d-08d3-4ee7-ad4e-62e97ab4b555", "generatedFromUUID": "6becd98f-dee3-4078-8c1a-0635c29f0d1d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "065d200d-08d3-4ee7-ad4e-62e97ab4b555", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211013060712-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "artifactChecksum": "YTc4ZGUwMDM1ODYwN2U4ZmIzYzk1MDk0YjdlYjA5NmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "906a5988-6e6c-4158-8453-759222bff163" } ], "workloadContext": "Production" } 2021-10-13T06:10:45.897Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-13T06:10:45.898Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07b35ed7-e00a-44a1-a679-763ee6c780b7 ASDC 2021-10-13T06:10:45.989Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7f9ff82d-03e2-4268-9259-552058e155f1 ServiceName:vFW 2021-10-13 06-07-12 ServiceVersion:1.0 ServiceUUID:07b35ed7-e00a-44a1-a679-763ee6c780b7 ServiceInvariantUUID:6bfa8bb7-14ca-4a47-8a7d-019ee248b431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211013060712-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar ArtifactUUID:906a5988-6e6c-4158-8453-759222bff163 ArtifactChecksum:YTc4ZGUwMDM1ODYwN2U4ZmIzYzk1MDk0YjdlYjA5NmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0712aec9-58bc 0 ResourceCustomizationUUID:b9837fff-24a3-46bf-be06-fcaea480c45d ResourceInvariantUUID:623b7916-0693-4269-9acb-4e7b0de4d7e5 ResourceName:vFW 0712aec9-58bc ResourceType:VF ResourceUUID:7d3e054b-815b-45ca-8487-98f96de75e6e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0712aec958bc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json ArtifactUUID:a482b334-f657-40c8-a9ef-0bc0c100f759 ArtifactChecksum:YTQ2Mzk2YTFhMmEzZTg1NzVkMjFkMjQ0MzlmN2JjZjQ= 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/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml ArtifactUUID:6becd98f-dee3-4078-8c1a-0635c29f0d1d 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/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env ArtifactUUID:065d200d-08d3-4ee7-ad4e-62e97ab4b555 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/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env ArtifactUUID:065d200d-08d3-4ee7-ad4e-62e97ab4b555 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-13T06:10:45.989Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07b35ed7-e00a-44a1-a679-763ee6c780b7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-13T06:10:46.061Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:10:46.062Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-13T06:10:46.063Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-13T06:10:46.063Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 906a5988-6e6c-4158-8453-759222bff163 from URL: /sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:46.063Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-13T06:10:46.065Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:46.234Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-13T06:10:46.252Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar 906a5988-6e6c-4158-8453-759222bff163 98715 2021-10-13T06:10:46.253Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar ASDC sendASDCNotification 2021-10-13T06:10:46.254Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:46.254Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:10:46.255Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:46.256Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:46.256Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105446252, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:46.357Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:10:46.357Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:46.357Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:46.367Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:46.368Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:10:47.257Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:10:47.258Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-13T06:10:47.258Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 906a5988-6e6c-4158-8453-759222bff163, URL: /sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar to file: /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:47.259Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211013060712-csar.csar 2021-10-13T06:10:47.325Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:47.326Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:47.901Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4087633086379059732/Definitions/service-Vfw20211013060712-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-10-13T06:10:50.666Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-13T06:10:50.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-13T06:10:50.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-10-13T06:10:50.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0712aec9-58bc 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-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:50.674Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-13T06:10:50.679Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.680Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:50.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria 2021-10-13T06:10:50.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-13T06:10:50.684Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria 2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:50.688Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.688Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria 2021-10-13T06:10:50.688Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-13T06:10:50.688Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-13T06:10:50.688Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-13T06:10:50.690Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.690Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-13T06:10:50.690Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.690Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria 2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria 2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria 2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f9fd5817-6723-458a-8ef8-a1d1b7a1e16e 2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria 2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=290ef8a9-cf61-49c6-91c1-218826b20611 2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8241c9cb-5932-4128-bf0f-fe6fcec957df 2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-10-13 06-07-12 Description:catalog service description Model UUID:07b35ed7-e00a-44a1-a679-763ee6c780b7 Model Version:NULL Model InvariantUuid:6bfa8bb7-14ca-4a47-8a7d-019ee248b431 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0712aec9-58bc Model UUID:6dc4097b-b811-400b-9d60-28e4e7d2c896 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:623b7916-0693-4269-9acb-4e7b0de4d7e5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b9837fff-24a3-46bf-be06-fcaea480c45d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:eba8de41-008e-4029-816b-61430995ea93 ModelName:Vfw0712aec958bc..base_vfw..module-0 ModelUuid:51703045-5950-48dd-8b4a-95033d5f9248 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f9fd5817-6723-458a-8ef8-a1d1b7a1e16e ModelInvariantUuid:441a7aca-7a2e-40d2-8dc0-1595e33f1358 ModelName:vFW 0712aec9-58bc-nodes.vfwCvfc ModelUuid:f47db50a-5afa-4030-933f-cafa9c9699b2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:fd9642c0-b18a-4902-9216-ad2d5278dfc9 ModelInvariantUuid:6db1acd9-74eb-454f-bf4b-823fdc4a8c73 ModelName:Vfw0712aec958bc.compute.nodes.heat.vfw ModelUuid:f47860f9-f9b6-44cd-9f0d-9e46abf2021c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:290ef8a9-cf61-49c6-91c1-218826b20611 ModelInvariantUuid:bf29e6d7-0f8e-4515-b205-c763ad3812fa ModelName:vFW 0712aec9-58bc-nodes.vsnCvfc ModelUuid:69c1901e-0360-4d03-8432-dd883b9ebad2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:66c7e763-4c24-4416-a993-83867125bc48 ModelInvariantUuid:8a379141-c6b1-48c6-bbdb-258f07001410 ModelName:Vfw0712aec958bc.compute.nodes.heat.vsn ModelUuid:f7d523fb-70de-4f90-9153-8de18ffebacf ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8241c9cb-5932-4128-bf0f-fe6fcec957df ModelInvariantUuid:34d0540a-4632-43b5-a510-6153274275e4 ModelName:vFW 0712aec9-58bc-nodes.vpgCvfc ModelUuid:851abe4a-7e81-4e81-869c-2a7a622070af ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:5023cb46-3fcf-4127-aa33-3b1f2c5b03f5 ModelInvariantUuid:bc797a32-8992-4649-a507-a49bd85d0921 ModelName:Vfw0712aec958bc.compute.nodes.heat.vpg ModelUuid:b070315e-1094-4034-869f-1d19ba3323ea ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-13T06:10:50.707Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d3e054b-815b-45ca-8487-98f96de75e6e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:10:50.862Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||vFW 0712aec9-58bc 0 2021-10-13T06:10:50.869Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d3e054b-815b-45ca-8487-98f96de75e6e 2021-10-13T06:10:50.869Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a482b334-f657-40c8-a9ef-0bc0c100f759 from URL: /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json 2021-10-13T06:10:50.870Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-13T06:10:50.870Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json 2021-10-13T06:10:51.088Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-13T06:10:51.088Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json a482b334-f657-40c8-a9ef-0bc0c100f759 785 2021-10-13T06:10:51.088Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json ASDC sendASDCNotification 2021-10-13T06:10:51.088Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json 2021-10-13T06:10:51.088Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:10:51.089Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:51.091Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:51.091Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105451088, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:51.191Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:10:51.192Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:51.193Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:51.203Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:51.203Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:10:52.092Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0712aec958bc..base_vfw..module-0", "vfModuleModelInvariantUUID": "eba8de41-008e-4029-816b-61430995ea93", "vfModuleModelVersion": "1", "vfModuleModelUUID": "51703045-5950-48dd-8b4a-95033d5f9248", "vfModuleModelCustomizationUUID": "c6872ca5-f3b0-4d73-b348-f58b634ae60c", "isBase": true, "artifacts": [ "6becd98f-dee3-4078-8c1a-0635c29f0d1d", "065d200d-08d3-4ee7-ad4e-62e97ab4b555" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-13T06:10:52.107Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0712aec958bc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:51703045-5950-48dd-8b4a-95033d5f9248 VfModuleModelInvariantUUID:eba8de41-008e-4029-816b-61430995ea93 VfModuleModelDescription:NULL Artifacts UUID List:{ 6becd98f-dee3-4078-8c1a-0635c29f0d1d , 065d200d-08d3-4ee7-ad4e-62e97ab4b555 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-13T06:10:52.110Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0712aec958bc..base_vfw..module-0", "vfModuleModelInvariantUUID": "eba8de41-008e-4029-816b-61430995ea93", "vfModuleModelVersion": "1", "vfModuleModelUUID": "51703045-5950-48dd-8b4a-95033d5f9248", "vfModuleModelCustomizationUUID": "c6872ca5-f3b0-4d73-b348-f58b634ae60c", "isBase": true, "artifacts": [ "6becd98f-dee3-4078-8c1a-0635c29f0d1d", "065d200d-08d3-4ee7-ad4e-62e97ab4b555" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-13T06:10:52.111Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0712aec958bc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:51703045-5950-48dd-8b4a-95033d5f9248 VfModuleModelInvariantUUID:eba8de41-008e-4029-816b-61430995ea93 VfModuleModelDescription:NULL Artifacts UUID List:{ 6becd98f-dee3-4078-8c1a-0635c29f0d1d , 065d200d-08d3-4ee7-ad4e-62e97ab4b555 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-13T06:10:52.111Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6becd98f-dee3-4078-8c1a-0635c29f0d1d from URL: /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml 2021-10-13T06:10:52.111Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-13T06:10:52.111Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml 2021-10-13T06:10:52.459Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-13T06:10:52.460Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml 6becd98f-dee3-4078-8c1a-0635c29f0d1d 20368 2021-10-13T06:10:52.460Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-13T06:10:52.461Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml 2021-10-13T06:10:52.461Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:10:52.461Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:52.462Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:52.463Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105452460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:52.563Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:10:52.564Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:52.564Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:52.575Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:52.576Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:10:53.463Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 065d200d-08d3-4ee7-ad4e-62e97ab4b555 from URL: /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env 2021-10-13T06:10:53.464Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-13T06:10:53.465Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env 2021-10-13T06:10:53.597Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-13T06:10:53.597Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env 065d200d-08d3-4ee7-ad4e-62e97ab4b555 2098 2021-10-13T06:10:53.597Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-13T06:10:53.597Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env 2021-10-13T06:10:53.597Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:10:53.598Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:53.599Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:53.599Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105453597, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:10:53.700Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:10:53.700Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:53.700Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:53.710Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:53.711Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:10:54.600Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 07b35ed7-e00a-44a1-a679-763ee6c780b7 2021-10-13T06:10:54.601Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0712aec9-58bc 0 7d3e054b-815b-45ca-8487-98f96de75e6e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:10:54.638Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@673602d4, org.onap.sdc.toscaparser.api.parameters.Input@1f11bc78, org.onap.sdc.toscaparser.api.parameters.Input@f3a8841, org.onap.sdc.toscaparser.api.parameters.Input@7de58a2, org.onap.sdc.toscaparser.api.parameters.Input@50a9da2f] 2021-10-13T06:10:54.641Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.641Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:54.641Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-10-13T06:10:54.641Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b9837fff-24a3-46bf-be06-fcaea480c45d 2021-10-13T06:10:54.641Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b9837fff-24a3-46bf-be06-fcaea480c45d matches Tosca VF Customization UUID: b9837fff-24a3-46bf-be06-fcaea480c45d 2021-10-13T06:10:54.642Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b9837fff-24a3-46bf-be06-fcaea480c45d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-13T06:10:54.648Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.649Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:54.650Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b9837fff-24a3-46bf-be06-fcaea480c45d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-10-13T06:10:54.650Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a81abfd 2021-10-13T06:10:54.650Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.650Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-13T06:10:54.651Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6872ca5-f3b0-4d73-b348-f58b634ae60c 2021-10-13T06:10:54.652Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6872ca5-f3b0-4d73-b348-f58b634ae60c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-13T06:10:54.657Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.658Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria 2021-10-13T06:10:54.658Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria 2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria 2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f9fd5817-6723-458a-8ef8-a1d1b7a1e16e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-13T06:10:54.670Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.670Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria 2021-10-13T06:10:54.671Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:10:54.671Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.671Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria 2021-10-13T06:10:54.671Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-13T06:10:54.671Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-13T06:10:54.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-13T06:10:54.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=290ef8a9-cf61-49c6-91c1-218826b20611 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-13T06:10:54.675Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.675Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria 2021-10-13T06:10:54.675Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria 2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8241c9cb-5932-4128-bf0f-fe6fcec957df Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-13T06:10:54.680Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.680Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria 2021-10-13T06:10:54.680Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:10:54.681Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.681Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria 2021-10-13T06:10:54.681Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=b9837fff-24a3-46bf-be06-fcaea480c45d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:10:54.682Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.682Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 07b35ed7-e00a-44a1-a679-763ee6c780b7: vFW 0712aec9-58bc 2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.684Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:54.684Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:10:54.684Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:10:54.684Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-10-13 06-07-12 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:10:54.949Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0712aec9-58bc 7d3e054b-815b-45ca-8487-98f96de75e6e 1 ASDC deployResourceStructure 2021-10-13T06:10:54.949Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json ASDC sendASDCNotification 2021-10-13T06:10:54.949Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json 2021-10-13T06:10:54.949Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:10:54.950Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:54.952Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:54.952Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105454949, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:10:55.052Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:10:55.053Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:55.053Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:55.063Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:55.063Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:10:55.954Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-13T06:10:55.954Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml 2021-10-13T06:10:55.954Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:10:55.954Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:55.956Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:55.956Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105455954, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:10:56.057Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:10:56.057Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:56.058Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:56.067Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:56.068Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:10:56.957Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-13T06:10:56.958Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env 2021-10-13T06:10:56.958Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:10:56.959Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:56.961Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:56.961Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105456957, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-13T06:10:57.062Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:10:57.062Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:57.063Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:57.072Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:57.073Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:10:57.962Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar ASDC sendASDCNotification 2021-10-13T06:10:57.962Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar 2021-10-13T06:10:57.963Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:10:57.963Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:10:57.965Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:10:57.965Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105457962, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:10:58.065Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:10:58.066Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:10:58.066Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:10:58.078Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:10:58.078Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:10:58.966Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:10:58.981Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:10:58.985Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:10:58.985Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:10:58.986Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:11:28.986Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:11:28.998Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:11:29.000Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:11:29.001Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:11:29.001Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:11:38.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:11:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:11:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:11:38.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:11:38.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:11:38.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:11:38.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:11:59.001Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:11:59.013Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:11:59.017Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:11:59.017Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:11:59.017Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:12:29.018Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:12:29.029Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:12:29.032Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:12:29.032Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:12:29.032Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:12:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:12:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:12:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:12:38.739Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:12:38.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "aai-ml", "timestamp": 1634105439470, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:12:38.743Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:12:38.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:12:38.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:12:38.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "aai-ml", "timestamp": 1634105440475, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:12:38.753Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1 2021-10-13T06:12:38.753Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-13T06:12:38.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:12:38.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105438218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105446252, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105451088, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105452460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105453597, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:12:38.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105454949, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:12:38.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105455954, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:12:38.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105456957, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-13T06:12:38.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:12:38.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:12:38.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105457962, "artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:12:38.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:12:59.033Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:12:59.044Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:12:59.046Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:12:59.053Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-13T06:13:29.053Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-13T06:13:29.063Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f9ff82d-03e2-4268-9259-552058e155f1 and serviceModelVersionId: 07b35ed7-e00a-44a1-a679-763ee6c780b7 2021-10-13T06:13:29.063Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bfa8bb7-14ca-4a47-8a7d-019ee248b431 2021-10-13T06:13:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:13:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:13:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:13:41.822Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0 2021-10-13T06:13:41.915Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-10-13T06:13:42.458Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-10-13T06:13:42.462Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0|INFO|500||Invoke 2021-10-13T06:13:42.742Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-13T06:13:43.216Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0|INFO|500||InvokeReturn 2021-10-13T06:13:43.217Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211013-06:13:42:754-26113], vertex-id=[172184], Content-Length=[0], Date=[Wed, 13 Oct 2021 06:13:42 GMT], Content-Type=[application/json]} 2021-10-13T06:13:43.217Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-10-13T06:13:43.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-13T06:13:43.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:13:43.223Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-13T06:13:43.232Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f9ff82d-03e2-4268-9259-552058e155f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-13T06:13:43.233Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-13T06:13:43.233Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:13:43.235Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:13:43.235Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105623232, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:13:43.335Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:13:43.336Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:13:43.337Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:13:43.347Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:13:43.348Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:13:43.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:13:43.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-13T06:13:43.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634105623232, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:13:43.960Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-13T06:13:44.252Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:13:44.253Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:13:44.253Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:13:54.439Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:13:54.439Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:13:54.440Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:13:54.440Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:14:03.982Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:14:03.982Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:14:03.983Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:14:03.983Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:14:13.518Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:14:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:14:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:14:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:14:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:14:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:14:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:14:47.760Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:14:47.760Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:15:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:15:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:15:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:15:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:15:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:15:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:15:47.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:15:47.762Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:16:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:16:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:16:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:16:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:16:38.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:16:38.223Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:16:47.757Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:16:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:17:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:17:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:17:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:17:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:17:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:17:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:17:47.765Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:17:47.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:18:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:18:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:18:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:18:38.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:18:38.222Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:18:38.222Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:18:47.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:18:47.760Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:19:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:19:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:19:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:19:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:19:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:19:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:19:47.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:19:47.761Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:20:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:20:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:20:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:20:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:20:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:20:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:20:47.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:20:47.755Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:21:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:21:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:21:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:21:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:21:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:21:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:21:47.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:21:47.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:22:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:22:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:22:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:22:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:22:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:22:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:22:38.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:22:38.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"07b50945-184f-4b77-9a29-44cd6a8bd841","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e510a9bc-365c-4d81-824d-363c4b9709fa","serviceDescription":"service","serviceInvariantUUID":"5b22b718-d55c-4492-8253-ff3f153a2179","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b2fc17ee-c6de-4901-bf49-9ec39c084fe1","resourceInvariantUUID":"3091d5f6-11b3-4b25-9bd0-f6be33cc63ad","resourceCustomizationUUID":"f6368499-2c05-4bdf-aec0-82c31e0db57d","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":"NzFmODVlMjU4MWU4ZjA3NzdhYjM4YzNiOGU3NzJhY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71c6a34b-eceb-4265-8c65-d60db6765101","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjQ4NWQzYmNkZGZkYWYxMzc1NTc1OTk0ZmJkZmI5ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc6eb084-54c5-47df-9c18-5a029dff99c0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-13T06:22:38.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:22:38.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "cds", "timestamp": 1634106109712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:22:38.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.846Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:22:38.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "ves-openapi-manager", "timestamp": 1634106113202, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:22:38.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.847Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:22:38.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "aai-ml", "timestamp": 1634106107891, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:22:38.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "ves-openapi-manager", "timestamp": 1634106113202, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:22:38.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "cds", "timestamp": 1634106109712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:22:38.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "aai-ml", "timestamp": 1634106107891, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:22:38.849Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:22:38.850Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106158218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:22:38.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "multicloud-k8s-id", "timestamp": 1634106114469, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:22:38.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "multicloud-k8s-id", "timestamp": 1634106114469, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:22:38.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "cds", "timestamp": 1634106116669, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:22:38.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:22:38.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "dcae-sch", "timestamp": 1634106116066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:22:38.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "aai-ml", "timestamp": 1634106116794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:22:38.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:22:38.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "cds", "timestamp": 1634106117673, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:22:38.870Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07b50945-184f-4b77-9a29-44cd6a8bd841 2021-10-13T06:22:38.870Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07b50945-184f-4b77-9a29-44cd6a8bd841 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:22:38.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "dcae-sch", "timestamp": 1634106116066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:22:38.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "clamp", "timestamp": 1634106119329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:22:38.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "aai-ml", "timestamp": 1634106120361, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:22:38.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:22:38.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "clamp", "timestamp": 1634106119329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:22:38.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "aai-ml", "timestamp": 1634106121365, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:22:38.891Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07b50945-184f-4b77-9a29-44cd6a8bd841 2021-10-13T06:22:38.891Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07b50945-184f-4b77-9a29-44cd6a8bd841 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:22:38.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106122171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:22:38.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106122171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:22:38.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "policy-id", "timestamp": 1634106123654, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:22:38.904Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106125020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:22:38.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:22:38.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "policy-id", "timestamp": 1634106123654, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:22:38.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:22:38.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "policy-id", "timestamp": 1634106126350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:22:38.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:22:38.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106126535, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:22:38.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:22:38.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "policy-id", "timestamp": 1634106127354, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:22:38.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:22:38.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106127539, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:22:38.915Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07b50945-184f-4b77-9a29-44cd6a8bd841 2021-10-13T06:22:38.915Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07b50945-184f-4b77-9a29-44cd6a8bd841 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:22:38.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "policy-id", "timestamp": 1634106128358, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:22:38.932Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07b50945-184f-4b77-9a29-44cd6a8bd841 2021-10-13T06:22:38.933Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07b50945-184f-4b77-9a29-44cd6a8bd841 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:22:38.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "clamp", "timestamp": 1634106132424, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:22:38.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:22:38.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "clamp", "timestamp": 1634106134432, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:22:38.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:22:38.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:22:38.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "clamp", "timestamp": 1634106135435, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:22:38.950Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:22:38.951Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:22:38.951Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:22:38.953Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 07b50945-184f-4b77-9a29-44cd6a8bd841 2021-10-13T06:22:38.954Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07b50945-184f-4b77-9a29-44cd6a8bd841 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:22:38.961Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:22:38.961Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:22:39.850Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:22:39.851Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:22:39.852Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:22:39.852Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106158218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:22:39.952Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:22:39.953Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:22:39.953Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:22:39.965Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:22:39.965Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:22:40.854Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e510a9bc-365c-4d81-824d-363c4b9709fa", "serviceDescription": "service", "serviceInvariantUUID": "5b22b718-d55c-4492-8253-ff3f153a2179", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "f6368499-2c05-4bdf-aec0-82c31e0db57d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "b2fc17ee-c6de-4901-bf49-9ec39c084fe1", "resourceInvariantUUID": "3091d5f6-11b3-4b25-9bd0-f6be33cc63ad", "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": "YjQ4NWQzYmNkZGZkYWYxMzc1NTc1OTk0ZmJkZmI5ZTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc6eb084-54c5-47df-9c18-5a029dff99c0" } ], "workloadContext": "Production" } 2021-10-13T06:22:40.854Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-13T06:22:40.854Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e510a9bc-365c-4d81-824d-363c4b9709fa ASDC 2021-10-13T06:22:40.854Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:07b50945-184f-4b77-9a29-44cd6a8bd841 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e510a9bc-365c-4d81-824d-363c4b9709fa ServiceInvariantUUID:5b22b718-d55c-4492-8253-ff3f153a2179 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:fc6eb084-54c5-47df-9c18-5a029dff99c0 ArtifactChecksum:YjQ4NWQzYmNkZGZkYWYxMzc1NTc1OTk0ZmJkZmI5ZTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:f6368499-2c05-4bdf-aec0-82c31e0db57d ResourceInvariantUUID:3091d5f6-11b3-4b25-9bd0-f6be33cc63ad ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:b2fc17ee-c6de-4901-bf49-9ec39c084fe1 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-10-13T06:22:40.855Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e510a9bc-365c-4d81-824d-363c4b9709fa ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-13T06:22:40.886Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:22:40.887Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:22:40.887Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:22:40.887Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fc6eb084-54c5-47df-9c18-5a029dff99c0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-13T06:22:40.887Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:22:40.888Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:40.956Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:22:40.958Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fc6eb084-54c5-47df-9c18-5a029dff99c0 52175 2021-10-13T06:22:40.959Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:40.959Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:40.959Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:22:40.959Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:22:40.960Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:22:40.960Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106160959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:22:41.061Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:22:41.062Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:22:41.062Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:22:41.073Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:22:41.073Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:22:41.961Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:22:41.962Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:22:41.962Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fc6eb084-54c5-47df-9c18-5a029dff99c0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-13T06:22:41.963Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-10-13T06:22:41.963Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-13T06:22:41.963Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-13T06:22:42.066Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1560490048957850303/Definitions/service-BasicNetwork-template.yml 2021-10-13T06:22:42.555Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-13T06:22:42.555Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.558Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.558Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.558Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.558Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.558Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e510a9bc-365c-4d81-824d-363c4b9709fa Model Version:NULL Model InvariantUuid:5b22b718-d55c-4492-8253-ff3f153a2179 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:3091d5f6-11b3-4b25-9bd0-f6be33cc63ad Model UUID:2a4916c5-7114-4ee6-9251-1032fb70f164 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:f6368499-2c05-4bdf-aec0-82c31e0db57d Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-13T06:22:42.565Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: b2fc17ee-c6de-4901-bf49-9ec39c084fe1 2021-10-13T06:22:42.565Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||No resources found for Service: e510a9bc-365c-4d81-824d-363c4b9709fa Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:22:42.568Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500|| 2021-10-13T06:22:42.568Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-10-13T06:22:42.569Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e510a9bc-365c-4d81-824d-363c4b9709fa 2021-10-13T06:22:42.569Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e510a9bc-365c-4d81-824d-363c4b9709fa 2021-10-13T06:22:42.569Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-10-13T06:22:42.569Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:22:42.573Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7357f804, org.onap.sdc.toscaparser.api.parameters.Input@3ee6ba5a, org.onap.sdc.toscaparser.api.parameters.Input@12357399, org.onap.sdc.toscaparser.api.parameters.Input@43356d2e, org.onap.sdc.toscaparser.api.parameters.Input@f6e2a94] 2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e510a9bc-365c-4d81-824d-363c4b9709fa: Generic NeutronNet 2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.575Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.575Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-10-13T06:22:42.600Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-13T06:22:42.659Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-10-13T06:22:42.660Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:42.660Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 2021-10-13T06:22:42.660Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:22:42.660Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:22:42.662Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:22:42.662Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106162659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:22:42.763Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:22:42.764Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:22:42.764Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:22:42.775Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:22:42.776Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:22:43.664Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07b50945-184f-4b77-9a29-44cd6a8bd841 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:22:43.676Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07b50945-184f-4b77-9a29-44cd6a8bd841 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:22:43.687Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-13T06:23:13.687Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07b50945-184f-4b77-9a29-44cd6a8bd841 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-13T06:23:13.692Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07b50945-184f-4b77-9a29-44cd6a8bd841 and serviceModelVersionId: e510a9bc-365c-4d81-824d-363c4b9709fa 2021-10-13T06:23:13.693Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b22b718-d55c-4492-8253-ff3f153a2179 2021-10-13T06:23:13.693Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0 2021-10-13T06:23:13.697Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-13T06:23:13.746Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0|INFO|500||Invoke 2021-10-13T06:23:13.746Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[07b50945-184f-4b77-9a29-44cd6a8bd841], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a149a8c3-078b-467e-b8bf-320e6ed0e34a], X-ECOMP-RequestID=[07b50945-184f-4b77-9a29-44cd6a8bd841], X-TransactionId=[], X-ONAP-RequestID=[07b50945-184f-4b77-9a29-44cd6a8bd841], Content-Type=[application/merge-patch+json]} 2021-10-13T06:23:13.771Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-13T06:23:14.583Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211013-06:23:13:779-64717], vertex-id=[180376], Content-Length=[0], Date=[Wed, 13 Oct 2021 06:23:13 GMT], Content-Type=[application/json]} 2021-10-13T06:23:14.584Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-13T06:23:14.585Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0|INFO|500||InvokeReturn 2021-10-13T06:23:14.585Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-13T06:23:14.585Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:23:14.591Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-13T06:23:14.592Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07b50945-184f-4b77-9a29-44cd6a8bd841 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-13T06:23:14.592Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-13T06:23:14.592Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:23:14.594Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:23:14.594Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106194592, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:23:14.694Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:23:14.695Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:23:14.695Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:14.706Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:14.706Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-13T06:23:38.218Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:23:38.219Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:23:38.219Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:23:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:23:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:38.338Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:38.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:23:38.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106158218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:23:38.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:23:38.839Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:38.840Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-13T06:23:38.840Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"785d60a7-bc44-4ea2-bc5d-670032bf9ec5","serviceName":"Demo_pNF_ZxS7INTrUbuKQHHv6RzG","serviceVersion":"1.0","serviceUUID":"2d3c34b4-9629-472b-a8df-7f77fd604532","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c90c59-dfa6-4540-922a-5688f1b3171d","resources":[{"resourceInstanceName":"pNF 817d3f32-e8d8 0","resourceName":"pNF 817d3f32-e8d8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e16161f2-1862-45ae-a1dc-8eda4fc92ebd","resourceInvariantUUID":"5aa1c487-2161-4965-b837-9389f0244e5d","resourceCustomizationUUID":"eb525f23-aec2-4138-88a8-3424f1189310","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml","artifactChecksum":"OGU3NGU3YTk2YzZmYTM3ODU2MGNmMWU1MjUzMmU1NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e90b3a2-5c72-4b31-8436-25670f7bc3d9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar","artifactChecksum":"OTNjZDhmNmEyMTg0YTM0YmEwYjU5MGU5MTRiNjY4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3bd211c-f8e5-4b20-b5b6-a7cad8883245","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a516208a-2a75-4dd1-b71f-0badf05143ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml","artifactChecksum":"ZjA3MDE1N2M4MjE2M2I2OTk3YjRmMDU5YjQzMDVmYjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a795d579-6f63-4199-9c2d-80bed9fe7033","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46585bb6-983a-428c-8d44-821218c08012","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"343e9eaf-846b-45f3-8ef7-24a68063664e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZxs7intrubukqhhv6rzg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml","artifactChecksum":"ODUyMWRjZWJjYTdjYzhkNTA5OTRkOTVkMTFmNDBhM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a98796c-8220-4509-90ac-c71d8c9ea5d4","artifactVersion":"1"},{"artifactName":"service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar","artifactChecksum":"YTJhYmZmMGRjN2IzYTQ0ZTJjMTNkYzAwYTY0ZTY4Y2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0f29829-d5de-4e48-86ba-94b5e6c43192","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-13T06:23:38.842Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:23:38.842Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:23:38.844Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:23:38.844Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:23:38.944Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:23:38.945Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:23:38.946Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:38.955Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:38.955Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:23:39.845Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:23:39.846Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:23:39.848Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:23:39.848Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:23:39.948Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:23:39.949Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:23:39.949Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:39.962Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:39.962Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:23:40.848Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:23:40.849Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:23:40.851Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:23:40.851Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:23:40.952Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:23:40.952Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:23:40.952Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:40.962Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:40.962Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:23:41.852Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:23:41.853Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:23:41.854Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:23:41.854Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:23:41.955Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:23:41.955Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:23:41.955Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:41.965Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:41.965Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:23:42.855Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:23:42.856Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:23:42.857Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:23:42.857Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:23:42.958Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:23:42.958Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:23:42.958Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:42.967Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:42.968Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:23:43.858Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:23:43.859Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:23:43.860Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:23:43.860Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:23:43.960Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:23:43.961Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:23:43.962Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:43.971Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:43.971Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:23:44.861Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:23:44.862Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:23:44.863Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:23:44.863Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:23:44.963Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:23:44.964Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:23:44.964Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:44.977Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:44.978Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:23:45.863Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:23:45.864Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:23:45.866Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:23:45.866Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:23:45.966Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:23:45.967Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:23:45.967Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:45.978Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:45.978Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:23:46.868Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "serviceName": "Demo_pNF_ZxS7INTrUbuKQHHv6RzG", "serviceVersion": "1.0", "serviceUUID": "2d3c34b4-9629-472b-a8df-7f77fd604532", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c6c90c59-dfa6-4540-922a-5688f1b3171d", "resources": [ { "resourceInstanceName": "pNF 817d3f32-e8d8 0", "resourceCustomizationUUID": "eb525f23-aec2-4138-88a8-3424f1189310", "resourceName": "pNF 817d3f32-e8d8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e16161f2-1862-45ae-a1dc-8eda4fc92ebd", "resourceInvariantUUID": "5aa1c487-2161-4965-b837-9389f0244e5d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "artifactChecksum": "YTJhYmZmMGRjN2IzYTQ0ZTJjMTNkYzAwYTY0ZTY4Y2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0f29829-d5de-4e48-86ba-94b5e6c43192" } ], "workloadContext": "Production" } 2021-10-13T06:23:46.868Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-13T06:23:46.868Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d3c34b4-9629-472b-a8df-7f77fd604532 ASDC 2021-10-13T06:23:46.868Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:785d60a7-bc44-4ea2-bc5d-670032bf9ec5 ServiceName:Demo_pNF_ZxS7INTrUbuKQHHv6RzG ServiceVersion:1.0 ServiceUUID:2d3c34b4-9629-472b-a8df-7f77fd604532 ServiceInvariantUUID:c6c90c59-dfa6-4540-922a-5688f1b3171d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar ArtifactUUID:c0f29829-d5de-4e48-86ba-94b5e6c43192 ArtifactChecksum:YTJhYmZmMGRjN2IzYTQ0ZTJjMTNkYzAwYTY0ZTY4Y2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 817d3f32-e8d8 0 ResourceCustomizationUUID:eb525f23-aec2-4138-88a8-3424f1189310 ResourceInvariantUUID:5aa1c487-2161-4965-b837-9389f0244e5d ResourceName:pNF 817d3f32-e8d8 ResourceType:PNF ResourceUUID:e16161f2-1862-45ae-a1dc-8eda4fc92ebd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-13T06:23:46.868Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d3c34b4-9629-472b-a8df-7f77fd604532 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:23:46.894Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:23:46.894Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:23:46.894Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:23:46.895Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c0f29829-d5de-4e48-86ba-94b5e6c43192 from URL: /sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:46.895Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:23:46.895Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:47.049Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:23:47.052Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar c0f29829-d5de-4e48-86ba-94b5e6c43192 82558 2021-10-13T06:23:47.053Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar ASDC sendASDCNotification 2021-10-13T06:23:47.053Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:47.053Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:23:47.053Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:23:47.055Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:23:47.055Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106227052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:23:47.155Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:23:47.156Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:23:47.156Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:47.165Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:47.166Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:23:48.055Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:23:48.056Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:23:48.056Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c0f29829-d5de-4e48-86ba-94b5e6c43192, URL: /sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar to file: /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:48.057Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:48.057Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:48.057Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:48.151Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14165499403702367179/Definitions/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml 2021-10-13T06:23:49.070Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-13T06:23:49.070Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:23:49.070Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|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-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|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-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|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-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|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-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|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-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 817d3f32-e8d8 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-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|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-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Node template pNF 817d3f32-e8d8 0 is matching search criteria 2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 817d3f32-e8d8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Node template pNF 817d3f32-e8d8 0 is matching search criteria 2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 817d3f32-e8d8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ZxS7INTrUbuKQHHv6RzG Description:catalog service description Model UUID:2d3c34b4-9629-472b-a8df-7f77fd604532 Model Version:NULL Model InvariantUuid:c6c90c59-dfa6-4540-922a-5688f1b3171d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-13T06:23:49.080Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: e16161f2-1862-45ae-a1dc-8eda4fc92ebd Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:23:49.084Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||pNF 817d3f32-e8d8 0 2021-10-13T06:23:49.084Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e16161f2-1862-45ae-a1dc-8eda4fc92ebd 2021-10-13T06:23:49.084Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2d3c34b4-9629-472b-a8df-7f77fd604532 2021-10-13T06:23:49.084Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2d3c34b4-9629-472b-a8df-7f77fd604532 2021-10-13T06:23:49.084Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 817d3f32-e8d8 0 e16161f2-1862-45ae-a1dc-8eda4fc92ebd ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:23:49.088Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5eb1bd75, org.onap.sdc.toscaparser.api.parameters.Input@1f70e748, org.onap.sdc.toscaparser.api.parameters.Input@159fe17d, org.onap.sdc.toscaparser.api.parameters.Input@3e63b14f, org.onap.sdc.toscaparser.api.parameters.Input@6deaf9e3] 2021-10-13T06:23:49.088Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:23:49.088Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:23:49.088Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2d3c34b4-9629-472b-a8df-7f77fd604532: pNF 817d3f32-e8d8 2021-10-13T06:23:49.088Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Processing PNF resource: e16161f2-1862-45ae-a1dc-8eda4fc92ebd 2021-10-13T06:23:49.089Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:23:49.089Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:23:49.089Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Resource customization UUID: eb525f23-aec2-4138-88a8-3424f1189310 is the same as notified resource customizationUUID: eb525f23-aec2-4138-88a8-3424f1189310 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-13T06:23:49.151Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 817d3f32-e8d8 e16161f2-1862-45ae-a1dc-8eda4fc92ebd 0 ASDC deployResourceStructure 2021-10-13T06:23:49.152Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar ASDC sendASDCNotification 2021-10-13T06:23:49.152Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar 2021-10-13T06:23:49.152Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:23:49.152Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:23:49.154Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:23:49.155Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106229152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:23:49.255Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:23:49.255Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:23:49.255Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:23:49.265Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:23:49.265Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:23:50.155Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:23:50.168Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:23:50.170Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:23:50.170Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:23:50.170Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:24:20.171Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:24:20.181Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:24:20.184Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:24:20.184Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:24:20.184Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:24:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:24:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:24:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:24:38.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:24:38.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106158218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:24:38.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106160959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:24:38.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106162659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:24:38.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1634106174469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "clamp", "timestamp": 1634106179329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "ves-openapi-manager", "timestamp": 1634106173202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "dcae-sch", "timestamp": 1634106176066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "ves-openapi-manager", "timestamp": 1634106173202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "clamp", "timestamp": 1634106179329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1634106174469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "dcae-sch", "timestamp": 1634106176066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106182171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "clamp", "timestamp": 1634106179329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1634106174469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "ves-openapi-manager", "timestamp": 1634106173202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "dcae-sch", "timestamp": 1634106176066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106182171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "policy-id", "timestamp": 1634106183654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "ves-openapi-manager", "timestamp": 1634106173202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "clamp", "timestamp": 1634106179329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1634106174469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "dcae-sch", "timestamp": 1634106176066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106182171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "policy-id", "timestamp": 1634106183654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "cds", "timestamp": 1634106184712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "ves-openapi-manager", "timestamp": 1634106173202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1634106174469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "clamp", "timestamp": 1634106179329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "dcae-sch", "timestamp": 1634106176066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106182171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "policy-id", "timestamp": 1634106183654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "cds", "timestamp": 1634106184712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "clamp", "timestamp": 1634106179329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "ves-openapi-manager", "timestamp": 1634106173202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-13T06:24:38.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1634106174469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "dcae-sch", "timestamp": 1634106176066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106182171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "policy-id", "timestamp": 1634106183654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "cds", "timestamp": 1634106184712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "clamp", "timestamp": 1634106179329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1634106174469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "ves-openapi-manager", "timestamp": 1634106173202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "dcae-sch", "timestamp": 1634106176066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106182171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "policy-id", "timestamp": 1634106183654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "cds", "timestamp": 1634106184712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1634106174469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:24:38.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "clamp", "timestamp": 1634106179329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:24:38.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "ves-openapi-manager", "timestamp": 1634106173202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "dcae-sch", "timestamp": 1634106176066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106182171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "policy-id", "timestamp": 1634106183654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "cds", "timestamp": 1634106184712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106182171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:24:38.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "ves-openapi-manager", "timestamp": 1634106189894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:24:38.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "policy-id", "timestamp": 1634106183654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "cds", "timestamp": 1634106184712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "ves-openapi-manager", "timestamp": 1634106191071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:24:38.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "policy-id", "timestamp": 1634106183654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:24:38.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "cds", "timestamp": 1634106184712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106191496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:24:38.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "ves-openapi-manager", "timestamp": 1634106192074, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:24:38.274Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 2021-10-13T06:24:38.275Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:24:38.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "cds", "timestamp": 1634106184712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:24:38.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "policy-id", "timestamp": 1634106193062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:24:38.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106193196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:24:38.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "cds", "timestamp": 1634106193687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:24:38.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "policy-id", "timestamp": 1634106194065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:24:38.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106194199, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:24:38.292Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 2021-10-13T06:24:38.292Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:24:38.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106194592, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:24:38.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "cds", "timestamp": 1634106194691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:24:38.309Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 2021-10-13T06:24:38.309Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:24:38.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "policy-id", "timestamp": 1634106195067, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:24:38.324Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 2021-10-13T06:24:38.324Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:24:38.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "clamp", "timestamp": 1634106198433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:24:38.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "aai-ml", "timestamp": 1634106197891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "aai-ml", "timestamp": 1634106197891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "clamp", "timestamp": 1634106200444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:24:38.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "aai-ml", "timestamp": 1634106197891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "clamp", "timestamp": 1634106201448, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:24:38.342Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 2021-10-13T06:24:38.343Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:24:38.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "aai-ml", "timestamp": 1634106197891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "aai-ml", "timestamp": 1634106197891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "aai-ml", "timestamp": 1634106197891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "aai-ml", "timestamp": 1634106197891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "aai-ml", "timestamp": 1634106197891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "aai-ml", "timestamp": 1634106206732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "aai-ml", "timestamp": 1634106214357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "aai-ml", "timestamp": 1634106215361, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:24:38.359Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 2021-10-13T06:24:38.359Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:24:50.185Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:24:50.197Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:24:50.201Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:24:50.201Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:24:50.206Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-13T06:25:20.206Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-13T06:25:20.211Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and serviceModelVersionId: 2d3c34b4-9629-472b-a8df-7f77fd604532 2021-10-13T06:25:20.211Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c90c59-dfa6-4540-922a-5688f1b3171d 2021-10-13T06:25:20.212Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0 2021-10-13T06:25:20.217Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-13T06:25:20.252Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-10-13T06:25:20.253Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0|INFO|500||Invoke 2021-10-13T06:25:20.276Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-13T06:25:20.491Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0|INFO|500||InvokeReturn 2021-10-13T06:25:20.492Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211013-06:25:20:284-19876], vertex-id=[204960], Content-Length=[0], Date=[Wed, 13 Oct 2021 06:25:20 GMT], Content-Type=[application/json]} 2021-10-13T06:25:20.492Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-10-13T06:25:20.492Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-13T06:25:20.492Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:25:20.496Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-13T06:25:20.496Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-13T06:25:20.497Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-13T06:25:20.497Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:20.501Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:20.501Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106320497, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:25:20.601Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:20.602Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:20.603Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:20.616Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:20.617Z||pool-34-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=? 2021-10-13T06:25:21.517Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:25:21.518Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:25:21.518Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:26.226Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:26.227Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-13T06:25:26.227Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e06cb3b0-1aef-4d3c-876e-71abb45cea08","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6e67d28e-4aeb-437d-a3ad-9224bb9035b6","serviceDescription":"service","serviceInvariantUUID":"66e026fc-4f44-4b28-9549-c19ad1e6f0a9","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5bb3d34d-9ed4-4ca0-870d-ac17393cdca4","resourceInvariantUUID":"de86aef6-b742-4e17-8602-5823fe06df85","resourceCustomizationUUID":"6578e049-3ce7-4037-b4db-4ee41378f7c8","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":"cd6e3f5b-b68c-49dc-a04a-a275c87dcedc","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":"MWI2YjVkNzZjMmIxMzJlMDYxMmU2YmViZWFjZGM5YWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af9d2f1e-086f-490d-99f7-fd0370e417b4","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":"YjJjMjlhNTA4ODM3MjFlZDIxY2FiY2RkMzJhMTg2OGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"862d5401-97b0-4661-96e1-880fb3740742","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":"c10a1e09-69a6-4a7f-8932-6d72e9bd60a6","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":"bcdc9a5f-0f73-4c4f-bf98-d3714ac7eaac","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":"9e972946-4cd0-49a1-bac4-082a9b31e289","artifactVersion":"2","generatedFromUUID":"c10a1e09-69a6-4a7f-8932-6d72e9bd60a6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MWFlYTRjZTA0Yjg4M2E0Y2ZjZDEyYzYwMTc0YjE3NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e1dca0e-c9be-4cdf-9511-61db287ea411","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NWI5NmM1M2NjNzgzMDkyYjgyNTYxOTllYjdhZTMzNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1dc354a-570d-47c4-a895-26dd7ef3d8f1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-13T06:25:26.229Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:25:26.229Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:26.231Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:26.231Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:25:26.331Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:26.332Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:26.332Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:26.343Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:26.343Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:27.232Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:25:27.232Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:27.234Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:27.234Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:25:27.334Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:27.335Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:27.335Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:27.345Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:27.345Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:25:28.235Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:25:28.235Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:28.237Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:28.237Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:25:28.337Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:28.338Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:28.338Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:28.347Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:28.347Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:29.237Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:25:29.238Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:29.239Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:29.239Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-13T06:25:29.340Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:29.340Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:29.340Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:29.347Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:29.348Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:30.240Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:25:30.241Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:30.243Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:30.243Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:25:30.343Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:30.344Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:30.344Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:30.353Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:30.354Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:31.243Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:25:31.244Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:31.246Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:31.246Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-13T06:25:31.346Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:31.347Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:31.347Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:31.357Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:31.358Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:25:32.247Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:25:32.247Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:32.249Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:32.249Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:25:32.349Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:32.350Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:32.351Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:32.360Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:32.361Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:33.250Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:25:33.250Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:33.252Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:33.252Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:25:33.353Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:25:33.354Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:33.354Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:33.364Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:33.364Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:25:34.254Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "6e67d28e-4aeb-437d-a3ad-9224bb9035b6", "serviceDescription": "service", "serviceInvariantUUID": "66e026fc-4f44-4b28-9549-c19ad1e6f0a9", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "6578e049-3ce7-4037-b4db-4ee41378f7c8", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5bb3d34d-9ed4-4ca0-870d-ac17393cdca4", "resourceInvariantUUID": "de86aef6-b742-4e17-8602-5823fe06df85", "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": "YjJjMjlhNTA4ODM3MjFlZDIxY2FiY2RkMzJhMTg2OGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "862d5401-97b0-4661-96e1-880fb3740742", "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": "c10a1e09-69a6-4a7f-8932-6d72e9bd60a6", "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": "9e972946-4cd0-49a1-bac4-082a9b31e289", "generatedFromUUID": "c10a1e09-69a6-4a7f-8932-6d72e9bd60a6" }, "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": "9e972946-4cd0-49a1-bac4-082a9b31e289", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NWI5NmM1M2NjNzgzMDkyYjgyNTYxOTllYjdhZTMzNzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1dc354a-570d-47c4-a895-26dd7ef3d8f1" } ], "workloadContext": "Production" } 2021-10-13T06:25:34.254Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-13T06:25:34.255Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e67d28e-4aeb-437d-a3ad-9224bb9035b6 ASDC 2021-10-13T06:25:34.255Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e06cb3b0-1aef-4d3c-876e-71abb45cea08 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:6e67d28e-4aeb-437d-a3ad-9224bb9035b6 ServiceInvariantUUID:66e026fc-4f44-4b28-9549-c19ad1e6f0a9 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:b1dc354a-570d-47c4-a895-26dd7ef3d8f1 ArtifactChecksum:NWI5NmM1M2NjNzgzMDkyYjgyNTYxOTllYjdhZTMzNzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:6578e049-3ce7-4037-b4db-4ee41378f7c8 ResourceInvariantUUID:de86aef6-b742-4e17-8602-5823fe06df85 ResourceName:basicclamp ResourceType:VF ResourceUUID:5bb3d34d-9ed4-4ca0-870d-ac17393cdca4 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:862d5401-97b0-4661-96e1-880fb3740742 ArtifactChecksum:YjJjMjlhNTA4ODM3MjFlZDIxY2FiY2RkMzJhMTg2OGU= 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:c10a1e09-69a6-4a7f-8932-6d72e9bd60a6 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:9e972946-4cd0-49a1-bac4-082a9b31e289 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:9e972946-4cd0-49a1-bac4-082a9b31e289 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-13T06:25:34.255Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e67d28e-4aeb-437d-a3ad-9224bb9035b6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:25:34.285Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:25:34.285Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:25:34.285Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:25:34.285Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b1dc354a-570d-47c4-a895-26dd7ef3d8f1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-13T06:25:34.286Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:25:34.286Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-13T06:25:35.254Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:25:35.260Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b1dc354a-570d-47c4-a895-26dd7ef3d8f1 73477 2021-10-13T06:25:35.260Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-10-13T06:25:35.260Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-13T06:25:35.261Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:25:35.261Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:35.263Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:35.263Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106335260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:25:35.363Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:35.364Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:35.364Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:35.374Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:35.374Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:36.263Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:25:36.265Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:25:36.265Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b1dc354a-570d-47c4-a895-26dd7ef3d8f1, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-13T06:25:36.265Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-10-13T06:25:36.266Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-13T06:25:36.266Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-13T06:25:36.370Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14366673348887369614/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|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-Basicclamp-csar.csar 2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|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-Basicclamp-csar.csar 2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|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-Basicclamp-csar.csar 2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|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-Basicclamp-csar.csar 2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|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-Basicclamp-csar.csar 2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dce7ede3-6089-457a-93d2-8ff02d879af6 2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:37.457Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:37.457Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:6e67d28e-4aeb-437d-a3ad-9224bb9035b6 Model Version:NULL Model InvariantUuid:66e026fc-4f44-4b28-9549-c19ad1e6f0a9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:2d62d766-a0bf-4dc4-a75e-f12df977a681 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:de86aef6-b742-4e17-8602-5823fe06df85 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6578e049-3ce7-4037-b4db-4ee41378f7c8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:033ffdf1-35a2-4965-81ff-839510c19256 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:552b7cf0-e3a7-4b99-9642-6d947931a47c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dce7ede3-6089-457a-93d2-8ff02d879af6 ModelInvariantUuid:f3971bac-1d84-47f5-951a-9b8c04adec35 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:7dd64ece-4e12-44b0-922e-0cac30ea529b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b5a66336-2adc-4b1b-b2d8-c269bcbabbf5 ModelInvariantUuid:e67a2910-c4f4-41a3-8089-b830b33636da ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:1b4cab19-c8ce-49eb-8105-10ba8ee79df8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-13T06:25:37.464Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5bb3d34d-9ed4-4ca0-870d-ac17393cdca4 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:25:37.466Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-10-13T06:25:37.466Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5bb3d34d-9ed4-4ca0-870d-ac17393cdca4 2021-10-13T06:25:37.466Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 862d5401-97b0-4661-96e1-880fb3740742 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-13T06:25:37.467Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:25:37.467Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-13T06:25:37.679Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:25:37.679Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 862d5401-97b0-4661-96e1-880fb3740742 790 2021-10-13T06:25:37.679Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-10-13T06:25:37.680Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-13T06:25:37.680Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:25:37.680Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:37.682Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:37.682Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106337679, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:25:37.782Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:37.783Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:37.783Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:37.793Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:37.793Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:25:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:25:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:25:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:38.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:38.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:25:38.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:25:38.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:25:38.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:25:38.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106218218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:25:38.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106227052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:25:38.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:25:38.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:25:38.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106229152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:25:38.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:25:38.683Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "033ffdf1-35a2-4965-81ff-839510c19256", "vfModuleModelVersion": "1", "vfModuleModelUUID": "552b7cf0-e3a7-4b99-9642-6d947931a47c", "vfModuleModelCustomizationUUID": "6c7fdce6-a680-4fd3-94b4-0fcb1108f584", "isBase": true, "artifacts": [ "c10a1e09-69a6-4a7f-8932-6d72e9bd60a6", "9e972946-4cd0-49a1-bac4-082a9b31e289" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-13T06:25:38.688Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:552b7cf0-e3a7-4b99-9642-6d947931a47c VfModuleModelInvariantUUID:033ffdf1-35a2-4965-81ff-839510c19256 VfModuleModelDescription:NULL Artifacts UUID List:{ c10a1e09-69a6-4a7f-8932-6d72e9bd60a6 , 9e972946-4cd0-49a1-bac4-082a9b31e289 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-13T06:25:38.690Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "033ffdf1-35a2-4965-81ff-839510c19256", "vfModuleModelVersion": "1", "vfModuleModelUUID": "552b7cf0-e3a7-4b99-9642-6d947931a47c", "vfModuleModelCustomizationUUID": "6c7fdce6-a680-4fd3-94b4-0fcb1108f584", "isBase": true, "artifacts": [ "c10a1e09-69a6-4a7f-8932-6d72e9bd60a6", "9e972946-4cd0-49a1-bac4-082a9b31e289" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-13T06:25:38.690Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:552b7cf0-e3a7-4b99-9642-6d947931a47c VfModuleModelInvariantUUID:033ffdf1-35a2-4965-81ff-839510c19256 VfModuleModelDescription:NULL Artifacts UUID List:{ c10a1e09-69a6-4a7f-8932-6d72e9bd60a6 , 9e972946-4cd0-49a1-bac4-082a9b31e289 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-13T06:25:38.691Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c10a1e09-69a6-4a7f-8932-6d72e9bd60a6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-13T06:25:38.691Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:25:38.691Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-13T06:25:38.784Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:25:38.784Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c10a1e09-69a6-4a7f-8932-6d72e9bd60a6 5033 2021-10-13T06:25:38.785Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-13T06:25:38.785Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-13T06:25:38.785Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:25:38.785Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:38.787Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:38.787Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106338785, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:25:38.887Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:38.888Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:38.888Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:38.898Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:38.898Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:39.788Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9e972946-4cd0-49a1-bac4-082a9b31e289 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-13T06:25:39.789Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:25:39.789Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-13T06:25:39.918Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:25:39.918Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9e972946-4cd0-49a1-bac4-082a9b31e289 909 2021-10-13T06:25:39.919Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-13T06:25:39.919Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-13T06:25:39.920Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:25:39.920Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:39.922Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:39.922Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106339919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:25:40.022Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:40.023Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:40.023Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:40.033Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:40.033Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:40.922Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6e67d28e-4aeb-437d-a3ad-9224bb9035b6 2021-10-13T06:25:40.923Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 5bb3d34d-9ed4-4ca0-870d-ac17393cdca4 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:25:40.937Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13ea6827, org.onap.sdc.toscaparser.api.parameters.Input@452b6370, org.onap.sdc.toscaparser.api.parameters.Input@5d4f701d, org.onap.sdc.toscaparser.api.parameters.Input@2933d294, org.onap.sdc.toscaparser.api.parameters.Input@69d83cc5] 2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6578e049-3ce7-4037-b4db-4ee41378f7c8 2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6578e049-3ce7-4037-b4db-4ee41378f7c8 matches Tosca VF Customization UUID: 6578e049-3ce7-4037-b4db-4ee41378f7c8 2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6578e049-3ce7-4037-b4db-4ee41378f7c8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-13T06:25:40.940Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.940Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:40.941Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6578e049-3ce7-4037-b4db-4ee41378f7c8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-10-13T06:25:40.941Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@660f74d3 2021-10-13T06:25:40.941Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.942Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-13T06:25:40.942Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6c7fdce6-a680-4fd3-94b4-0fcb1108f584 2021-10-13T06:25:40.942Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6c7fdce6-a680-4fd3-94b4-0fcb1108f584 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-13T06:25:40.945Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.945Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-13T06:25:40.945Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:25:40.945Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.945Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dce7ede3-6089-457a-93d2-8ff02d879af6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-13T06:25:40.949Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.949Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-13T06:25:40.949Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:25:40.950Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.950Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-13T06:25:40.950Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=6578e049-3ce7-4037-b4db-4ee41378f7c8 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:25:40.951Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6e67d28e-4aeb-437d-a3ad-9224bb9035b6: basicclamp 2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:25:41.019Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 5bb3d34d-9ed4-4ca0-870d-ac17393cdca4 1 ASDC deployResourceStructure 2021-10-13T06:25:41.020Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-10-13T06:25:41.020Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-13T06:25:41.020Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:25:41.020Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:41.022Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:41.022Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106341020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:25:41.122Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:41.123Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:41.123Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:41.130Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:41.130Z||pool-47-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:42.023Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-13T06:25:42.023Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-13T06:25:42.023Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:25:42.024Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:42.026Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:42.026Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106342022, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:25:42.126Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:42.140Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:42.140Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:42.148Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:42.148Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:43.027Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-13T06:25:43.027Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-13T06:25:43.027Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:25:43.028Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:43.030Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:43.030Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106343027, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-13T06:25:43.130Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-13T06:25:43.131Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:43.131Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:43.141Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:43.141Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:44.031Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-10-13T06:25:44.031Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-13T06:25:44.032Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:25:44.032Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:25:44.034Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:25:44.034Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106344031, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:25:44.135Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:25:44.135Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:25:44.136Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:25:44.145Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:25:44.146Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:25:45.035Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:25:45.044Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:25:45.046Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:25:45.046Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:25:45.047Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:26:15.047Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:26:15.059Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:26:15.064Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:26:15.064Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:26:15.064Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:26:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:26:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:26:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:26:38.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:26:38.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106320497, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:26:38.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:26:38.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "cds", "timestamp": 1634106319712, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "aai-ml", "timestamp": 1634106317891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "policy-id", "timestamp": 1634106323654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "cds", "timestamp": 1634106319712, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "aai-ml", "timestamp": 1634106317891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "policy-id", "timestamp": 1634106323654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "aai-ml", "timestamp": 1634106317891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "cds", "timestamp": 1634106319712, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "policy-id", "timestamp": 1634106323654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "aai-ml", "timestamp": 1634106317891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "cds", "timestamp": 1634106319712, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "policy-id", "timestamp": 1634106323654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106329329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "cds", "timestamp": 1634106319712, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "aai-ml", "timestamp": 1634106317891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "policy-id", "timestamp": 1634106323654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106329329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "cds", "timestamp": 1634106319712, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "aai-ml", "timestamp": 1634106317891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "policy-id", "timestamp": 1634106323654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106329329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "cds", "timestamp": 1634106319712, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "aai-ml", "timestamp": 1634106317891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "policy-id", "timestamp": 1634106323654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106332171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106329329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106321517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "cds", "timestamp": 1634106319712, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "aai-ml", "timestamp": 1634106317891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "policy-id", "timestamp": 1634106323654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106332171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "ves-openapi-manager", "timestamp": 1634106333202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106329329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106332171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "ves-openapi-manager", "timestamp": 1634106333202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106329329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "cds", "timestamp": 1634106335083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106334469, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "aai-ml", "timestamp": 1634106335158, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "policy-id", "timestamp": 1634106335189, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106335260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106332171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "ves-openapi-manager", "timestamp": 1634106333202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106329329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "cds", "timestamp": 1634106336087, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:26:38.264Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e06cb3b0-1aef-4d3c-876e-71abb45cea08 2021-10-13T06:26:38.264Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06cb3b0-1aef-4d3c-876e-71abb45cea08 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:26:38.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106334469, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "policy-id", "timestamp": 1634106336193, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "dcae-sch", "timestamp": 1634106336066, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106332171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "ves-openapi-manager", "timestamp": 1634106333202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106329329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:26:38.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106334469, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:26:38.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "policy-id", "timestamp": 1634106337196, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:26:38.282Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e06cb3b0-1aef-4d3c-876e-71abb45cea08 2021-10-13T06:26:38.282Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06cb3b0-1aef-4d3c-876e-71abb45cea08 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:26:38.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106337679, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:26:38.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:26:38.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "dcae-sch", "timestamp": 1634106336066, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106332171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "ves-openapi-manager", "timestamp": 1634106333202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:26:38.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:38.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-13T06:26:38.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106334469, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-13T06:26:38.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-13T06:26:45.064Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:26:45.346Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:26:45.348Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:26:45.349Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:26:45.349Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:27:15.349Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:27:15.358Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:27:15.360Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:27:15.360Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:27:15.360Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:27:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:27:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:27:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:27:38.750Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:27:38.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "dcae-sch", "timestamp": 1634106336066, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106338785, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106332171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "ves-openapi-manager", "timestamp": 1634106333202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106334469, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "dcae-sch", "timestamp": 1634106336066, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106332171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:27:38.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "ves-openapi-manager", "timestamp": 1634106333202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106339919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "cds", "timestamp": 1634106337090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106334469, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-13T06:27:38.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "aai-ml", "timestamp": 1634106340484, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "dcae-sch", "timestamp": 1634106336066, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "ves-openapi-manager", "timestamp": 1634106333202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106340888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "cds", "timestamp": 1634106337090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106341020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106334469, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "aai-ml", "timestamp": 1634106341488, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:27:38.766Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e06cb3b0-1aef-4d3c-876e-71abb45cea08 2021-10-13T06:27:38.766Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06cb3b0-1aef-4d3c-876e-71abb45cea08 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:27:38.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "dcae-sch", "timestamp": 1634106336066, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "cds", "timestamp": 1634106337090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106342022, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106334469, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106342455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "dcae-sch", "timestamp": 1634106336066, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "cds", "timestamp": 1634106337090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106343027, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106343027, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106343314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106343458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "dcae-sch", "timestamp": 1634106336066, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "cds", "timestamp": 1634106337090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106344031, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106344031, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:27:38.784Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e06cb3b0-1aef-4d3c-876e-71abb45cea08 2021-10-13T06:27:38.784Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06cb3b0-1aef-4d3c-876e-71abb45cea08 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:27:38.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "policy-id", "timestamp": 1634106343654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106344506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "cds", "timestamp": 1634106337090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "policy-id", "timestamp": 1634106343654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "dcae-sch", "timestamp": 1634106345439, "artifactURL": "/sdc/v1/catalog/services/6e67d28e-4aeb-437d-a3ad-9224bb9035b6/resourceInstances/basicclamp0/artifacts/cd6e3f5b-b68c-49dc-a04a-a275c87dcedc", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106345625, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "cds", "timestamp": 1634106337090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:27:38.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "policy-id", "timestamp": 1634106343654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-13T06:27:38.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106346648, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:27:38.802Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e06cb3b0-1aef-4d3c-876e-71abb45cea08 2021-10-13T06:27:38.802Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06cb3b0-1aef-4d3c-876e-71abb45cea08 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-13T06:27:38.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "dcae-sch", "timestamp": 1634106346681, "artifactURL": "/sdc/v1/catalog/services/6e67d28e-4aeb-437d-a3ad-9224bb9035b6/resourceInstances/basicclamp0/artifacts/cd6e3f5b-b68c-49dc-a04a-a275c87dcedc", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "policy-id", "timestamp": 1634106343654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "cds", "timestamp": 1634106347336, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "multicloud-k8s-id", "timestamp": 1634106347652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "dcae-sch", "timestamp": 1634106347685, "artifactURL": "/sdc/v1/catalog/services/6e67d28e-4aeb-437d-a3ad-9224bb9035b6/resourceInstances/basicclamp0/artifacts/cd6e3f5b-b68c-49dc-a04a-a275c87dcedc", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:27:38.820Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of e06cb3b0-1aef-4d3c-876e-71abb45cea08 2021-10-13T06:27:38.821Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06cb3b0-1aef-4d3c-876e-71abb45cea08 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:27:38.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "policy-id", "timestamp": 1634106343654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "cds", "timestamp": 1634106348340, "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 (?, ?, ?, ?, ?) 2021-10-13T06:27:38.846Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16ba9240-e7b7-4a2e-9df9-faabe31b0199 2021-10-13T06:27:38.846Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16ba9240-e7b7-4a2e-9df9-faabe31b0199 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:27:38.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "aai-ml", "timestamp": 1634106347891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "policy-id", "timestamp": 1634106343654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "aai-ml", "timestamp": 1634106347891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "policy-id", "timestamp": 1634106343654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:27:38.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "aai-ml", "timestamp": 1634106347891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "aai-ml", "timestamp": 1634106347891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "policy-id", "timestamp": 1634106352055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "aai-ml", "timestamp": 1634106347891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "policy-id", "timestamp": 1634106353059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "aai-ml", "timestamp": 1634106347891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "ves-openapi-manager", "timestamp": 1634106353202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "policy-id", "timestamp": 1634106354062, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:27:38.863Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16ba9240-e7b7-4a2e-9df9-faabe31b0199 2021-10-13T06:27:38.863Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16ba9240-e7b7-4a2e-9df9-faabe31b0199 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "aai-ml", "timestamp": 1634106347891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "ves-openapi-manager", "timestamp": 1634106353202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106354469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "aai-ml", "timestamp": 1634106355664, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "ves-openapi-manager", "timestamp": 1634106353202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106354469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "dcae-sch", "timestamp": 1634106356066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "ves-openapi-manager", "timestamp": 1634106353202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106354469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-13T06:27:38.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106357562, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "dcae-sch", "timestamp": 1634106356066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "ves-openapi-manager", "timestamp": 1634106353202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106354469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106358565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "dcae-sch", "timestamp": 1634106356066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "ves-openapi-manager", "timestamp": 1634106353202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106354469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "clamp", "timestamp": 1634106359568, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:27:38.880Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e06cb3b0-1aef-4d3c-876e-71abb45cea08 2021-10-13T06:27:38.880Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e06cb3b0-1aef-4d3c-876e-71abb45cea08 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:27:38.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "dcae-sch", "timestamp": 1634106356066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "ves-openapi-manager", "timestamp": 1634106353202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106354469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "dcae-sch", "timestamp": 1634106356066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106354469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "clamp", "timestamp": 1634106360571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "dcae-sch", "timestamp": 1634106356066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "aai-ml", "timestamp": 1634106361748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106362172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "clamp", "timestamp": 1634106360571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "dcae-sch", "timestamp": 1634106356066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "aai-ml", "timestamp": 1634106362752, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:27:38.898Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16ba9240-e7b7-4a2e-9df9-faabe31b0199 2021-10-13T06:27:38.898Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16ba9240-e7b7-4a2e-9df9-faabe31b0199 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:27:38.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106362171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "clamp", "timestamp": 1634106360571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106363235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106362171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "clamp", "timestamp": 1634106360571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106364412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106362171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "clamp", "timestamp": 1634106360571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106365433, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:27:38.914Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16ba9240-e7b7-4a2e-9df9-faabe31b0199 2021-10-13T06:27:38.915Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16ba9240-e7b7-4a2e-9df9-faabe31b0199 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-13T06:27:38.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106362171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "clamp", "timestamp": 1634106360571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "multicloud-k8s-id", "timestamp": 1634106366438, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106362171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "clamp", "timestamp": 1634106360571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106362171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106362171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106370090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106372297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106373300, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:27:38.928Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16ba9240-e7b7-4a2e-9df9-faabe31b0199 2021-10-13T06:27:38.928Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16ba9240-e7b7-4a2e-9df9-faabe31b0199 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:27:38.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "clamp", "timestamp": 1634106373462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:27:38.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "clamp", "timestamp": 1634106375471, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:27:38.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:27:38.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:27:38.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "clamp", "timestamp": 1634106376474, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:27:38.942Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16ba9240-e7b7-4a2e-9df9-faabe31b0199 2021-10-13T06:27:38.943Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16ba9240-e7b7-4a2e-9df9-faabe31b0199 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:27:45.361Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:27:45.373Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:27:45.376Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:27:45.376Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-13T06:27:45.376Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-13T06:27:45.376Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-13T06:27:45.376Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:27:45.376Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:27:45.376Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:27:45.376Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:27:45.376Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:27:45.376Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:27:45.377Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:27:45.377Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:27:45.381Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-13T06:28:15.382Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-13T06:28:15.388Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e06cb3b0-1aef-4d3c-876e-71abb45cea08 and serviceModelVersionId: 6e67d28e-4aeb-437d-a3ad-9224bb9035b6 2021-10-13T06:28:15.389Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66e026fc-4f44-4b28-9549-c19ad1e6f0a9 2021-10-13T06:28:15.390Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66e026fc-4f44-4b28-9549-c19ad1e6f0a9/model-vers/model-ver/6e67d28e-4aeb-437d-a3ad-9224bb9035b6?depth=0 2021-10-13T06:28:15.395Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-13T06:28:15.426Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66e026fc-4f44-4b28-9549-c19ad1e6f0a9/model-vers/model-ver/6e67d28e-4aeb-437d-a3ad-9224bb9035b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-10-13T06:28:15.426Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66e026fc-4f44-4b28-9549-c19ad1e6f0a9/model-vers/model-ver/6e67d28e-4aeb-437d-a3ad-9224bb9035b6?depth=0|INFO|500||Invoke 2021-10-13T06:28:15.467Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66e026fc-4f44-4b28-9549-c19ad1e6f0a9/model-vers/model-ver/6e67d28e-4aeb-437d-a3ad-9224bb9035b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-13T06:28:16.100Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66e026fc-4f44-4b28-9549-c19ad1e6f0a9/model-vers/model-ver/6e67d28e-4aeb-437d-a3ad-9224bb9035b6?depth=0|INFO|500||InvokeReturn 2021-10-13T06:28:16.101Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66e026fc-4f44-4b28-9549-c19ad1e6f0a9/model-vers/model-ver/6e67d28e-4aeb-437d-a3ad-9224bb9035b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211013-06:28:15:475-67044], vertex-id=[213112], Content-Length=[0], Date=[Wed, 13 Oct 2021 06:28:15 GMT], Content-Type=[application/json]} 2021-10-13T06:28:16.101Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-10-13T06:28:16.101Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-13T06:28:16.102Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:28:16.105Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-13T06:28:16.105Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e06cb3b0-1aef-4d3c-876e-71abb45cea08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-13T06:28:16.106Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-13T06:28:16.106Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:16.107Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:16.107Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106496105, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:28:16.207Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:16.208Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:16.208Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:16.221Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:16.221Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-13T06:28:17.119Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:28:17.120Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:28:17.120Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:21.410Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:21.410Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-13T06:28:21.410Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"16ba9240-e7b7-4a2e-9df9-faabe31b0199","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"935c5e0d-8656-4f18-96f1-fcd74263c8e5","serviceDescription":"service","serviceInvariantUUID":"188ea258-c187-4132-adac-00fc53bc65cc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c2ff665-6d6f-45a7-8943-a48d61d97d19","resourceInvariantUUID":"e07c36a4-d683-446b-b7b9-f09d4243a7c6","resourceCustomizationUUID":"43c9c2d4-918d-4f19-b1fd-b0b4bec803cb","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":"NWQyNDk1Nzg4YzliNGU3MmQ1ZWNmYzhkYjQ4NDRiM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ec864ed-11bf-4df9-9dc3-f223f51f9542","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":"Mzk4ZGZiZDU2NzA4NDYxNTIyMTZkOTY4MWRiY2M4YjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3f19a53-d7eb-404e-8f5a-5c72aa1840b4","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":"7f6c8e7a-0a1c-4ab5-a877-36e0955e1257","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":"ddb49d1b-a503-4fdf-b249-b6e4432d2228","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":"1b61f773-cbcf-4eeb-9c43-97b5f0c9454f","artifactVersion":"2","generatedFromUUID":"7f6c8e7a-0a1c-4ab5-a877-36e0955e1257"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDFmOTZkZTM1MDI2MWQ5MjYzY2I5Y2Y4OTY1OTM4ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2cc58aa2-f186-4443-be1f-e1f98539b7fd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTM3ZDc2M2JjNWFiYTAyYmFiNGM3ZjBlNDQ1OTVmNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"764a51c4-fe9e-4c85-a2e5-c37a9e398ea3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-13T06:28:21.412Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:28:21.412Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:21.414Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:21.414Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:28:21.514Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:21.515Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:21.515Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:21.525Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:21.526Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:22.414Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:28:22.415Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:22.417Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:22.417Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:28:22.517Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:22.518Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:22.518Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:22.530Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:22.530Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:23.417Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:28:23.418Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:23.420Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:23.420Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-13T06:28:23.521Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:23.521Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:23.521Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:23.531Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:23.531Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:24.421Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:28:24.422Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:24.424Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:24.425Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:28:24.525Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:24.525Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:24.526Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:24.535Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:24.536Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:25.425Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:28:25.426Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:25.428Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:25.428Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-13T06:28:25.528Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:25.529Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:25.529Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:25.540Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:25.541Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:26.429Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:28:26.430Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:26.432Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:26.432Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:28:26.532Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:26.533Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:26.533Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:26.543Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:26.543Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:27.433Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:28:27.434Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:27.435Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:27.435Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:28:27.536Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:28:27.537Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:27.537Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:27.546Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:27.547Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:28.437Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "935c5e0d-8656-4f18-96f1-fcd74263c8e5", "serviceDescription": "service", "serviceInvariantUUID": "188ea258-c187-4132-adac-00fc53bc65cc", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "43c9c2d4-918d-4f19-b1fd-b0b4bec803cb", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3c2ff665-6d6f-45a7-8943-a48d61d97d19", "resourceInvariantUUID": "e07c36a4-d683-446b-b7b9-f09d4243a7c6", "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": "Mzk4ZGZiZDU2NzA4NDYxNTIyMTZkOTY4MWRiY2M4YjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d3f19a53-d7eb-404e-8f5a-5c72aa1840b4", "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": "7f6c8e7a-0a1c-4ab5-a877-36e0955e1257", "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": "1b61f773-cbcf-4eeb-9c43-97b5f0c9454f", "generatedFromUUID": "7f6c8e7a-0a1c-4ab5-a877-36e0955e1257" }, "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": "1b61f773-cbcf-4eeb-9c43-97b5f0c9454f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NTM3ZDc2M2JjNWFiYTAyYmFiNGM3ZjBlNDQ1OTVmNjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "764a51c4-fe9e-4c85-a2e5-c37a9e398ea3" } ], "workloadContext": "Production" } 2021-10-13T06:28:28.437Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-13T06:28:28.437Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 935c5e0d-8656-4f18-96f1-fcd74263c8e5 ASDC 2021-10-13T06:28:28.437Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:16ba9240-e7b7-4a2e-9df9-faabe31b0199 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:935c5e0d-8656-4f18-96f1-fcd74263c8e5 ServiceInvariantUUID:188ea258-c187-4132-adac-00fc53bc65cc 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:764a51c4-fe9e-4c85-a2e5-c37a9e398ea3 ArtifactChecksum:NTM3ZDc2M2JjNWFiYTAyYmFiNGM3ZjBlNDQ1OTVmNjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:43c9c2d4-918d-4f19-b1fd-b0b4bec803cb ResourceInvariantUUID:e07c36a4-d683-446b-b7b9-f09d4243a7c6 ResourceName:basic_vm ResourceType:VF ResourceUUID:3c2ff665-6d6f-45a7-8943-a48d61d97d19 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:d3f19a53-d7eb-404e-8f5a-5c72aa1840b4 ArtifactChecksum:Mzk4ZGZiZDU2NzA4NDYxNTIyMTZkOTY4MWRiY2M4YjA= 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:7f6c8e7a-0a1c-4ab5-a877-36e0955e1257 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:1b61f773-cbcf-4eeb-9c43-97b5f0c9454f 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:1b61f773-cbcf-4eeb-9c43-97b5f0c9454f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-13T06:28:28.437Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 935c5e0d-8656-4f18-96f1-fcd74263c8e5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-13T06:28:28.470Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:28:28.471Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:28:28.471Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:28:28.471Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 764a51c4-fe9e-4c85-a2e5-c37a9e398ea3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-13T06:28:28.471Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:28:28.472Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:28.616Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:28:28.619Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 764a51c4-fe9e-4c85-a2e5-c37a9e398ea3 70867 2021-10-13T06:28:28.619Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:28.619Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:28.620Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:28:28.620Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:28.621Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:28.622Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106508619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:28:28.722Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:28.723Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:28.723Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:28.734Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:28.735Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:29.622Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:28:29.624Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:28:29.624Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 764a51c4-fe9e-4c85-a2e5-c37a9e398ea3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-13T06:28:29.624Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-10-13T06:28:29.625Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-13T06:28:29.625Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-10-13T06:28:29.882Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9244036019796760857/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-10-13T06:28:30.905Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:28:30.906Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.907Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:30.907Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-13T06:28:30.907Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:28:30.907Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:28:30.907Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.907Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:30.907Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-13T06:28:30.907Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:28:30.908Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:28:30.908Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.908Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:30.908Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.908Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-13T06:28:30.908Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-13T06:28:30.908Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-13T06:28:30.908Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-13T06:28:30.909Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-13T06:28:30.909Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-13T06:28:30.909Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.909Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:30.909Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.909Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-13T06:28:30.909Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:28:30.909Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.910Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-13T06:28:30.910Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:28:30.910Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.910Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-13T06:28:30.910Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:28:30.910Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.910Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-13T06:28:30.910Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-13T06:28:30.910Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-13T06:28:30.911Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2a00451e-fba7-4228-84a3-10c6ef83facb 2021-10-13T06:28:30.911Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.911Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:30.911Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.911Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:30.911Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.911Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:30.911Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:30.911Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:30.912Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:935c5e0d-8656-4f18-96f1-fcd74263c8e5 Model Version:NULL Model InvariantUuid:188ea258-c187-4132-adac-00fc53bc65cc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5806fc08-352f-4bd5-ab2e-9ef1829a8093 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e07c36a4-d683-446b-b7b9-f09d4243a7c6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:43c9c2d4-918d-4f19-b1fd-b0b4bec803cb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8288d3dc-cc0a-4d28-9388-6398c44cd954 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:32a7483f-1184-423a-9678-cdbab952f7c6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2a00451e-fba7-4228-84a3-10c6ef83facb ModelInvariantUuid:078fd88b-ead8-4b92-ae2d-ebe5c62a92d5 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:8d31a140-432c-49c4-b9b1-4d711d9fd366 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:b530b0d4-8a92-4a35-996d-3cd1e69b7430 ModelInvariantUuid:8e14d62e-84c7-45fa-b658-cb88f850fa38 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:19e40ba3-2d03-4589-ade1-ade8a4f6b338 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-13T06:28:30.920Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c2ff665-6d6f-45a7-8943-a48d61d97d19 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:28:30.923Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-10-13T06:28:30.923Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c2ff665-6d6f-45a7-8943-a48d61d97d19 2021-10-13T06:28:30.923Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d3f19a53-d7eb-404e-8f5a-5c72aa1840b4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-13T06:28:30.923Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:28:30.923Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:31.384Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:28:31.385Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 d3f19a53-d7eb-404e-8f5a-5c72aa1840b4 787 2021-10-13T06:28:31.385Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:31.385Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:31.385Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:28:31.385Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:31.387Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:31.387Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106511385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:28:31.487Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:31.488Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:31.488Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:31.498Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:31.499Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:32.387Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8288d3dc-cc0a-4d28-9388-6398c44cd954", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32a7483f-1184-423a-9678-cdbab952f7c6", "vfModuleModelCustomizationUUID": "7bbcc166-b895-4b90-81c2-26acab3b38b1", "isBase": true, "artifacts": [ "7f6c8e7a-0a1c-4ab5-a877-36e0955e1257", "1b61f773-cbcf-4eeb-9c43-97b5f0c9454f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-13T06:28:32.390Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32a7483f-1184-423a-9678-cdbab952f7c6 VfModuleModelInvariantUUID:8288d3dc-cc0a-4d28-9388-6398c44cd954 VfModuleModelDescription:NULL Artifacts UUID List:{ 7f6c8e7a-0a1c-4ab5-a877-36e0955e1257 , 1b61f773-cbcf-4eeb-9c43-97b5f0c9454f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-13T06:28:32.393Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8288d3dc-cc0a-4d28-9388-6398c44cd954", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32a7483f-1184-423a-9678-cdbab952f7c6", "vfModuleModelCustomizationUUID": "7bbcc166-b895-4b90-81c2-26acab3b38b1", "isBase": true, "artifacts": [ "7f6c8e7a-0a1c-4ab5-a877-36e0955e1257", "1b61f773-cbcf-4eeb-9c43-97b5f0c9454f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-13T06:28:32.393Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32a7483f-1184-423a-9678-cdbab952f7c6 VfModuleModelInvariantUUID:8288d3dc-cc0a-4d28-9388-6398c44cd954 VfModuleModelDescription:NULL Artifacts UUID List:{ 7f6c8e7a-0a1c-4ab5-a877-36e0955e1257 , 1b61f773-cbcf-4eeb-9c43-97b5f0c9454f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-13T06:28:32.393Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7f6c8e7a-0a1c-4ab5-a877-36e0955e1257 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-13T06:28:32.393Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:28:32.393Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:33.384Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:28:33.384Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7f6c8e7a-0a1c-4ab5-a877-36e0955e1257 5033 2021-10-13T06:28:33.384Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:33.384Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:33.385Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:28:33.385Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:33.388Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:33.388Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106513384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:28:33.488Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:33.488Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:33.488Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:33.499Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:33.499Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:34.388Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1b61f773-cbcf-4eeb-9c43-97b5f0c9454f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-13T06:28:34.389Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:28:34.389Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:34.490Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:28:34.491Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1b61f773-cbcf-4eeb-9c43-97b5f0c9454f 903 2021-10-13T06:28:34.491Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:34.491Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:34.491Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:28:34.491Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:34.493Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:34.493Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106514491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:28:34.593Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:34.594Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:34.594Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:34.605Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:34.605Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:28:35.494Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 935c5e0d-8656-4f18-96f1-fcd74263c8e5 2021-10-13T06:28:35.495Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3c2ff665-6d6f-45a7-8943-a48d61d97d19 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:28:35.508Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@504b2e78, org.onap.sdc.toscaparser.api.parameters.Input@31efade5, org.onap.sdc.toscaparser.api.parameters.Input@725e003, org.onap.sdc.toscaparser.api.parameters.Input@61b4c892, org.onap.sdc.toscaparser.api.parameters.Input@68850232] 2021-10-13T06:28:35.509Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.509Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:35.509Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-10-13T06:28:35.509Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 43c9c2d4-918d-4f19-b1fd-b0b4bec803cb 2021-10-13T06:28:35.509Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 43c9c2d4-918d-4f19-b1fd-b0b4bec803cb matches Tosca VF Customization UUID: 43c9c2d4-918d-4f19-b1fd-b0b4bec803cb 2021-10-13T06:28:35.509Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 43c9c2d4-918d-4f19-b1fd-b0b4bec803cb matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-13T06:28:35.511Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.511Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:35.512Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 43c9c2d4-918d-4f19-b1fd-b0b4bec803cb: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2021-10-13T06:28:35.512Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4bf36a72 2021-10-13T06:28:35.512Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.512Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:35.512Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7bbcc166-b895-4b90-81c2-26acab3b38b1 2021-10-13T06:28:35.512Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7bbcc166-b895-4b90-81c2-26acab3b38b1 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-13T06:28:35.514Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.514Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-13T06:28:35.514Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:28:35.514Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.514Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-13T06:28:35.514Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:28:35.515Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.515Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-13T06:28:35.515Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-13T06:28:35.515Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-13T06:28:35.515Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2a00451e-fba7-4228-84a3-10c6ef83facb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-13T06:28:35.517Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.517Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-13T06:28:35.517Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:28:35.517Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.518Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-13T06:28:35.518Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=43c9c2d4-918d-4f19-b1fd-b0b4bec803cb Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:28:35.519Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.519Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:35.519Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 935c5e0d-8656-4f18-96f1-fcd74263c8e5: basic_vm 2021-10-13T06:28:35.520Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.520Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:35.520Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.520Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:35.520Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.520Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:35.520Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.520Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:35.520Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:28:35.521Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:28:35.521Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:28:35.590Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3c2ff665-6d6f-45a7-8943-a48d61d97d19 1 ASDC deployResourceStructure 2021-10-13T06:28:35.590Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:35.590Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:35.590Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:28:35.591Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:35.593Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:35.593Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106515590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:28:35.694Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:35.695Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:35.695Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:35.704Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:35.704Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:28:36.594Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:36.595Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:36.595Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:28:36.595Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:36.598Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:36.598Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106516594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:28:36.698Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:36.698Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:36.698Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:36.706Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:36.707Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:37.598Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:37.599Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:37.599Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:28:37.600Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:37.601Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:37.602Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106517598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-13T06:28:37.701Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-13T06:28:37.702Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:37.702Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:37.712Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:37.712Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:28:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:28:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:38.602Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:38.603Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 2021-10-13T06:28:38.603Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:28:38.603Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:28:38.605Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:28:38.605Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106518602, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:28:38.705Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:28:38.706Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:28:38.706Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:28:38.716Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:38.717Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:28:38.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:28:38.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106496105, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:28:38.727Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:28:38.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:28:38.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:28:38.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:28:38.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:28:38.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106497119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:28:38.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106508619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106511385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106513384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106514491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:28:38.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106515590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:28:38.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:28:38.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106516594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:28:38.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:28:38.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:28:38.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106517598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-13T06:28:38.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:28:39.606Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16ba9240-e7b7-4a2e-9df9-faabe31b0199 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:28:39.616Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16ba9240-e7b7-4a2e-9df9-faabe31b0199 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:28:39.618Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:28:39.618Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-13T06:28:39.618Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-13T06:28:39.619Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-13T06:28:39.619Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:28:39.619Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:28:39.619Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:28:39.619Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:28:39.619Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:28:39.619Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:28:39.619Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:28:39.625Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-13T06:29:09.625Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16ba9240-e7b7-4a2e-9df9-faabe31b0199 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-13T06:29:09.630Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16ba9240-e7b7-4a2e-9df9-faabe31b0199 and serviceModelVersionId: 935c5e0d-8656-4f18-96f1-fcd74263c8e5 2021-10-13T06:29:09.631Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 188ea258-c187-4132-adac-00fc53bc65cc 2021-10-13T06:29:09.631Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/188ea258-c187-4132-adac-00fc53bc65cc/model-vers/model-ver/935c5e0d-8656-4f18-96f1-fcd74263c8e5?depth=0 2021-10-13T06:29:09.636Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-13T06:29:09.670Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/188ea258-c187-4132-adac-00fc53bc65cc/model-vers/model-ver/935c5e0d-8656-4f18-96f1-fcd74263c8e5?depth=0|INFO|500||Invoke 2021-10-13T06:29:09.670Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/188ea258-c187-4132-adac-00fc53bc65cc/model-vers/model-ver/935c5e0d-8656-4f18-96f1-fcd74263c8e5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/188ea258-c187-4132-adac-00fc53bc65cc/model-vers/model-ver/935c5e0d-8656-4f18-96f1-fcd74263c8e5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16ba9240-e7b7-4a2e-9df9-faabe31b0199], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26cea17b-57d6-49f2-b08e-ea0e3557f32c], X-ECOMP-RequestID=[16ba9240-e7b7-4a2e-9df9-faabe31b0199], X-TransactionId=[], X-ONAP-RequestID=[16ba9240-e7b7-4a2e-9df9-faabe31b0199], Content-Type=[application/merge-patch+json]} 2021-10-13T06:29:09.690Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/188ea258-c187-4132-adac-00fc53bc65cc/model-vers/model-ver/935c5e0d-8656-4f18-96f1-fcd74263c8e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-13T06:29:10.505Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/188ea258-c187-4132-adac-00fc53bc65cc/model-vers/model-ver/935c5e0d-8656-4f18-96f1-fcd74263c8e5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/188ea258-c187-4132-adac-00fc53bc65cc/model-vers/model-ver/935c5e0d-8656-4f18-96f1-fcd74263c8e5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211013-06:29:09:698-6658], vertex-id=[217200], Content-Length=[0], Date=[Wed, 13 Oct 2021 06:29:09 GMT], Content-Type=[application/json]} 2021-10-13T06:29:10.505Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/188ea258-c187-4132-adac-00fc53bc65cc/model-vers/model-ver/935c5e0d-8656-4f18-96f1-fcd74263c8e5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-13T06:29:10.506Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/188ea258-c187-4132-adac-00fc53bc65cc/model-vers/model-ver/935c5e0d-8656-4f18-96f1-fcd74263c8e5?depth=0|INFO|500||InvokeReturn 2021-10-13T06:29:10.506Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-13T06:29:10.506Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:29:10.510Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-13T06:29:10.510Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16ba9240-e7b7-4a2e-9df9-faabe31b0199 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-13T06:29:10.511Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-13T06:29:10.511Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:10.513Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:10.513Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106550511, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:29:10.613Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:29:10.614Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:10.614Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:10.625Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:10.626Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-13T06:29:11.527Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:29:11.527Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:29:11.527Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:19.366Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:19.367Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-13T06:29:19.367Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"05678638-97dc-4ece-aa75-674d7ba4cda1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"49b31a59-0774-4b35-ad8d-0dfddffd87c6","serviceDescription":"service","serviceInvariantUUID":"ed3f3bd2-7b04-464d-9337-103e6a05d0e1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"649d9f56-10b7-4e8a-b637-e180c962d2a3","resourceInvariantUUID":"7406f5d3-3f0b-4c56-8d98-8912fa5e7f1d","resourceCustomizationUUID":"1957c608-faf2-4836-83c8-3fece51953f6","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":"NmZlMTNjMGI1YTczNjIxNTJjNmYxOTMxNzY1Y2YwZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be24c09b-8c02-48cf-bbd9-336e6dbd0b3d","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":"7d300547-f94a-4312-97a0-ab31324c7698","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":"4ec30aae-f100-4848-82e8-5c55b1ee7b05","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":"MmZhYTFjOGVjNWRmNWUxYmI2M2M5ZGNmNjQxZGUzZWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"21ee23b6-a722-42fc-bfe7-b5474fbcd5af","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":"abb77100-6ac0-44b7-b0da-b00c6a098517","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":"d8de05b5-d784-4369-89d8-bbf81c09d9ae","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":"5a1870e7-cc77-4a75-917b-41f9a036e6c6","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":"NzE2ZjZiYTBiYzJhZTQ3YjMzYTY1NmY5OGM3YWY0N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7548a87-791c-4f4e-b42d-6707d9de97fe","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODQyNmRjODI0OTY4ZjdmMGI2ZDdmODVhYWM1MGVjMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8db71d9-e9e6-4db9-bff2-b36310b5f001","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-13T06:29:19.369Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:29:19.374Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:19.375Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:19.375Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:29:19.476Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:29:19.476Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:19.477Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:19.487Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:19.488Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:29:20.376Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:29:20.377Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:20.379Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:20.379Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:29:20.479Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:29:20.480Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:20.480Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:20.490Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:20.490Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:29:21.380Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:29:21.380Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:21.382Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:21.382Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:29:21.483Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:29:21.483Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:21.483Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:21.493Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:21.493Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:29:22.383Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:29:22.384Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:22.386Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:22.386Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:29:22.487Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:29:22.487Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:22.487Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:22.497Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:22.497Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:29:23.387Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:29:23.388Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:23.391Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:23.391Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:29:23.491Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:29:23.492Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:23.492Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:23.502Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:23.502Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:29:24.391Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:29:24.393Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:24.395Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:24.395Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:29:24.495Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:29:24.496Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:24.496Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:24.506Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:24.507Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:29:25.395Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:29:25.396Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:25.398Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:25.399Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:29:25.499Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:29:25.499Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:25.499Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:25.510Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:25.511Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:29:26.399Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:29:26.400Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:26.402Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:26.402Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:29:26.502Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:29:26.503Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:26.503Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:26.512Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:26.512Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:29:27.403Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:29:27.403Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:27.405Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:27.405Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:29:27.506Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:29:27.506Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:27.507Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:27.517Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:27.517Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:29:28.407Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "49b31a59-0774-4b35-ad8d-0dfddffd87c6", "serviceDescription": "service", "serviceInvariantUUID": "ed3f3bd2-7b04-464d-9337-103e6a05d0e1", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "1957c608-faf2-4836-83c8-3fece51953f6", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "649d9f56-10b7-4e8a-b637-e180c962d2a3", "resourceInvariantUUID": "7406f5d3-3f0b-4c56-8d98-8912fa5e7f1d", "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": "ODQyNmRjODI0OTY4ZjdmMGI2ZDdmODVhYWM1MGVjMmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8db71d9-e9e6-4db9-bff2-b36310b5f001" } ], "workloadContext": "Production" } 2021-10-13T06:29:28.407Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-13T06:29:28.407Z|16ba9240-e7b7-4a2e-9df9-faabe31b0199|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 49b31a59-0774-4b35-ad8d-0dfddffd87c6 ASDC 2021-10-13T06:29:28.408Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:05678638-97dc-4ece-aa75-674d7ba4cda1 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:49b31a59-0774-4b35-ad8d-0dfddffd87c6 ServiceInvariantUUID:ed3f3bd2-7b04-464d-9337-103e6a05d0e1 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:b8db71d9-e9e6-4db9-bff2-b36310b5f001 ArtifactChecksum:ODQyNmRjODI0OTY4ZjdmMGI2ZDdmODVhYWM1MGVjMmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:1957c608-faf2-4836-83c8-3fece51953f6 ResourceInvariantUUID:7406f5d3-3f0b-4c56-8d98-8912fa5e7f1d ResourceName:test-pnf ResourceType:PNF ResourceUUID:649d9f56-10b7-4e8a-b637-e180c962d2a3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-13T06:29:28.408Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49b31a59-0774-4b35-ad8d-0dfddffd87c6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:29:28.435Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:29:28.436Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:29:28.436Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:29:28.436Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b8db71d9-e9e6-4db9-bff2-b36310b5f001 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-13T06:29:28.436Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:29:28.436Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-13T06:29:28.684Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:29:28.691Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b8db71d9-e9e6-4db9-bff2-b36310b5f001 105556 2021-10-13T06:29:28.692Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-13T06:29:28.692Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-13T06:29:28.692Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:29:28.692Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:28.694Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:28.694Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106568692, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:29:28.794Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:29:28.795Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:28.795Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:28.805Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:28.805Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:29:29.695Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:29:29.696Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:29:29.696Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b8db71d9-e9e6-4db9-bff2-b36310b5f001, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-13T06:29:29.723Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-10-13T06:29:29.724Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-13T06:29:29.724Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-13T06:29:29.814Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15804487592069877745/Definitions/service-TestPnfMacro-template.yml 2021-10-13T06:29:30.461Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-13T06:29:30.462Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:29:30.462Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-13T06:29:30.462Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-13T06:29:30.462Z|05678638-97dc-4ece-aa75-674d7ba4cda1|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-TestPnfMacro-csar.csar 2021-10-13T06:29:30.462Z|05678638-97dc-4ece-aa75-674d7ba4cda1|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-TestPnfMacro-csar.csar 2021-10-13T06:29:30.462Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-13T06:29:30.462Z|05678638-97dc-4ece-aa75-674d7ba4cda1|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-TestPnfMacro-csar.csar 2021-10-13T06:29:30.462Z|05678638-97dc-4ece-aa75-674d7ba4cda1|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-TestPnfMacro-csar.csar 2021-10-13T06:29:30.462Z|05678638-97dc-4ece-aa75-674d7ba4cda1|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-TestPnfMacro-csar.csar 2021-10-13T06:29:30.463Z|05678638-97dc-4ece-aa75-674d7ba4cda1|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-TestPnfMacro-csar.csar 2021-10-13T06:29:30.463Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:29:30.463Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:29:30.463Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:29:30.463Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-13T06:29:30.463Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:29:30.463Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:29:30.464Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:29:30.464Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:29:30.464Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-13T06:29:30.464Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:29:30.464Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:29:30.464Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:29:30.464Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:29:30.464Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:29:30.465Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:29:30.465Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:29:30.465Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:29:30.465Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:29:30.465Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:29:30.465Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:29:30.465Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:29:30.465Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:49b31a59-0774-4b35-ad8d-0dfddffd87c6 Model Version:NULL Model InvariantUuid:ed3f3bd2-7b04-464d-9337-103e6a05d0e1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-13T06:29:30.471Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 649d9f56-10b7-4e8a-b637-e180c962d2a3 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:29:30.476Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||test-pnf 0 2021-10-13T06:29:30.476Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 649d9f56-10b7-4e8a-b637-e180c962d2a3 2021-10-13T06:29:30.476Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 49b31a59-0774-4b35-ad8d-0dfddffd87c6 2021-10-13T06:29:30.476Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 49b31a59-0774-4b35-ad8d-0dfddffd87c6 2021-10-13T06:29:30.477Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 649d9f56-10b7-4e8a-b637-e180c962d2a3 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:29:30.481Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@106a3a97, org.onap.sdc.toscaparser.api.parameters.Input@517ffc3f, org.onap.sdc.toscaparser.api.parameters.Input@2608f180, org.onap.sdc.toscaparser.api.parameters.Input@24941ba2, org.onap.sdc.toscaparser.api.parameters.Input@656b3325] 2021-10-13T06:29:30.481Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:29:30.481Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:29:30.482Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 49b31a59-0774-4b35-ad8d-0dfddffd87c6: test-pnf 2021-10-13T06:29:30.482Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||Processing PNF resource: 649d9f56-10b7-4e8a-b637-e180c962d2a3 2021-10-13T06:29:30.482Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:29:30.482Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:29:30.482Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||Resource customization UUID: 1957c608-faf2-4836-83c8-3fece51953f6 is the same as notified resource customizationUUID: 1957c608-faf2-4836-83c8-3fece51953f6 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-13T06:29:30.512Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 649d9f56-10b7-4e8a-b637-e180c962d2a3 0 ASDC deployResourceStructure 2021-10-13T06:29:30.512Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-13T06:29:30.512Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-13T06:29:30.512Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:29:30.513Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:29:30.515Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:29:30.515Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106570512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:29:30.615Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:29:30.616Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:29:30.616Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:30.625Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:30.626Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:29:31.515Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:29:31.530Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:29:31.533Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:29:31.534Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:29:31.534Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:29:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:29:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:29:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:29:38.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:29:38.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:29:38.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106518602, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:29:38.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:30:01.534Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:30:01.545Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:30:01.547Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:30:01.548Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:30:01.548Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:30:31.548Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:30:31.558Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:30:31.560Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:30:31.560Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:30:31.560Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:30:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:30:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:30:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:30:38.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:30:38.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16ba9240-e7b7-4a2e-9df9-faabe31b0199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106550511, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:30:38.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:30:38.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "dcae-sch", "timestamp": 1634106556066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106557891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106553202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "multicloud-k8s-id", "timestamp": 1634106554469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106553202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "dcae-sch", "timestamp": 1634106556066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106557891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "multicloud-k8s-id", "timestamp": 1634106554469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "cds", "timestamp": 1634106559712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106553202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "dcae-sch", "timestamp": 1634106556066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "multicloud-k8s-id", "timestamp": 1634106554469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106557891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "cds", "timestamp": 1634106559712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "dcae-sch", "timestamp": 1634106556066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106553202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106557891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "multicloud-k8s-id", "timestamp": 1634106554469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "cds", "timestamp": 1634106559712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "dcae-sch", "timestamp": 1634106556066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106553202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106557891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "multicloud-k8s-id", "timestamp": 1634106554469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "cds", "timestamp": 1634106559712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106563654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "dcae-sch", "timestamp": 1634106556066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106553202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "multicloud-k8s-id", "timestamp": 1634106554469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106557891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "cds", "timestamp": 1634106559712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106563654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106553202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "dcae-sch", "timestamp": 1634106556066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "multicloud-k8s-id", "timestamp": 1634106554469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106557891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "cds", "timestamp": 1634106559712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106563654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106553202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "dcae-sch", "timestamp": 1634106556066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106557891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "multicloud-k8s-id", "timestamp": 1634106554469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "cds", "timestamp": 1634106559712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106563654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "dcae-sch", "timestamp": 1634106556066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106553202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106557891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "multicloud-k8s-id", "timestamp": 1634106554469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "cds", "timestamp": 1634106559712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106551527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106563654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "cds", "timestamp": 1634106559712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106568621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:30:38.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106568623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106568692, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106563654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106569643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "cds", "timestamp": 1634106569690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106569329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106563654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106570512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:30:38.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:30:38.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "ves-openapi-manager", "timestamp": 1634106570650, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:30:38.274Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 05678638-97dc-4ece-aa75-674d7ba4cda1 2021-10-13T06:30:38.274Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05678638-97dc-4ece-aa75-674d7ba4cda1 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:30:38.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106569329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106563654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "cds", "timestamp": 1634106571814, "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=? 2021-10-13T06:30:38.291Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 05678638-97dc-4ece-aa75-674d7ba4cda1 2021-10-13T06:30:38.291Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05678638-97dc-4ece-aa75-674d7ba4cda1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:30:38.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106569329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106563654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:30:38.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106572171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106569329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106573494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:30:38.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:30:38.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106572171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106569329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106574358, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:30:38.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:30:38.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106574498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:30:38.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:30:38.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106572171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106569329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "aai-ml", "timestamp": 1634106575362, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:30:38.312Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 05678638-97dc-4ece-aa75-674d7ba4cda1 2021-10-13T06:30:38.312Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05678638-97dc-4ece-aa75-674d7ba4cda1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:30:38.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "policy-id", "timestamp": 1634106575500, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:30:38.327Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05678638-97dc-4ece-aa75-674d7ba4cda1 2021-10-13T06:30:38.327Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05678638-97dc-4ece-aa75-674d7ba4cda1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:30:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106572171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106569329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106572171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106569329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106572171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:30:38.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:30:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:30:38.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106569329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:30:38.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:01.561Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:31:01.573Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:31:01.576Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:31:01.576Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-13T06:31:01.576Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:31:01.576Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:31:31.576Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:31:31.587Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:31:31.590Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:31:31.590Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-13T06:31:31.590Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:31:31.590Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:31:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:31:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:31:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:31:38.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:31:38.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106572171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106572171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106572171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:31:38.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106581890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:31:38.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:31:38.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106583615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:31:38.246Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:31:38.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106584618, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:31:38.252Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 05678638-97dc-4ece-aa75-674d7ba4cda1 2021-10-13T06:31:38.252Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05678638-97dc-4ece-aa75-674d7ba4cda1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:31:38.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106587498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:31:38.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:31:38.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106589506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:31:38.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:31:38.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "clamp", "timestamp": 1634106590509, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:31:38.263Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 05678638-97dc-4ece-aa75-674d7ba4cda1 2021-10-13T06:31:38.263Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05678638-97dc-4ece-aa75-674d7ba4cda1 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:31:38.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106632171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.271Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "clamp", "timestamp": 1634106629329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.271Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "policy-id", "timestamp": 1634106623654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.272Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "ves-openapi-manager", "timestamp": 1634106633202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.272Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106632171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.273Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "clamp", "timestamp": 1634106629329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:31:38.273Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "policy-id", "timestamp": 1634106623654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "ves-openapi-manager", "timestamp": 1634106633202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106634469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "cds", "timestamp": 1634106634712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106632171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "clamp", "timestamp": 1634106629329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.276Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "policy-id", "timestamp": 1634106623654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-13T06:31:38.276Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "ves-openapi-manager", "timestamp": 1634106633202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.276Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106634469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:31:38.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "cds", "timestamp": 1634106634712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106632171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "clamp", "timestamp": 1634106629329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "policy-id", "timestamp": 1634106623654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "dcae-sch", "timestamp": 1634106636066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "ves-openapi-manager", "timestamp": 1634106633202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106634469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "cds", "timestamp": 1634106634712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106632171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "clamp", "timestamp": 1634106629329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "policy-id", "timestamp": 1634106623654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "dcae-sch", "timestamp": 1634106636066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "ves-openapi-manager", "timestamp": 1634106633202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:31:38.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-13T06:31:38.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106634469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:31:38.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-13T06:32:01.591Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:32:01.604Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:32:01.607Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:32:01.607Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-13T06:32:01.607Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-13T06:32:01.607Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-13T06:32:01.607Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:32:01.607Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:32:01.607Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:32:01.607Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:32:01.608Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:32:01.608Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:32:01.608Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:32:01.608Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:32:01.613Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-13T06:32:31.613Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-13T06:32:31.618Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 05678638-97dc-4ece-aa75-674d7ba4cda1 and serviceModelVersionId: 49b31a59-0774-4b35-ad8d-0dfddffd87c6 2021-10-13T06:32:31.618Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed3f3bd2-7b04-464d-9337-103e6a05d0e1 2021-10-13T06:32:31.619Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed3f3bd2-7b04-464d-9337-103e6a05d0e1/model-vers/model-ver/49b31a59-0774-4b35-ad8d-0dfddffd87c6?depth=0 2021-10-13T06:32:31.625Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-13T06:32:31.658Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed3f3bd2-7b04-464d-9337-103e6a05d0e1/model-vers/model-ver/49b31a59-0774-4b35-ad8d-0dfddffd87c6?depth=0|INFO|500||Invoke 2021-10-13T06:32:31.659Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed3f3bd2-7b04-464d-9337-103e6a05d0e1/model-vers/model-ver/49b31a59-0774-4b35-ad8d-0dfddffd87c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed3f3bd2-7b04-464d-9337-103e6a05d0e1/model-vers/model-ver/49b31a59-0774-4b35-ad8d-0dfddffd87c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[05678638-97dc-4ece-aa75-674d7ba4cda1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b24876b1-f7c8-4127-994d-e5c06192ff4c], X-ECOMP-RequestID=[05678638-97dc-4ece-aa75-674d7ba4cda1], X-TransactionId=[], X-ONAP-RequestID=[05678638-97dc-4ece-aa75-674d7ba4cda1], Content-Type=[application/merge-patch+json]} 2021-10-13T06:32:31.677Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed3f3bd2-7b04-464d-9337-103e6a05d0e1/model-vers/model-ver/49b31a59-0774-4b35-ad8d-0dfddffd87c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-13T06:32:32.375Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed3f3bd2-7b04-464d-9337-103e6a05d0e1/model-vers/model-ver/49b31a59-0774-4b35-ad8d-0dfddffd87c6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed3f3bd2-7b04-464d-9337-103e6a05d0e1/model-vers/model-ver/49b31a59-0774-4b35-ad8d-0dfddffd87c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211013-06:32:31:685-34082], vertex-id=[221336], Content-Length=[0], Date=[Wed, 13 Oct 2021 06:32:31 GMT], Content-Type=[application/json]} 2021-10-13T06:32:32.375Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed3f3bd2-7b04-464d-9337-103e6a05d0e1/model-vers/model-ver/49b31a59-0774-4b35-ad8d-0dfddffd87c6?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-13T06:32:32.376Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed3f3bd2-7b04-464d-9337-103e6a05d0e1/model-vers/model-ver/49b31a59-0774-4b35-ad8d-0dfddffd87c6?depth=0|INFO|500||InvokeReturn 2021-10-13T06:32:32.376Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-13T06:32:32.376Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:32:32.382Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-13T06:32:32.383Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 05678638-97dc-4ece-aa75-674d7ba4cda1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-13T06:32:32.383Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-13T06:32:32.383Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:32.385Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:32.385Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106752383, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:32:32.485Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:32:32.486Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:32.486Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:32.500Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:32.500Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-13T06:32:33.399Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:32:33.399Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:32:33.399Z|05678638-97dc-4ece-aa75-674d7ba4cda1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:37.685Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:37.686Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-13T06:32:37.686Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"66cbfb71-f613-432c-b010-e700c3ee5308","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"10cc1c46-880b-432d-b417-5e61b6b2d755","serviceDescription":"service","serviceInvariantUUID":"c8040f7a-a301-41c0-9d37-2e8f5eae74c9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c85dc247-c202-4f5b-91eb-27e13d8eecde","resourceInvariantUUID":"232383b9-4bb0-4d33-9dbd-bd2cbda96540","resourceCustomizationUUID":"a4706bb2-4820-482f-a414-4cfd0044f250","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":"YWZjNjJhNmJkZWZiYmM3ZjgzMGU5NzZiMDkzMDhhZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b3334d8-1cd7-4292-aeb2-877e2be909c7","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":"MzJmN2QxMjgxZTU2NDExMDRkMmIwYTc4YWY5ZTY4ZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"205e6261-2de4-4a1c-aea7-7e4738f2f0bf","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":"918acce0-1b9e-48e6-be35-86807dec2f8f","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":"0894ee41-39a0-42a3-a322-c4229a86fc30","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":"14c61390-b1df-421c-9a69-2de79e81e602","artifactVersion":"2","generatedFromUUID":"918acce0-1b9e-48e6-be35-86807dec2f8f"},{"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":"MTUwOWI5MzhmZjUxZDI2NTU2OTM1Y2IxMjY0OWNiMGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e4ab1b8b-7425-4480-8ed3-ae67263a261e","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":"ZGZjMTAwMzdmNzY4Y2Y2M2Y1Zjk1YTMwYTBmMzVkYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"776bd4b6-d454-4091-94d5-70ae6ad2d67c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTY1YmViNjI2YmE1ZDk0ZjFlM2NjOTBkYjM4Njg5M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02fc7821-979f-4ffc-bffa-22de842a9889","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-13T06:32:37.687Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:32:37.687Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:37.689Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:37.689Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:32:37.790Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:32:37.790Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:37.790Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:37.800Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:37.800Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:32:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:32:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:32:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:38.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:38.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:32:38.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "cds", "timestamp": 1634106634712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:32:38.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:32:38.690Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:32:38.690Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:38.692Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:38.692Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:32:38.793Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:32:38.793Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:38.793Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:38.804Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:38.804Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:32:39.693Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:32:39.694Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:39.696Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:39.696Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-13T06:32:39.796Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:32:39.797Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:39.797Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:39.808Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:39.809Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:32:40.697Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:32:40.698Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:40.700Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:40.700Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:32:40.800Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:32:40.801Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:40.801Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:40.810Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:40.810Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:32:41.700Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:32:41.702Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:41.703Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:41.703Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-13T06:32:41.804Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:32:41.804Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:41.804Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:41.815Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:41.815Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:32:42.704Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:32:42.705Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:42.706Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:42.707Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:32:42.807Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:32:42.808Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:42.809Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:42.819Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:42.820Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:32:43.707Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:32:43.708Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:43.709Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:43.710Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:32:43.810Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:32:43.811Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:43.811Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:43.820Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:43.821Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:32:44.710Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:32:44.711Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:44.712Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:44.712Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:32:44.813Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:32:44.814Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:44.814Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:44.824Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:44.824Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:32:45.714Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "10cc1c46-880b-432d-b417-5e61b6b2d755", "serviceDescription": "service", "serviceInvariantUUID": "c8040f7a-a301-41c0-9d37-2e8f5eae74c9", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a4706bb2-4820-482f-a414-4cfd0044f250", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c85dc247-c202-4f5b-91eb-27e13d8eecde", "resourceInvariantUUID": "232383b9-4bb0-4d33-9dbd-bd2cbda96540", "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": "MzJmN2QxMjgxZTU2NDExMDRkMmIwYTc4YWY5ZTY4ZjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "205e6261-2de4-4a1c-aea7-7e4738f2f0bf", "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": "918acce0-1b9e-48e6-be35-86807dec2f8f", "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": "14c61390-b1df-421c-9a69-2de79e81e602", "generatedFromUUID": "918acce0-1b9e-48e6-be35-86807dec2f8f" }, "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": "14c61390-b1df-421c-9a69-2de79e81e602", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NTY1YmViNjI2YmE1ZDk0ZjFlM2NjOTBkYjM4Njg5M2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "02fc7821-979f-4ffc-bffa-22de842a9889" } ], "workloadContext": "Production" } 2021-10-13T06:32:45.714Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-13T06:32:45.714Z|05678638-97dc-4ece-aa75-674d7ba4cda1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10cc1c46-880b-432d-b417-5e61b6b2d755 ASDC 2021-10-13T06:32:45.715Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:66cbfb71-f613-432c-b010-e700c3ee5308 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:10cc1c46-880b-432d-b417-5e61b6b2d755 ServiceInvariantUUID:c8040f7a-a301-41c0-9d37-2e8f5eae74c9 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:02fc7821-979f-4ffc-bffa-22de842a9889 ArtifactChecksum:NTY1YmViNjI2YmE1ZDk0ZjFlM2NjOTBkYjM4Njg5M2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a4706bb2-4820-482f-a414-4cfd0044f250 ResourceInvariantUUID:232383b9-4bb0-4d33-9dbd-bd2cbda96540 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:c85dc247-c202-4f5b-91eb-27e13d8eecde 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:205e6261-2de4-4a1c-aea7-7e4738f2f0bf ArtifactChecksum:MzJmN2QxMjgxZTU2NDExMDRkMmIwYTc4YWY5ZTY4ZjM= 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:918acce0-1b9e-48e6-be35-86807dec2f8f 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:14c61390-b1df-421c-9a69-2de79e81e602 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:14c61390-b1df-421c-9a69-2de79e81e602 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-13T06:32:45.715Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10cc1c46-880b-432d-b417-5e61b6b2d755 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:32:45.747Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:32:45.748Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:32:45.748Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:32:45.748Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 02fc7821-979f-4ffc-bffa-22de842a9889 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-13T06:32:45.749Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:32:45.749Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-13T06:32:45.912Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:32:45.916Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 02fc7821-979f-4ffc-bffa-22de842a9889 78615 2021-10-13T06:32:45.917Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-10-13T06:32:45.917Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-13T06:32:45.917Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:32:45.917Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:45.919Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:45.919Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106765917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:32:46.020Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:32:46.020Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:46.020Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:46.030Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:46.031Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:32:46.920Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:32:46.921Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:32:46.921Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 02fc7821-979f-4ffc-bffa-22de842a9889, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-13T06:32:46.922Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-10-13T06:32:46.922Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-13T06:32:46.923Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-13T06:32:47.064Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP663863239295186112/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-10-13T06:32:48.046Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|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-BasicVmMacro-csar.csar 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|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-BasicVmMacro-csar.csar 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|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-BasicVmMacro-csar.csar 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|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-BasicVmMacro-csar.csar 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|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-BasicVmMacro-csar.csar 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|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-BasicVmMacro-csar.csar 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|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-BasicVmMacro-csar.csar 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|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-BasicVmMacro-csar.csar 2021-10-13T06:32:48.047Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-13T06:32:48.049Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a7da80f-133b-42a2-904c-d828e6405f3d 2021-10-13T06:32:48.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.051Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:48.051Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.051Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:48.051Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.051Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:48.051Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:48.051Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:48.051Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:10cc1c46-880b-432d-b417-5e61b6b2d755 Model Version:NULL Model InvariantUuid:c8040f7a-a301-41c0-9d37-2e8f5eae74c9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:16eda600-155d-4071-8669-e38b84baa767 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:232383b9-4bb0-4d33-9dbd-bd2cbda96540 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a4706bb2-4820-482f-a414-4cfd0044f250 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6210ddb1-9f81-4706-a21d-86b3c87b8f0c ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:c4b8aea5-1cb1-4f58-b087-df3205fc5d72 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1a7da80f-133b-42a2-904c-d828e6405f3d ModelInvariantUuid:e5c63807-524e-4a36-9590-17394a4ff019 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:37d8ec97-f6e0-4383-a21b-dfa3aac80d2d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:231e08d7-287a-4a14-b78e-ae54e64da925 ModelInvariantUuid:6335738e-a830-45e3-92c0-63d0343e0edb ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:6fe46a32-1e94-4afe-b71b-2cb2ab2b3ecf ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-13T06:32:48.058Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c85dc247-c202-4f5b-91eb-27e13d8eecde Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:32:48.061Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2021-10-13T06:32:48.061Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c85dc247-c202-4f5b-91eb-27e13d8eecde 2021-10-13T06:32:48.061Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 205e6261-2de4-4a1c-aea7-7e4738f2f0bf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-13T06:32:48.061Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:32:48.061Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-13T06:32:48.117Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:32:48.118Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 205e6261-2de4-4a1c-aea7-7e4738f2f0bf 792 2021-10-13T06:32:48.118Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-10-13T06:32:48.118Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-13T06:32:48.118Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:32:48.118Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:48.120Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:48.120Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106768118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:32:48.220Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:32:48.221Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:48.222Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:48.232Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:48.232Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:32:49.121Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6210ddb1-9f81-4706-a21d-86b3c87b8f0c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c4b8aea5-1cb1-4f58-b087-df3205fc5d72", "vfModuleModelCustomizationUUID": "bbc05f1c-c32a-450a-b83c-c8c48e045b16", "isBase": true, "artifacts": [ "918acce0-1b9e-48e6-be35-86807dec2f8f", "14c61390-b1df-421c-9a69-2de79e81e602" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-13T06:32:49.124Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c4b8aea5-1cb1-4f58-b087-df3205fc5d72 VfModuleModelInvariantUUID:6210ddb1-9f81-4706-a21d-86b3c87b8f0c VfModuleModelDescription:NULL Artifacts UUID List:{ 918acce0-1b9e-48e6-be35-86807dec2f8f , 14c61390-b1df-421c-9a69-2de79e81e602 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-13T06:32:49.126Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6210ddb1-9f81-4706-a21d-86b3c87b8f0c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c4b8aea5-1cb1-4f58-b087-df3205fc5d72", "vfModuleModelCustomizationUUID": "bbc05f1c-c32a-450a-b83c-c8c48e045b16", "isBase": true, "artifacts": [ "918acce0-1b9e-48e6-be35-86807dec2f8f", "14c61390-b1df-421c-9a69-2de79e81e602" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-13T06:32:49.126Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c4b8aea5-1cb1-4f58-b087-df3205fc5d72 VfModuleModelInvariantUUID:6210ddb1-9f81-4706-a21d-86b3c87b8f0c VfModuleModelDescription:NULL Artifacts UUID List:{ 918acce0-1b9e-48e6-be35-86807dec2f8f , 14c61390-b1df-421c-9a69-2de79e81e602 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-13T06:32:49.126Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 918acce0-1b9e-48e6-be35-86807dec2f8f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-13T06:32:49.126Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:32:49.126Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-13T06:32:49.701Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:32:49.701Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 918acce0-1b9e-48e6-be35-86807dec2f8f 5033 2021-10-13T06:32:49.701Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-13T06:32:49.701Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-13T06:32:49.701Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:32:49.702Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:49.703Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:49.703Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106769701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:32:49.803Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:32:49.804Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:49.804Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:49.814Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:49.815Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:32:50.704Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 14c61390-b1df-421c-9a69-2de79e81e602 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-13T06:32:50.705Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:32:50.705Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-13T06:32:50.906Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:32:50.906Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 14c61390-b1df-421c-9a69-2de79e81e602 903 2021-10-13T06:32:50.907Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-13T06:32:50.907Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-13T06:32:50.907Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:32:50.907Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:50.909Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:50.909Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106770907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:32:51.009Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:32:51.009Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:51.010Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:51.019Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:51.019Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:32:51.909Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 10cc1c46-880b-432d-b417-5e61b6b2d755 2021-10-13T06:32:51.910Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c85dc247-c202-4f5b-91eb-27e13d8eecde ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:32:51.922Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e89d61a, org.onap.sdc.toscaparser.api.parameters.Input@6c55de46, org.onap.sdc.toscaparser.api.parameters.Input@45a4fca3, org.onap.sdc.toscaparser.api.parameters.Input@7df3c61c, org.onap.sdc.toscaparser.api.parameters.Input@3d0af6be] 2021-10-13T06:32:51.923Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.923Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:51.923Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-10-13T06:32:51.923Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a4706bb2-4820-482f-a414-4cfd0044f250 2021-10-13T06:32:51.923Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4706bb2-4820-482f-a414-4cfd0044f250 matches Tosca VF Customization UUID: a4706bb2-4820-482f-a414-4cfd0044f250 2021-10-13T06:32:51.923Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a4706bb2-4820-482f-a414-4cfd0044f250 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-13T06:32:51.925Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.925Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:51.925Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a4706bb2-4820-482f-a414-4cfd0044f250: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2021-10-13T06:32:51.925Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7eece48e 2021-10-13T06:32:51.926Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.926Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-13T06:32:51.926Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bbc05f1c-c32a-450a-b83c-c8c48e045b16 2021-10-13T06:32:51.926Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bbc05f1c-c32a-450a-b83c-c8c48e045b16 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-13T06:32:51.927Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.928Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-13T06:32:51.928Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:32:51.928Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.928Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-13T06:32:51.928Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:32:51.928Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.928Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-13T06:32:51.928Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-13T06:32:51.929Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-13T06:32:51.929Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a7da80f-133b-42a2-904c-d828e6405f3d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-13T06:32:51.930Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.930Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-13T06:32:51.930Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:32:51.931Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.931Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-13T06:32:51.931Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a4706bb2-4820-482f-a414-4cfd0044f250 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:32:51.932Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.932Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:51.932Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 10cc1c46-880b-432d-b417-5e61b6b2d755: basic_vm_macro 2021-10-13T06:32:51.932Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.933Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:51.933Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.933Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:51.933Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.933Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:51.933Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.933Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:51.933Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:32:51.933Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:32:51.933Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:32:52.021Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c85dc247-c202-4f5b-91eb-27e13d8eecde 1 ASDC deployResourceStructure 2021-10-13T06:32:52.022Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-10-13T06:32:52.022Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-13T06:32:52.022Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:32:52.022Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:52.023Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:52.023Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106772022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:32:52.124Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:32:52.125Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:52.125Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:52.134Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:52.135Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:32:53.024Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-13T06:32:53.024Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-13T06:32:53.024Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:32:53.025Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:53.027Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:53.027Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106773024, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:32:53.127Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:32:53.128Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:53.128Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:53.138Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:53.138Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:32:54.028Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-13T06:32:54.028Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-13T06:32:54.028Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:32:54.028Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:54.031Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:54.031Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106774027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-13T06:32:54.131Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-13T06:32:54.132Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:54.132Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:54.143Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:54.143Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:32:55.032Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-10-13T06:32:55.033Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-13T06:32:55.033Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:32:55.033Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:32:55.035Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:32:55.035Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106775032, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:32:55.136Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:32:55.136Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:32:55.137Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:32:55.147Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:32:55.147Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:32:56.036Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66cbfb71-f613-432c-b010-e700c3ee5308 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:32:56.048Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66cbfb71-f613-432c-b010-e700c3ee5308 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:32:56.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:32:56.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:32:56.050Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:33:26.051Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66cbfb71-f613-432c-b010-e700c3ee5308 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:33:26.062Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66cbfb71-f613-432c-b010-e700c3ee5308 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:33:26.064Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:33:26.064Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:33:26.064Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:33:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:33:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:33:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:33:38.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:33:38.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106632171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "clamp", "timestamp": 1634106629329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "policy-id", "timestamp": 1634106623654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "dcae-sch", "timestamp": 1634106636066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "ves-openapi-manager", "timestamp": 1634106633202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106634469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "cds", "timestamp": 1634106634712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106632171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "clamp", "timestamp": 1634106629329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "policy-id", "timestamp": 1634106623654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "dcae-sch", "timestamp": 1634106636066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "ves-openapi-manager", "timestamp": 1634106633202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106634469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "cds", "timestamp": 1634106634712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106632171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "clamp", "timestamp": 1634106629329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "policy-id", "timestamp": 1634106623654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "dcae-sch", "timestamp": 1634106636066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "ves-openapi-manager", "timestamp": 1634106633202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106634469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "cds", "timestamp": 1634106634712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "dcae-sch", "timestamp": 1634106636066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106641724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "policy-id", "timestamp": 1634106641724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106634469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "cds", "timestamp": 1634106634712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "dcae-sch", "timestamp": 1634106636066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "policy-id", "timestamp": 1634106642728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106643313, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "cds", "timestamp": 1634106643613, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "dcae-sch", "timestamp": 1634106636066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106643748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "policy-id", "timestamp": 1634106643731, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:33:38.256Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66cbfb71-f613-432c-b010-e700c3ee5308 2021-10-13T06:33:38.256Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66cbfb71-f613-432c-b010-e700c3ee5308 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:33:38.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106644436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:33:38.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106644751, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:33:38.268Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66cbfb71-f613-432c-b010-e700c3ee5308 2021-10-13T06:33:38.268Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66cbfb71-f613-432c-b010-e700c3ee5308 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:33:38.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "cds", "timestamp": 1634106644819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:33:38.279Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66cbfb71-f613-432c-b010-e700c3ee5308 2021-10-13T06:33:38.279Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66cbfb71-f613-432c-b010-e700c3ee5308 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:33:38.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106645525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:33:38.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106646549, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:33:38.291Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66cbfb71-f613-432c-b010-e700c3ee5308 2021-10-13T06:33:38.291Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66cbfb71-f613-432c-b010-e700c3ee5308 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-13T06:33:38.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "clamp", "timestamp": 1634106647508, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:33:38.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "multicloud-k8s-id", "timestamp": 1634106647552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:33:38.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "aai-ml", "timestamp": 1634106647891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "aai-ml", "timestamp": 1634106647891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "clamp", "timestamp": 1634106650510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:33:38.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "aai-ml", "timestamp": 1634106647891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "clamp", "timestamp": 1634106651513, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:33:38.304Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66cbfb71-f613-432c-b010-e700c3ee5308 2021-10-13T06:33:38.304Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66cbfb71-f613-432c-b010-e700c3ee5308 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:33:38.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "aai-ml", "timestamp": 1634106647891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "aai-ml", "timestamp": 1634106647891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "aai-ml", "timestamp": 1634106647891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "aai-ml", "timestamp": 1634106647891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "aai-ml", "timestamp": 1634106647891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:33:38.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:33:38.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "aai-ml", "timestamp": 1634106656693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:33:38.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "aai-ml", "timestamp": 1634106662455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:33:38.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:33:38.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:33:38.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "aai-ml", "timestamp": 1634106663459, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:33:38.317Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66cbfb71-f613-432c-b010-e700c3ee5308 2021-10-13T06:33:38.317Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66cbfb71-f613-432c-b010-e700c3ee5308 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:33:56.065Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66cbfb71-f613-432c-b010-e700c3ee5308 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:33:56.075Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66cbfb71-f613-432c-b010-e700c3ee5308 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:33:56.077Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:33:56.077Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-13T06:33:56.078Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-13T06:33:56.078Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-13T06:33:56.078Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:33:56.078Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:33:56.078Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:33:56.078Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:33:56.078Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:33:56.078Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:33:56.078Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:33:56.082Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-13T06:34:26.083Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66cbfb71-f613-432c-b010-e700c3ee5308 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-13T06:34:26.089Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66cbfb71-f613-432c-b010-e700c3ee5308 and serviceModelVersionId: 10cc1c46-880b-432d-b417-5e61b6b2d755 2021-10-13T06:34:26.089Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c8040f7a-a301-41c0-9d37-2e8f5eae74c9 2021-10-13T06:34:26.090Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c8040f7a-a301-41c0-9d37-2e8f5eae74c9/model-vers/model-ver/10cc1c46-880b-432d-b417-5e61b6b2d755?depth=0 2021-10-13T06:34:26.093Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-13T06:34:26.130Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8040f7a-a301-41c0-9d37-2e8f5eae74c9/model-vers/model-ver/10cc1c46-880b-432d-b417-5e61b6b2d755?depth=0|INFO|500||Invoke 2021-10-13T06:34:26.130Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8040f7a-a301-41c0-9d37-2e8f5eae74c9/model-vers/model-ver/10cc1c46-880b-432d-b417-5e61b6b2d755?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8040f7a-a301-41c0-9d37-2e8f5eae74c9/model-vers/model-ver/10cc1c46-880b-432d-b417-5e61b6b2d755?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66cbfb71-f613-432c-b010-e700c3ee5308], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[877843e0-741c-421b-93eb-389d3c76e697], X-ECOMP-RequestID=[66cbfb71-f613-432c-b010-e700c3ee5308], X-TransactionId=[], X-ONAP-RequestID=[66cbfb71-f613-432c-b010-e700c3ee5308], Content-Type=[application/merge-patch+json]} 2021-10-13T06:34:26.148Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8040f7a-a301-41c0-9d37-2e8f5eae74c9/model-vers/model-ver/10cc1c46-880b-432d-b417-5e61b6b2d755?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-13T06:34:26.404Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8040f7a-a301-41c0-9d37-2e8f5eae74c9/model-vers/model-ver/10cc1c46-880b-432d-b417-5e61b6b2d755?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8040f7a-a301-41c0-9d37-2e8f5eae74c9/model-vers/model-ver/10cc1c46-880b-432d-b417-5e61b6b2d755?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211013-06:34:26:157-55170], vertex-id=[225448], Content-Length=[0], Date=[Wed, 13 Oct 2021 06:34:26 GMT], Content-Type=[application/json]} 2021-10-13T06:34:26.405Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8040f7a-a301-41c0-9d37-2e8f5eae74c9/model-vers/model-ver/10cc1c46-880b-432d-b417-5e61b6b2d755?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-13T06:34:26.405Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8040f7a-a301-41c0-9d37-2e8f5eae74c9/model-vers/model-ver/10cc1c46-880b-432d-b417-5e61b6b2d755?depth=0|INFO|500||InvokeReturn 2021-10-13T06:34:26.405Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-13T06:34:26.405Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:34:26.412Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-13T06:34:26.412Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66cbfb71-f613-432c-b010-e700c3ee5308 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-13T06:34:26.412Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-13T06:34:26.412Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:26.414Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:26.415Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106866412, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:34:26.515Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:26.515Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:26.516Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:26.529Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:26.529Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-13T06:34:27.427Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:34:27.427Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:34:27.427Z|66cbfb71-f613-432c-b010-e700c3ee5308|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:30.727Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:30.728Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-13T06:34:30.728Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"80b2a7c5-13d3-4608-a8bf-ed4479b10fc6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f77808bb-300b-4805-a963-ae78649bfa31","serviceDescription":"service","serviceInvariantUUID":"73053bd7-8614-4365-9b82-2b91faddd6b0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e08fab3-4c08-4f25-887e-f7ebf5f7d64a","resourceInvariantUUID":"450f620a-985f-4110-92ef-eeb7b36587fb","resourceCustomizationUUID":"ed5b87dc-0824-4aa3-be8e-4a277970c478","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":"MjY0YzkyMTk1NmU0ODExYjA4YzIyNzI5OTNhMTFhYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dd70c72-9f05-4f49-8031-595953e780a1","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":"60f0fc6b-23c0-4b60-9358-8897d7e9e29e","artifactVersion":"2","generatedFromUUID":"d0ed1b23-c16f-4e02-b9a5-140c5ce796f9"},{"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":"d0ed1b23-c16f-4e02-b9a5-140c5ce796f9","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":"ZWU1ZGU4NGFhNmEzNGExZWQ2NjE0ZTMwYmE4ZjEwNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58d87987-32b5-4a9a-8650-58a9709f06c2","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":"2e074e19-6326-41bf-b23a-af45f2def26c","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":"5fb54c63-d733-4452-9fa2-cb398cb4957b","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":"c37e9dec-f177-43e5-9863-d1174ed81446","artifactVersion":"2","generatedFromUUID":"2e074e19-6326-41bf-b23a-af45f2def26c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjNjNDZlYzc4OTUyZGIxYjNhZTQ2MTAxZTZkZDA1ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"708a1774-a201-455c-81b0-f18c3089c923","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDE2Njg5OTg2YjNjYWU3OWZlMWY3OTFlYmFmYzAyOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9ab0fb9-9639-47af-980f-1f986508189f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-13T06:34:30.730Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:34:30.730Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:30.731Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:30.731Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:34:30.832Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:34:30.833Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:30.833Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:30.843Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:30.843Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:34:31.732Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:34:31.733Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:31.735Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:31.735Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-13T06:34:31.836Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:34:31.837Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:31.837Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:31.846Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:31.846Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:32.736Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:34:32.736Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:32.738Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:32.738Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-13T06:34:32.839Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:34:32.839Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:32.839Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:32.849Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:32.850Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:33.739Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:34:33.739Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:33.741Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:33.741Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:34:33.841Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:33.842Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:33.842Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:33.852Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:33.852Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:34.742Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:34:34.743Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:34.745Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:34.745Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-13T06:34:34.846Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:34:34.847Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:34.847Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:34.856Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:34.856Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:35.746Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:34:35.746Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:35.748Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:35.748Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:34:35.849Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:34:35.850Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:35.850Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:35.858Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:35.859Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:36.749Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:34:36.750Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:36.751Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:36.751Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-13T06:34:36.852Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:34:36.852Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:36.852Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:36.861Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:36.862Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:37.752Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:34:37.752Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:37.754Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:37.754Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:34:37.854Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:37.855Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:37.855Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:37.864Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:37.864Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:34:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:34:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:38.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:38.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:34:38.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "05678638-97dc-4ece-aa75-674d7ba4cda1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106752383, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:34:38.240Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:34:38.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:34:38.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:34:38.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:34:38.754Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-13T06:34:38.755Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:38.757Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:38.757Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:34:38.858Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:38.859Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:38.859Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:38.872Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:38.872Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:34:39.759Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "f77808bb-300b-4805-a963-ae78649bfa31", "serviceDescription": "service", "serviceInvariantUUID": "73053bd7-8614-4365-9b82-2b91faddd6b0", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "ed5b87dc-0824-4aa3-be8e-4a277970c478", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3e08fab3-4c08-4f25-887e-f7ebf5f7d64a", "resourceInvariantUUID": "450f620a-985f-4110-92ef-eeb7b36587fb", "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": "60f0fc6b-23c0-4b60-9358-8897d7e9e29e", "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": "d0ed1b23-c16f-4e02-b9a5-140c5ce796f9", "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": "ZWU1ZGU4NGFhNmEzNGExZWQ2NjE0ZTMwYmE4ZjEwNzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "58d87987-32b5-4a9a-8650-58a9709f06c2", "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": "2e074e19-6326-41bf-b23a-af45f2def26c", "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": "c37e9dec-f177-43e5-9863-d1174ed81446", "generatedFromUUID": "2e074e19-6326-41bf-b23a-af45f2def26c" }, "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": "c37e9dec-f177-43e5-9863-d1174ed81446", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZDE2Njg5OTg2YjNjYWU3OWZlMWY3OTFlYmFmYzAyOTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9ab0fb9-9639-47af-980f-1f986508189f" } ], "workloadContext": "Production" } 2021-10-13T06:34:39.760Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-13T06:34:39.760Z|66cbfb71-f613-432c-b010-e700c3ee5308|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f77808bb-300b-4805-a963-ae78649bfa31 ASDC 2021-10-13T06:34:39.760Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:f77808bb-300b-4805-a963-ae78649bfa31 ServiceInvariantUUID:73053bd7-8614-4365-9b82-2b91faddd6b0 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:f9ab0fb9-9639-47af-980f-1f986508189f ArtifactChecksum:ZDE2Njg5OTg2YjNjYWU3OWZlMWY3OTFlYmFmYzAyOTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:ed5b87dc-0824-4aa3-be8e-4a277970c478 ResourceInvariantUUID:450f620a-985f-4110-92ef-eeb7b36587fb ResourceName:basic_cnf ResourceType:VF ResourceUUID:3e08fab3-4c08-4f25-887e-f7ebf5f7d64a 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:60f0fc6b-23c0-4b60-9358-8897d7e9e29e 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:d0ed1b23-c16f-4e02-b9a5-140c5ce796f9 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:58d87987-32b5-4a9a-8650-58a9709f06c2 ArtifactChecksum:ZWU1ZGU4NGFhNmEzNGExZWQ2NjE0ZTMwYmE4ZjEwNzc= 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:2e074e19-6326-41bf-b23a-af45f2def26c 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:c37e9dec-f177-43e5-9863-d1174ed81446 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:c37e9dec-f177-43e5-9863-d1174ed81446 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-13T06:34:39.760Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f77808bb-300b-4805-a963-ae78649bfa31 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:34:39.792Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:34:39.792Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:34:39.793Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:34:39.793Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f9ab0fb9-9639-47af-980f-1f986508189f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-13T06:34:39.793Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:34:39.793Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:40.013Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:34:40.018Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f9ab0fb9-9639-47af-980f-1f986508189f 68762 2021-10-13T06:34:40.019Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:40.019Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:40.019Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:34:40.019Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:40.021Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:40.021Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106880019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:34:40.122Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:34:40.122Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:40.123Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:40.132Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:40.133Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:41.022Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-13T06:34:41.023Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-13T06:34:41.023Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f9ab0fb9-9639-47af-980f-1f986508189f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-13T06:34:41.024Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-10-13T06:34:41.024Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-13T06:34:41.024Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-13T06:34:41.122Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10547807800452201203/Definitions/service-BasicCnf-template.yml 2021-10-13T06:34:42.042Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-13T06:34:42.043Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:34:42.043Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-13T06:34:42.043Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-10-13T06:34:42.043Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:42.043Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:42.044Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:42.044Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:42.044Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-13T06:34:42.044Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.044Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:42.045Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-13T06:34:42.045Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:34:42.045Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:34:42.045Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.046Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:42.046Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-13T06:34:42.046Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-13T06:34:42.046Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-13T06:34:42.046Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.046Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:42.047Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.047Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-13T06:34:42.047Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-10-13T06:34:42.047Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2021-10-13T06:34:42.048Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-13T06:34:42.048Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.048Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:42.048Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.048Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-13T06:34:42.049Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:34:42.049Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.049Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-13T06:34:42.049Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:34:42.050Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.050Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-13T06:34:42.050Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:34:42.050Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.050Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-13T06:34:42.051Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-10-13T06:34:42.051Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=23c10bdf-e7d0-4a89-8e19-ac11596fdd60 2021-10-13T06:34:42.051Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.051Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:42.051Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.052Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:42.052Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.052Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:42.052Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:42.052Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:42.053Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:f77808bb-300b-4805-a963-ae78649bfa31 Model Version:NULL Model InvariantUuid:73053bd7-8614-4365-9b82-2b91faddd6b0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:8234e4fa-0ed1-4a3c-8dd8-33ce96fdbbfa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:450f620a-985f-4110-92ef-eeb7b36587fb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ed5b87dc-0824-4aa3-be8e-4a277970c478 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4aae2088-caf3-4e3b-b2a0-f3872c7c678e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:073cf568-be66-41d6-936f-88d8df910ac5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:23c10bdf-e7d0-4a89-8e19-ac11596fdd60 ModelInvariantUuid:047a8d8a-819c-4928-88e0-82895811924a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:3365aff5-5f2d-496d-a69a-f97e082adf97 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:22dd7199-9934-4a21-ac3b-9f8d0a1c34bf ModelInvariantUuid:32788a82-c316-4c51-8bdb-ddecef5cdb07 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:fafab7dc-8c7d-430b-8ff7-6177daca0e71 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-13T06:34:42.059Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e08fab3-4c08-4f25-887e-f7ebf5f7d64a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:34:42.063Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||basic_cnf 0 2021-10-13T06:34:42.063Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e08fab3-4c08-4f25-887e-f7ebf5f7d64a 2021-10-13T06:34:42.063Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 60f0fc6b-23c0-4b60-9358-8897d7e9e29e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-10-13T06:34:42.063Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:34:42.064Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:42.116Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:34:42.117Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 60f0fc6b-23c0-4b60-9358-8897d7e9e29e 12 2021-10-13T06:34:42.117Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:42.117Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:42.117Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:34:42.118Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:42.120Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:42.120Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106882117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:34:42.220Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:42.221Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:42.221Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:42.231Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:42.231Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:43.120Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d0ed1b23-c16f-4e02-b9a5-140c5ce796f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-10-13T06:34:43.121Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:34:43.121Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:43.329Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:34:43.329Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 d0ed1b23-c16f-4e02-b9a5-140c5ce796f9 2688 2021-10-13T06:34:43.330Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:43.330Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:43.330Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:34:43.330Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:43.332Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:43.332Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106883330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-13T06:34:43.432Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-13T06:34:43.433Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:43.433Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:43.443Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:43.443Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:44.334Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58d87987-32b5-4a9a-8650-58a9709f06c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-13T06:34:44.334Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:34:44.335Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:44.505Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:34:44.505Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 58d87987-32b5-4a9a-8650-58a9709f06c2 828 2021-10-13T06:34:44.506Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:44.506Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:44.506Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:34:44.506Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:44.508Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:44.508Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106884506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:34:44.609Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:44.609Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:44.609Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:44.619Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:44.620Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:45.509Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4aae2088-caf3-4e3b-b2a0-f3872c7c678e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "073cf568-be66-41d6-936f-88d8df910ac5", "vfModuleModelCustomizationUUID": "30815192-f111-4092-9e76-a5a41ac0a3a5", "isBase": true, "artifacts": [ "d0ed1b23-c16f-4e02-b9a5-140c5ce796f9", "2e074e19-6326-41bf-b23a-af45f2def26c", "c37e9dec-f177-43e5-9863-d1174ed81446" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-13T06:34:45.512Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:073cf568-be66-41d6-936f-88d8df910ac5 VfModuleModelInvariantUUID:4aae2088-caf3-4e3b-b2a0-f3872c7c678e VfModuleModelDescription:NULL Artifacts UUID List:{ d0ed1b23-c16f-4e02-b9a5-140c5ce796f9 , 2e074e19-6326-41bf-b23a-af45f2def26c , c37e9dec-f177-43e5-9863-d1174ed81446 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-13T06:34:45.514Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4aae2088-caf3-4e3b-b2a0-f3872c7c678e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "073cf568-be66-41d6-936f-88d8df910ac5", "vfModuleModelCustomizationUUID": "30815192-f111-4092-9e76-a5a41ac0a3a5", "isBase": true, "artifacts": [ "d0ed1b23-c16f-4e02-b9a5-140c5ce796f9", "2e074e19-6326-41bf-b23a-af45f2def26c", "c37e9dec-f177-43e5-9863-d1174ed81446" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-13T06:34:45.514Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:073cf568-be66-41d6-936f-88d8df910ac5 VfModuleModelInvariantUUID:4aae2088-caf3-4e3b-b2a0-f3872c7c678e VfModuleModelDescription:NULL Artifacts UUID List:{ d0ed1b23-c16f-4e02-b9a5-140c5ce796f9 , 2e074e19-6326-41bf-b23a-af45f2def26c , c37e9dec-f177-43e5-9863-d1174ed81446 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-13T06:34:45.514Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2e074e19-6326-41bf-b23a-af45f2def26c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-13T06:34:45.514Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:34:45.514Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:45.626Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:34:45.626Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2e074e19-6326-41bf-b23a-af45f2def26c 1164 2021-10-13T06:34:45.627Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:45.627Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:45.627Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:34:45.627Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:45.629Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:45.629Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106885627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:34:45.729Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:45.730Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:45.730Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:45.740Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:45.741Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:46.629Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c37e9dec-f177-43e5-9863-d1174ed81446 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-13T06:34:46.630Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-13T06:34:46.630Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:46.810Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-13T06:34:46.811Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c37e9dec-f177-43e5-9863-d1174ed81446 200 2021-10-13T06:34:46.811Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:46.811Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:46.811Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-13T06:34:46.811Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:46.813Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:46.813Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106886811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:34:46.913Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:46.914Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:46.914Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:46.925Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:46.925Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:47.813Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f77808bb-300b-4805-a963-ae78649bfa31 2021-10-13T06:34:47.815Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3e08fab3-4c08-4f25-887e-f7ebf5f7d64a ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-10-13T06:34:47.831Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:34:47.836Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5057361a, org.onap.sdc.toscaparser.api.parameters.Input@23d6c6b, org.onap.sdc.toscaparser.api.parameters.Input@41ebfa76, org.onap.sdc.toscaparser.api.parameters.Input@775612fc, org.onap.sdc.toscaparser.api.parameters.Input@1e581dea] 2021-10-13T06:34:47.838Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.838Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:47.838Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-10-13T06:34:47.838Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ed5b87dc-0824-4aa3-be8e-4a277970c478 2021-10-13T06:34:47.838Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ed5b87dc-0824-4aa3-be8e-4a277970c478 matches Tosca VF Customization UUID: ed5b87dc-0824-4aa3-be8e-4a277970c478 2021-10-13T06:34:47.838Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ed5b87dc-0824-4aa3-be8e-4a277970c478 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-13T06:34:47.840Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.840Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:47.841Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ed5b87dc-0824-4aa3-be8e-4a277970c478: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-10-13T06:34:47.841Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e4f3698 2021-10-13T06:34:47.841Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.841Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:47.841Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30815192-f111-4092-9e76-a5a41ac0a3a5 2021-10-13T06:34:47.841Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30815192-f111-4092-9e76-a5a41ac0a3a5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-13T06:34:47.843Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.844Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-13T06:34:47.844Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:34:47.844Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.844Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-13T06:34:47.844Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:34:47.845Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.845Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-13T06:34:47.845Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-10-13T06:34:47.845Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=23c10bdf-e7d0-4a89-8e19-ac11596fdd60 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-13T06:34:47.847Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.847Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-13T06:34:47.847Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-13T06:34:47.847Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.847Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-13T06:34:47.848Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ed5b87dc-0824-4aa3-be8e-4a277970c478 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:34:47.849Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.849Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:47.849Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f77808bb-300b-4805-a963-ae78649bfa31: basic_cnf 2021-10-13T06:34:47.850Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.850Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:47.850Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.850Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:47.850Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.850Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:47.850Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.851Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:47.851Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-13T06:34:47.851Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-13T06:34:47.851Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:34:47.917Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3e08fab3-4c08-4f25-887e-f7ebf5f7d64a 1 ASDC deployResourceStructure 2021-10-13T06:34:47.917Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:47.917Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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) 2021-10-13T06:34:47.917Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-13T06:34:47.918Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:47.919Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:47.919Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106887917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-13T06:34:48.020Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-13T06:34:48.020Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:48.020Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:48.032Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:48.032Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:34:48.920Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:48.921Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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) 2021-10-13T06:34:48.921Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-13T06:34:48.921Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:48.923Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:48.923Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106888920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-13T06:34:49.023Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:49.024Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:49.024Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:49.034Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:49.034Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:49.924Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:49.924Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:49.924Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:34:49.925Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:49.927Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:49.927Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106889924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:34:50.027Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:50.028Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:50.028Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:50.039Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:50.040Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:50.927Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:50.929Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:50.929Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:34:50.929Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:50.932Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:50.932Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106890927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:34:51.032Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:51.033Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:51.033Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:51.044Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:51.045Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:51.933Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:51.933Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:51.933Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:34:51.933Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:51.935Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:51.935Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106891932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-10-13T06:34:52.036Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:52.036Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:52.036Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:52.047Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:52.048Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-13T06:34:52.937Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:52.937Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 2021-10-13T06:34:52.937Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-13T06:34:52.938Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:34:52.939Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:34:52.939Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106892936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:34:53.041Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:34:53.041Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:34:53.041Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:34:53.053Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:34:53.053Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-13T06:34:53.940Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:34:53.952Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:34:53.953Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:34:53.953Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:34:53.953Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:35:23.954Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:35:23.965Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:35:23.967Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:35:23.967Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:35:23.968Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:35:38.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:35:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:35:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:35:38.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:35:38.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:35:38.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:35:38.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-13T06:35:38.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:35:38.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:35:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:35:38.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-13T06:35:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:35:38.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-13T06:35:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:35:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:35:38.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:35:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106753399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:35:38.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:35:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106765917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:35:38.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:35:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106768118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:35:38.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:35:38.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106769701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:35:38.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:35:38.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106770907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:35:38.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:35:38.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106772022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:35:38.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:35:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106773024, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:35:38.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:35:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106774027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-13T06:35:38.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:35:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:35:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106775032, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:35:38.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:35:53.968Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:35:53.976Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:35:53.979Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:35:53.979Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:35:53.979Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:36:23.979Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:36:23.988Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:36:23.990Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:36:23.990Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:36:23.990Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:36:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:36:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:36:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:36:38.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:36:38.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66cbfb71-f613-432c-b010-e700c3ee5308", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106866412, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:36:38.241Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:36:38.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106869329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106863654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106869329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106863654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106869329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-13T06:36:38.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106863654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106872171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106869329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:36:38.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:36:38.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106863654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106872171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "ves-openapi-manager", "timestamp": 1634106873202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106869329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-13T06:36:38.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106863654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-13T06:36:38.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106872171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "ves-openapi-manager", "timestamp": 1634106873202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106874469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "cds", "timestamp": 1634106874713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106869329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106863654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106872171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "ves-openapi-manager", "timestamp": 1634106873202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106874469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-13T06:36:38.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "cds", "timestamp": 1634106874713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "dcae-sch", "timestamp": 1634106876066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106869329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-13T06:36:38.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106863654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106872171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "ves-openapi-manager", "timestamp": 1634106873202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106874469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-13T06:36:38.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "cds", "timestamp": 1634106874713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "dcae-sch", "timestamp": 1634106876066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106869329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106863654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106872171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "ves-openapi-manager", "timestamp": 1634106873202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:36:38.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:38.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:36:38.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106874469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-13T06:36:38.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:36:53.990Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:36:53.998Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:36:53.999Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:36:54.000Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:36:54.000Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:37:24.000Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:37:24.010Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:37:24.012Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:37:24.013Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-13T06:37:24.013Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-13T06:37:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:37:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:37:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:37:38.748Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:37:38.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "cds", "timestamp": 1634106874713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "dcae-sch", "timestamp": 1634106876066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106869329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106867427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106863654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:37:38.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106872171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "ves-openapi-manager", "timestamp": 1634106873202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106874469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "cds", "timestamp": 1634106874713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "dcae-sch", "timestamp": 1634106876066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106872171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "ves-openapi-manager", "timestamp": 1634106873202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106880019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106880015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106874469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "cds", "timestamp": 1634106874713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "dcae-sch", "timestamp": 1634106876066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106872171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "ves-openapi-manager", "timestamp": 1634106873202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106881018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106874469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "cds", "timestamp": 1634106874713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "dcae-sch", "timestamp": 1634106876066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "ves-openapi-manager", "timestamp": 1634106873202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106881899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "policy-id", "timestamp": 1634106882020, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:37:38.761Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 2021-10-13T06:37:38.761Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:37:38.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106874469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106882117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "cds", "timestamp": 1634106874713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "dcae-sch", "timestamp": 1634106876066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106874469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:37:38.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106883330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "cds", "timestamp": 1634106874713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:37:38.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "dcae-sch", "timestamp": 1634106876066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106883956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:37:38.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106884323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106884506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "cds", "timestamp": 1634106884521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "dcae-sch", "timestamp": 1634106876066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634106884959, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:37:38.777Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 2021-10-13T06:37:38.777Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:37:38.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106885431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "cds", "timestamp": 1634106885526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:37:38.789Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 2021-10-13T06:37:38.790Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:37:38.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106885627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.798Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106886603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.798Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106886811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106887806, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106887917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106887891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106888857, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:37:38.804Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 2021-10-13T06:37:38.804Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-13T06:37:38.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106888920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-13T06:37:38.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106887891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106889551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "multicloud-k8s-id", "timestamp": 1634106889860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106889924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106887891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106890570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:37:38.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106890927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-10-13T06:37:38.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106887891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "clamp", "timestamp": 1634106891574, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:37:38.816Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 2021-10-13T06:37:38.816Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:37:38.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106891932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-10-13T06:37:38.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106887891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634106892936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:37:38.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106887891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106887891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106887891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106887891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106897762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106904408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-13T06:37:38.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:37:38.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:37:38.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "aai-ml", "timestamp": 1634106905412, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:37:38.829Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 2021-10-13T06:37:38.829Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-13T06:37:54.013Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:37:54.023Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-13T06:37:54.025Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-13T06:37:54.025Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-13T06:37:54.025Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-13T06:37:54.025Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-13T06:37:54.025Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:37:54.025Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:37:54.025Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:37:54.025Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:37:54.025Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:37:54.025Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-13T06:37:54.025Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-13T06:37:54.030Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-13T06:38:24.030Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-13T06:38:24.036Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 and serviceModelVersionId: f77808bb-300b-4805-a963-ae78649bfa31 2021-10-13T06:38:24.036Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73053bd7-8614-4365-9b82-2b91faddd6b0 2021-10-13T06:38:24.037Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73053bd7-8614-4365-9b82-2b91faddd6b0/model-vers/model-ver/f77808bb-300b-4805-a963-ae78649bfa31?depth=0 2021-10-13T06:38:24.042Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-13T06:38:24.073Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73053bd7-8614-4365-9b82-2b91faddd6b0/model-vers/model-ver/f77808bb-300b-4805-a963-ae78649bfa31?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-10-13T06:38:24.074Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73053bd7-8614-4365-9b82-2b91faddd6b0/model-vers/model-ver/f77808bb-300b-4805-a963-ae78649bfa31?depth=0|INFO|500||Invoke 2021-10-13T06:38:24.096Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73053bd7-8614-4365-9b82-2b91faddd6b0/model-vers/model-ver/f77808bb-300b-4805-a963-ae78649bfa31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-13T06:38:24.305Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73053bd7-8614-4365-9b82-2b91faddd6b0/model-vers/model-ver/f77808bb-300b-4805-a963-ae78649bfa31?depth=0|INFO|500||InvokeReturn 2021-10-13T06:38:24.306Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73053bd7-8614-4365-9b82-2b91faddd6b0/model-vers/model-ver/f77808bb-300b-4805-a963-ae78649bfa31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211013-06:38:24:105-20532], vertex-id=[508128], Content-Length=[0], Date=[Wed, 13 Oct 2021 06:38:24 GMT], Content-Type=[application/json]} 2021-10-13T06:38:24.306Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-10-13T06:38:24.306Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-13T06:38:24.306Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-13T06:38:24.311Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-13T06:38:24.311Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80b2a7c5-13d3-4608-a8bf-ed4479b10fc6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-13T06:38:24.312Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-13T06:38:24.312Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-13T06:38:24.314Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-13T06:38:24.314Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634107104312, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:38:24.414Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-13T06:38:24.415Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-13T06:38:24.415Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ... 2021-10-13T06:38:24.429Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:38:24.430Z||pool-118-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=? 2021-10-13T06:38:25.325Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:38:25.326Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:38:25.326Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:38:35.515Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:38:35.515Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:38:35.515Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:38:35.516Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:38:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:38:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:38:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:38:38.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:38:38.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-13T06:38:38.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "80b2a7c5-13d3-4608-a8bf-ed4479b10fc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634107104312, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-13T06:38:38.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-13T06:38:45.051Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:38:45.051Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:38:45.052Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:38:45.052Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:38:54.590Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:38:54.590Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:38:54.591Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:38:54.591Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:39:04.133Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:39:04.134Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:39:04.134Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:39:04.134Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:39:13.670Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:39:13.671Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:39:13.671Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:39:13.671Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:39:23.207Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:39:23.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:39:23.208Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:39:23.208Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:39:32.740Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:39:32.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:39:32.741Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:39:32.741Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:39:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:39:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:39:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:39:42.280Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:39:42.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:39:42.281Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:39:42.281Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:39:47.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:39:51.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:39:51.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:39:51.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:39:51.819Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:40:01.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:40:01.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:40:01.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:40:01.355Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:40:10.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:40:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:40:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:40:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:40:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:40:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:40:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:40:47.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:40:47.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:41:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:41:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:41:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:41:38.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:41:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:41:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:41:47.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:41:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:42:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:42:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:42:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:42:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:42:38.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:42:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:42:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:42:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:43:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:43:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:43:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:43:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:43:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:43:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:43:47.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:43:47.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:44:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:44:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:44:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:44:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:44:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:44:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:44:47.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:44:47.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:45:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:45:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:45:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:45:38.220Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:45:38.221Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:45:38.221Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:45:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:45:47.761Z|80b2a7c5-13d3-4608-a8bf-ed4479b10fc6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:46:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:46:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:46:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:46:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:46:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:46:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:46:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:46:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:47:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:47:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:47:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:47:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:47:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:47:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:47:47.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:47:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:48:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:48:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:48:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:48:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:48:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:48:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:48:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:48:47.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:49:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:49:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:49:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:49:38.220Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:49:38.221Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:49:38.221Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:49:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:49:47.762Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:50:08.917Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-13T06:50:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:50:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:50:38.219Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:50:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-13T06:50:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-13T06:50:38.221Z||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 EHTWRzHR0i2epbmQ) ... 2021-10-13T06:50:47.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-13T06:50:47.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK